diff options
author | wiz <wiz@pkgsrc.org> | 2001-12-11 16:02:08 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-12-11 16:02:08 +0000 |
commit | a88508cca6211ad375ef7604ebdb6ffc96c8270e (patch) | |
tree | acb7147a311f4905b5d2258726c92045763f9d2a | |
parent | c4925b6d333213136bb13e2ac210e03299486168 (diff) | |
download | pkgsrc-a88508cca6211ad375ef7604ebdb6ffc96c8270e.tar.gz |
Updated to 0.4.2, per pkg/14467 by Jonathan Perkin.
Changes since 0.4.0:
*src/command: applied patch from Eric Benoit <eric@ecks.org>, which
adds the "CSI 21 t" control sequence, for title handling.
*command.c: fixed keypad Home and down keys being mixed up. Added code to
allow scrolling up/down for just one line (shift+arrow)
contributed by djerome)
*command.c: Fixed possible buffer overflow when changing display name.
*ximage_utils.c: updated shading code for better speed
*screen.c: applyed reverse video cursor patch
*ximage_utils.c: applyed Ren<E9> Scharfe 's patch for better shading approach.
And bug fixes.
-rw-r--r-- | x11/aterm/Makefile | 4 | ||||
-rw-r--r-- | x11/aterm/distinfo | 9 | ||||
-rw-r--r-- | x11/aterm/patches/patch-aa | 12 | ||||
-rw-r--r-- | x11/aterm/patches/patch-ab | 14 |
4 files changed, 27 insertions, 12 deletions
diff --git a/x11/aterm/Makefile b/x11/aterm/Makefile index 56c01db8ccc..91577435494 100644 --- a/x11/aterm/Makefile +++ b/x11/aterm/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.5 2001/07/09 22:17:12 zuntum Exp $ +# $NetBSD: Makefile,v 1.6 2001/12/11 16:02:08 wiz Exp $ # -DISTNAME= aterm-0.4.0 +DISTNAME= aterm-0.4.2 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=aterm/} diff --git a/x11/aterm/distinfo b/x11/aterm/distinfo index 840efe1f730..f557a6bb601 100644 --- a/x11/aterm/distinfo +++ b/x11/aterm/distinfo @@ -1,5 +1,6 @@ -$NetBSD: distinfo,v 1.2 2001/04/19 11:07:36 skrll Exp $ +$NetBSD: distinfo,v 1.3 2001/12/11 16:02:08 wiz Exp $ -SHA1 (aterm-0.4.0.tar.gz) = 20507c5204bbd5137391d2aa0bea922eb0a3fc88 -Size (aterm-0.4.0.tar.gz) = 304950 bytes -SHA1 (patch-aa) = c41c6273d0c19577bfe1cda4cc3496554e6d9de9 +SHA1 (aterm-0.4.2.tar.gz) = 8ce3f1fcdc12805068ff5acde6f130a22e1f5b9b +Size (aterm-0.4.2.tar.gz) = 312730 bytes +SHA1 (patch-aa) = 59cf8fe42bf4291b2a98c0d95170a02308197645 +SHA1 (patch-ab) = 9b4e6785912de338db958e9ad48c4cafcb344270 diff --git a/x11/aterm/patches/patch-aa b/x11/aterm/patches/patch-aa index 4a336f9855d..33f9eb7e33a 100644 --- a/x11/aterm/patches/patch-aa +++ b/x11/aterm/patches/patch-aa @@ -1,8 +1,8 @@ -$NetBSD: patch-aa,v 1.1.1.1 2001/01/14 02:30:00 hubertf Exp $ +$NetBSD: patch-aa,v 1.2 2001/12/11 16:02:08 wiz Exp $ ---- configure.orig Sun Jan 14 02:20:09 2001 +--- configure.orig Thu Sep 6 18:38:07 2001 +++ configure -@@ -1808,7 +1808,7 @@ +@@ -1822,7 +1822,7 @@ # It would also be nice to do this for all -L options, not just this one. if test -n "$x_libraries"; then @@ -11,7 +11,7 @@ $NetBSD: patch-aa,v 1.1.1.1 2001/01/14 02:30:00 hubertf Exp $ # For Solaris; some versions of Sun CC require a space after -R and # others require no space. Words are not sufficient . . . . case "`(uname -sr) 2>/dev/null`" in -@@ -1836,9 +1836,9 @@ +@@ -1850,9 +1850,9 @@ rm -f conftest* if test $ac_R_nospace = yes; then echo "$ac_t""no" 1>&6 @@ -21,9 +21,9 @@ $NetBSD: patch-aa,v 1.1.1.1 2001/01/14 02:30:00 hubertf Exp $ - LIBS="$ac_xsave_LIBS -R $x_libraries" + LIBS="$ac_xsave_LIBS -R $x_libraries -Wl,-R$x_libraries" cat > conftest.$ac_ext <<EOF - #line 1844 "configure" + #line 1858 "configure" #include "confdefs.h" -@@ -1859,7 +1859,7 @@ +@@ -1873,7 +1873,7 @@ rm -f conftest* if test $ac_R_space = yes; then echo "$ac_t""yes" 1>&6 diff --git a/x11/aterm/patches/patch-ab b/x11/aterm/patches/patch-ab new file mode 100644 index 00000000000..683d3a12571 --- /dev/null +++ b/x11/aterm/patches/patch-ab @@ -0,0 +1,14 @@ +$NetBSD: patch-ab,v 1.1 2001/12/11 16:02:09 wiz Exp $ + +--- doc/Makefile.in.orig Tue Dec 11 16:54:36 2001 ++++ doc/Makefile.in +@@ -65,9 +65,6 @@ + aterm.pretbl: $(YODL_RXVT) yodl/versioninfo.yo yodl/masonyodl.yo + yodl2man -oaterm.pretbl yodl/aterm.yo + +-aterm.1: aterm.pretbl +- tbl aterm.pretbl > $@ +- + aterm.html: $(YODL_RXVT) yodl/versioninfo.yo yodl/masonyodl.yo + yodl2html -o$@ yodl/aterm.yo + |