svn commit: r517871 - branches/2019Q4/x11/xterm

Emanuel Haupt ehaupt at FreeBSD.org
Mon Nov 18 14:59:06 UTC 2019


Author: ehaupt
Date: Mon Nov 18 14:59:04 2019
New Revision: 517871
URL: https://svnweb.freebsd.org/changeset/ports/517871

Log:
  MFH: r517861
  
  - Update to 351
  - This update fixes a bug during deciding when to fallback from UTF-8 decoding
    to ISO-8859-1 decoding
  
  PR:             241961 (based on)
  Submitted by:   mbeis at xs4all.nl
  Approved by:    ports-secteam (joneum)

Modified:
  branches/2019Q4/x11/xterm/Makefile
  branches/2019Q4/x11/xterm/distinfo

Modified: branches/2019Q4/x11/xterm/Makefile
==============================================================================
--- branches/2019Q4/x11/xterm/Makefile	Mon Nov 18 14:14:13 2019	(r517870)
+++ branches/2019Q4/x11/xterm/Makefile	Mon Nov 18 14:59:04 2019	(r517871)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	xterm
-PORTVERSION=	349
+PORTVERSION=	351
 CATEGORIES=	x11
 MASTER_SITES=	ftp://ftp.invisible-island.net/xterm/:src1 \
 		https://invisible-mirror.net/archives/xterm/:src1 \
@@ -16,7 +16,7 @@ COMMENT=	Terminal emulator for the X Window System
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-USES=		cpe ncurses tar:tgz xorg
+USES=		cpe localbase ncurses tar:tgz xorg
 USE_XORG=	xft xmu xt x11 xext xpm ice
 
 GNU_CONFIGURE=	yes
@@ -26,9 +26,6 @@ CPE_VENDOR=	invisible-island
 CONFIGURE_ARGS+=	--with-utempter --enable-narrowproto
 
 CONFLICTS=	x11iraf-[0-9]*
-
-CPPFLAGS+=	-I${LOCALBASE}/include
-LIBS+=		-L${LOCALBASE}/lib
 
 ICONVERSION=	1
 

Modified: branches/2019Q4/x11/xterm/distinfo
==============================================================================
--- branches/2019Q4/x11/xterm/distinfo	Mon Nov 18 14:14:13 2019	(r517870)
+++ branches/2019Q4/x11/xterm/distinfo	Mon Nov 18 14:59:04 2019	(r517871)
@@ -1,5 +1,5 @@
-TIMESTAMP = 1569222459
-SHA256 (xterm-349.tgz) = 39a6a3d3724f9a0a068f8cc353ab0c82831f0a43abb24470d933af299658475f
-SIZE (xterm-349.tgz) = 1381911
+TIMESTAMP = 1574067153
+SHA256 (xterm-351.tgz) = 760a8a10221c9c9744afd86db87c7ad95bbf9be4f5f525fecf39125f0d2a6e16
+SIZE (xterm-351.tgz) = 1401009
 SHA256 (bsd-xterm-icons-1.tgz) = fcf51dce0e23e9911a16ed7f2ce835bb6ff2ada65f023c29fdd8abda2795bf7c
 SIZE (bsd-xterm-icons-1.tgz) = 22718


More information about the svn-ports-all mailing list