diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2021-02-11 07:24:51 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2021-02-11 07:24:51 +0000 |
commit | f419911d65066aa0e41051cfbb35922bcf7b3b4c (patch) | |
tree | f63b3d5dc1fd6d11c2ca16e4ff7e804b291cf235 | |
parent | - Update to 0.21 (diff) |
Update to 366
Changelog: https://invisible-island.net/xterm/xterm.log.html#xterm_366
Notes
Notes:
svn path=/head/; revision=564929
-rw-r--r-- | x11/xterm/Makefile | 4 | ||||
-rw-r--r-- | x11/xterm/distinfo | 6 | ||||
-rw-r--r-- | x11/xterm/files/extrapatch-main.c | 15 |
3 files changed, 4 insertions, 21 deletions
diff --git a/x11/xterm/Makefile b/x11/xterm/Makefile index 40e4050ca922..8de052ce4fd5 100644 --- a/x11/xterm/Makefile +++ b/x11/xterm/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= xterm -PORTVERSION= 365 -PORTREVISION= 1 +PORTVERSION= 366 CATEGORIES= x11 MASTER_SITES= ftp://ftp.invisible-island.net/xterm/:src1 \ https://invisible-mirror.net/archives/xterm/:src1 \ @@ -73,7 +72,6 @@ WCHAR_CONFIGURE_ENABLE= wide-chars WCHAR_VARS= PKGMESSAGE="${PKGDIR}/pkg-message.wchar" XAW3DXFT_LIB_DEPENDS= libXaw3dxft.so:x11-toolkits/libxaw3dxft XAW3DXFT_CONFIGURE_WITH= Xaw3dxft -XAW3DXFT_EXTRA_PATCHES= ${FILESDIR}/extrapatch-main.c XAW3D_LIB_DEPENDS= libXaw3d.so:x11-toolkits/Xaw3d XAW3D_CONFIGURE_WITH= Xaw3d XINERAMA_USE= XORG=xinerama,xorgproto diff --git a/x11/xterm/distinfo b/x11/xterm/distinfo index 04d3b21ff74b..b459fd0fe51f 100644 --- a/x11/xterm/distinfo +++ b/x11/xterm/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1612424537 -SHA256 (xterm-365.tgz) = d627d2b005803b4ebcdf04f2d89e3e1d2878235d2ecdfa73d904bb1772a74f90 -SIZE (xterm-365.tgz) = 1444367 +TIMESTAMP = 1613027917 +SHA256 (xterm-366.tgz) = 858b2885963fe97e712739066aadc1baeba2b33a0016303a7fec7d38bc73bf6e +SIZE (xterm-366.tgz) = 1445992 SHA256 (bsd-xterm-icons-1.tgz) = fcf51dce0e23e9911a16ed7f2ce835bb6ff2ada65f023c29fdd8abda2795bf7c SIZE (bsd-xterm-icons-1.tgz) = 22718 diff --git a/x11/xterm/files/extrapatch-main.c b/x11/xterm/files/extrapatch-main.c deleted file mode 100644 index cbde88862717..000000000000 --- a/x11/xterm/files/extrapatch-main.c +++ /dev/null @@ -1,15 +0,0 @@ ---- main.c.orig 2021-02-02 00:20:59 UTC -+++ main.c -@@ -110,6 +110,12 @@ - #include <X11/XawPlus/Form.h> - #endif - -+#else -+ -+#if defined(HAVE_LIB_XAW3DXFT) -+#include <X11/Xaw3dxft/Xaw3dXft.h> -+#endif -+ - #endif /* OPT_TOOLBAR */ - - #include <pwd.h> |