mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
- Update to 331
- WCHAR options requires print/freetype2 - LUIT option implies the WCHAR option [1] - Provide a TOOLBAR option [2] PR: 225733 [1] Submitted by: 180126-bugzilla_freebsd_org@k-worx.org [1], schweikh@schweikhardt.net (via mail) [2]
This commit is contained in:
parent
932e6dc413
commit
acebcce648
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=461363
@ -2,9 +2,9 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= xterm
|
||||
PORTVERSION= 330
|
||||
PORTVERSION= 331
|
||||
CATEGORIES= x11
|
||||
MASTER_SITES= ftp://invisible-island.net/xterm/:src1 \
|
||||
MASTER_SITES= ftp://ftp.invisible-island.net/xterm/:src1 \
|
||||
LOCAL/ehaupt:src1 LOCAL/ehaupt:src2
|
||||
DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:src1 \
|
||||
bsd-xterm-icons-${ICONVERSION}${EXTRACT_SUFX}:src2
|
||||
@ -29,7 +29,7 @@ LIBS+= -L${LOCALBASE}/lib
|
||||
ICONVERSION= 1
|
||||
|
||||
OPTIONS_DEFINE= WCHAR LUIT DECTERM PCRE DABBREV 256COLOR SIXEL GNOME LOGGING \
|
||||
SCRNDUMP REGIS XINERAMA
|
||||
SCRNDUMP REGIS TOOLBAR XINERAMA
|
||||
OPTIONS_RADIO= 3D
|
||||
OPTIONS_RADIO_3D= XAW3D XAW3DXFT NEXTAW
|
||||
|
||||
@ -45,12 +45,14 @@ XAW3D_DESC= Link with Xaw 3d library
|
||||
XAW3DXFT_DESC= Link with Xaw 3d xft (extended fonts) library
|
||||
NEXTAW_DESC= Link with neXT Athena library
|
||||
SCRNDUMP_DESC= Enable XHTML and SVG screen dumps
|
||||
TOOLBAR_DESC= Enable pulldown menus with a toolbar
|
||||
|
||||
OPTIONS_DEFAULT=WCHAR LUIT 256COLOR
|
||||
|
||||
256COLOR_CONFIGURE_ENABLE= 256-color
|
||||
LUIT_BUILD_DEPENDS= luit:x11/luit
|
||||
LUIT_CONFIGURE_ENABLE= luit
|
||||
LUIT_IMPLIES= WCHAR
|
||||
WCHAR_CONFIGURE_ENABLE= wide-chars
|
||||
WCHAR_VARS= PKGMESSAGE="${PKGDIR}/pkg-message.wchar"
|
||||
DECTERM_CONFIGURE_ENABLE= dec-locator
|
||||
@ -68,6 +70,8 @@ XAW3DXFT_CONFIGURE_WITH= Xaw3dxft
|
||||
XAW3DXFT_LIB_DEPENDS= libXaw3dxft.so:x11-toolkits/libxaw3dxft
|
||||
NEXTAW_CONFIGURE_WITH= neXtaw
|
||||
NEXTAW_LIB_DEPENDS= libneXtaw.so:x11-toolkits/neXtaw
|
||||
TOOLBAR_CONFIGURE_ENABLE= toolbar
|
||||
WCHAR_LIB_DEPENDS= libfreetype.so:print/freetype2
|
||||
XINERAMA_USE= XORG=xinerama,xineramaproto
|
||||
XINERAMA_CONFIGURE_OFF= --without-xinerama
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
TIMESTAMP = 1498024024
|
||||
SHA256 (xterm-330.tgz) = 7aeef9f29f6b95e09f481173c8c3053357bf5ffe162585647f690fd1707556df
|
||||
SIZE (xterm-330.tgz) = 1273183
|
||||
TIMESTAMP = 1518247070
|
||||
SHA256 (xterm-331.tgz) = 9ae856a30fd93046be93952a6898ba47f6f88ad6a988a7c949c4c80d5199ef10
|
||||
SIZE (xterm-331.tgz) = 1286312
|
||||
SHA256 (bsd-xterm-icons-1.tgz) = fcf51dce0e23e9911a16ed7f2ce835bb6ff2ada65f023c29fdd8abda2795bf7c
|
||||
SIZE (bsd-xterm-icons-1.tgz) = 22718
|
||||
|
Loading…
Reference in New Issue
Block a user