mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-22 08:58:47 +00:00
Update to 366
Changelog: https://invisible-island.net/xterm/xterm.log.html#xterm_366
This commit is contained in:
parent
369312823e
commit
f419911d65
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=564929
@ -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
|
||||
|
@ -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
|
||||
|
@ -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>
|
Loading…
Reference in New Issue
Block a user