diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2011-02-22 02:26:06 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2011-02-22 02:26:06 +0800 |
commit | 4a8a7fba83f5b5169fb2096c6f447d91a2cdc9a4 (patch) | |
tree | 0d2fd84f0fcb10bcf673293cbb1d0a0a1192b7de /x11/xterm | |
parent | 4798e9ed9206dee2be2557705f15ecf1b6097b78 (diff) | |
download | freebsd-ports-gnome-4a8a7fba83f5b5169fb2096c6f447d91a2cdc9a4.tar.gz freebsd-ports-gnome-4a8a7fba83f5b5169fb2096c6f447d91a2cdc9a4.tar.zst freebsd-ports-gnome-4a8a7fba83f5b5169fb2096c6f447d91a2cdc9a4.zip |
- Update to 269
- Use OPTIONS
Diffstat (limited to 'x11/xterm')
-rw-r--r-- | x11/xterm/Makefile | 6 | ||||
-rw-r--r-- | x11/xterm/distinfo | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/x11/xterm/Makefile b/x11/xterm/Makefile index e6d0fa5044b0..8ef6bb46ffeb 100644 --- a/x11/xterm/Makefile +++ b/x11/xterm/Makefile @@ -6,7 +6,7 @@ # PORTNAME= xterm -PORTVERSION= 268 +PORTVERSION= 269 CATEGORIES= x11 MASTER_SITES= ftp://invisible-island.net/xterm/ \ http://voodoo.bawue.com/download/ \ @@ -24,6 +24,10 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" 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 + .if !defined(WITHOUT_WIDE_CHARS) CONFIGURE_ARGS+= --enable-wide-chars --enable-luit .endif diff --git a/x11/xterm/distinfo b/x11/xterm/distinfo index b74bb809e90f..5d866ad92b31 100644 --- a/x11/xterm/distinfo +++ b/x11/xterm/distinfo @@ -1,2 +1,2 @@ -SHA256 (xterm-268.tgz) = 574d763a2dbae6c114770ca10d002dc999576fc0f65ee90c09939cfcaa4128c3 -SIZE (xterm-268.tgz) = 955221 +SHA256 (xterm-269.tgz) = 70e0bb1b53948bdf589db1821f69af39b0f308fbb2173cc396db70a375ca0c22 +SIZE (xterm-269.tgz) = 958656 |