diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2018-09-20 09:19:06 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2018-09-20 09:19:06 +0000 |
commit | c0625a526e0de5903db4a795de0f84f5dacd916d (patch) | |
tree | 481e56034207f27f7efb54eef7e665723b191efb /x11/xterm | |
parent | 8826fd8b3f93304a2aeeff08a19bb7c897ee62a2 (diff) | |
download | ports-c0625a526e0de5903db4a795de0f84f5dacd916d.tar.gz ports-c0625a526e0de5903db4a795de0f84f5dacd916d.zip |
Notes
Diffstat (limited to 'x11/xterm')
-rw-r--r-- | x11/xterm/Makefile | 10 | ||||
-rw-r--r-- | x11/xterm/distinfo | 6 | ||||
-rw-r--r-- | x11/xterm/files/patch-UXTerm.ad | 10 |
3 files changed, 19 insertions, 7 deletions
diff --git a/x11/xterm/Makefile b/x11/xterm/Makefile index ea9776cea581..a1c95a87e7df 100644 --- a/x11/xterm/Makefile +++ b/x11/xterm/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= xterm -PORTVERSION= 335 +PORTVERSION= 336 CATEGORIES= x11 MASTER_SITES= ftp://ftp.invisible-island.net/xterm/:src1 \ https://invisible-mirror.net/archives/xterm/:src1 \ @@ -15,15 +15,17 @@ COMMENT= Terminal emulator for the X Window System LICENSE= MIT -CONFLICTS= x11iraf-[0-9]* - USES= cpe ncurses tar:tgz -CPE_VENDOR= invisible-island USE_XORG= xft xmu xt x11 xpm ice + GNU_CONFIGURE= yes +CPE_VENDOR= invisible-island + CONFIGURE_ARGS+= --with-utempter --enable-narrowproto +CONFLICTS= x11iraf-[0-9]* + CPPFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib diff --git a/x11/xterm/distinfo b/x11/xterm/distinfo index bf91573996e3..7f3158e394e7 100644 --- a/x11/xterm/distinfo +++ b/x11/xterm/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1534318481 -SHA256 (xterm-335.tgz) = e0bf172a9bf301bd9d5ae27957f4f54687b5d22382fd2f4d872d0a4db47fcb96 -SIZE (xterm-335.tgz) = 1319009 +TIMESTAMP = 1537424357 +SHA256 (xterm-336.tgz) = a9b51c2c0154ad2f5f5b1d8a2348a6ebd4f845e7d277664d66604183522c0607 +SIZE (xterm-336.tgz) = 1337426 SHA256 (bsd-xterm-icons-1.tgz) = fcf51dce0e23e9911a16ed7f2ce835bb6ff2ada65f023c29fdd8abda2795bf7c SIZE (bsd-xterm-icons-1.tgz) = 22718 diff --git a/x11/xterm/files/patch-UXTerm.ad b/x11/xterm/files/patch-UXTerm.ad new file mode 100644 index 000000000000..9368eb480a4a --- /dev/null +++ b/x11/xterm/files/patch-UXTerm.ad @@ -0,0 +1,10 @@ +--- UXTerm.ad.orig 2010-03-04 01:17:07 UTC ++++ UXTerm.ad +@@ -74,3 +74,7 @@ + !*VT100.font4: -efont-biwidth-medium-r-normal--14-140-75-75-p-70-iso10646-1 + !*VT100.font5: -efont-biwidth-medium-r-normal--16-160-75-75-p-80-iso10646-1 + !*VT100.font6: -efont-biwidth-medium-r-normal--24-240-75-75-p-120-iso10646-1 ++ ++! FreeBSD terminal drivers are not aware of UTF-8 (see PR: 229682). Change ++! default stty oflags to tab0. ++*ttyModes: tabs |