diff options
author | wiz <wiz@pkgsrc.org> | 2015-01-02 15:56:28 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2015-01-02 15:56:28 +0000 |
commit | bc49cb55b39e8e19ef708c94bb9330013ca66c8b (patch) | |
tree | 8413e769e64a1fbf3235e71364aedc0c24791e39 | |
parent | 6a13042e5276a819711b0e2797d1ac947affb3ef (diff) | |
download | pkgsrc-bc49cb55b39e8e19ef708c94bb9330013ca66c8b.tar.gz |
Update to 314:
Patch #314 - 2014/12/28
fix a minor bug in the termcap-specific version of resize when
the lines or columns values are at the very end of an incomplete
termcap string (prompted by coverity report).
improve paste64 feature (report by Olaf Rogalsky)
add configure option --with-man2html to allow an alternative
to groff's man/html conversion.
review and modify resource-settings which can be set via control
sequences, etc.
change passedPty from fixed-length to allocated to ensure that
it is long enough to hold the -S option value (report by Ben
Longbons).
improve ReGIS graphics initialization (Ross Combs):
-rw-r--r-- | x11/xterm/Makefile | 4 | ||||
-rw-r--r-- | x11/xterm/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/x11/xterm/Makefile b/x11/xterm/Makefile index debb68f2551..43c9df4c482 100644 --- a/x11/xterm/Makefile +++ b/x11/xterm/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.96 2014/12/01 08:59:00 wiz Exp $ +# $NetBSD: Makefile,v 1.97 2015/01/02 15:56:28 wiz Exp $ -DISTNAME= xterm-313 +DISTNAME= xterm-314 CATEGORIES= x11 MASTER_SITES= ftp://invisible-island.net/xterm/ \ http://www.sfr-fresh.com/unix/misc/ diff --git a/x11/xterm/distinfo b/x11/xterm/distinfo index d078223b9b1..576996a5b12 100644 --- a/x11/xterm/distinfo +++ b/x11/xterm/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.66 2014/12/01 08:59:00 wiz Exp $ +$NetBSD: distinfo,v 1.67 2015/01/02 15:56:28 wiz Exp $ -SHA1 (xterm-313.tgz) = 145459ff91464e54f2be26c3f5075b3fe47a6616 -RMD160 (xterm-313.tgz) = ba730256555dabdf8eeafa8fa98aa1c3032ef9a7 -Size (xterm-313.tgz) = 1193145 bytes +SHA1 (xterm-314.tgz) = 0e14e96028ee444ecffd13eb4d22380523da210f +RMD160 (xterm-314.tgz) = b27197c458c78e633438a4594859390d30760e21 +Size (xterm-314.tgz) = 1200426 bytes |