diff options
-rw-r--r-- | x11/xterm/Makefile | 11 | ||||
-rw-r--r-- | x11/xterm/distinfo | 4 |
2 files changed, 10 insertions, 5 deletions
diff --git a/x11/xterm/Makefile b/x11/xterm/Makefile index 3c25498c7968..8d9e927d0ecd 100644 --- a/x11/xterm/Makefile +++ b/x11/xterm/Makefile @@ -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> diff --git a/x11/xterm/distinfo b/x11/xterm/distinfo index 5d866ad92b31..ed5e6679a9b1 100644 --- a/x11/xterm/distinfo +++ b/x11/xterm/distinfo @@ -1,2 +1,2 @@ -SHA256 (xterm-269.tgz) = 70e0bb1b53948bdf589db1821f69af39b0f308fbb2173cc396db70a375ca0c22 -SIZE (xterm-269.tgz) = 958656 +SHA256 (xterm-270.tgz) = 598ddceba914a7a418f91c1879edb4627a8bf272dddb77a4d0e964e212958f3c +SIZE (xterm-270.tgz) = 965529 |