mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
Update to 270 and add an option to link against pcre.
This commit is contained in:
parent
f780ca184a
commit
1cba9ad81f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=273679
@ -6,8 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= xterm
|
||||
PORTVERSION= 269
|
||||
PORTREVISION= 3
|
||||
PORTVERSION= 270
|
||||
CATEGORIES= x11
|
||||
MASTER_SITES= ftp://invisible-island.net/xterm/ \
|
||||
CRITICAL
|
||||
@ -27,7 +26,8 @@ CONFIGURE_ARGS+=--with-utempter --enable-narrowproto
|
||||
|
||||
OPTIONS= WIDE_CHARS "enable wide-character support" on \
|
||||
256_COLOR "enable 256-color support" off \
|
||||
DEC_LOCATOR "enable DECterm Locator support" off
|
||||
DEC_LOCATOR "enable DECterm Locator support" off \
|
||||
PCRE "use PCRE for regular-expressions" off
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
@ -43,6 +43,11 @@ CONFIGURE_ARGS+= --enable-256-color
|
||||
CONFIGURE_ARGS+= --enable-dec-locator
|
||||
.endif
|
||||
|
||||
.if defined(WITH_PCRE)
|
||||
CONFIGURE_ARGS+= --with-pcre
|
||||
LIB_DEPENDS= pcre.0:${PORTSDIR}/devel/pcre
|
||||
.endif
|
||||
|
||||
MAN1= resize.1 koi8rxterm.1 uxterm.1 xterm.1
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (xterm-269.tgz) = 70e0bb1b53948bdf589db1821f69af39b0f308fbb2173cc396db70a375ca0c22
|
||||
SIZE (xterm-269.tgz) = 958656
|
||||
SHA256 (xterm-270.tgz) = 598ddceba914a7a418f91c1879edb4627a8bf272dddb77a4d0e964e212958f3c
|
||||
SIZE (xterm-270.tgz) = 965529
|
||||
|
Loading…
Reference in New Issue
Block a user