diff options
author | hubertf <hubertf@pkgsrc.org> | 1999-08-25 00:59:52 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 1999-08-25 00:59:52 +0000 |
commit | 0a1e6f47d8e79b858c379fd889fed8ff896e75b8 (patch) | |
tree | fc108c85c9d5b4f609836992d404b3ff340e9417 /x11 | |
parent | 721a60010d23d978d54cb35f5f7499b4a0f89daf (diff) | |
download | pkgsrc-0a1e6f47d8e79b858c379fd889fed8ff896e75b8.tar.gz |
Update to V2.6.1: many bugfixes!
Submitted by Geoff Wing <gcw@rxvt.org> in private mail.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/rxvt/Makefile | 4 | ||||
-rw-r--r-- | x11/rxvt/files/md5 | 4 | ||||
-rw-r--r-- | x11/rxvt/files/patch-sum | 6 | ||||
-rw-r--r-- | x11/rxvt/patches/patch-ab | 15 | ||||
-rw-r--r-- | x11/rxvt/patches/patch-ac | 11 |
5 files changed, 9 insertions, 31 deletions
diff --git a/x11/rxvt/Makefile b/x11/rxvt/Makefile index 734af7b4f4c..b1a7c7fb7e9 100644 --- a/x11/rxvt/Makefile +++ b/x11/rxvt/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.10 1999/06/14 17:43:20 hubertf Exp $ +# $NetBSD: Makefile,v 1.11 1999/08/25 00:59:52 hubertf Exp $ # FreeBSD Id: Makefile,v 1.13 1997/03/07 12:29:49 obrien Exp # -DISTNAME= rxvt-2.6.0 +DISTNAME= rxvt-2.6.1 CATEGORIES= x11 MASTER_SITES= ftp://ftp.rxvt.org/pub/rxvt/ \ ${MASTER_SITE_SUNSITE:=utils/file/managers/mc/rxvt/} \ diff --git a/x11/rxvt/files/md5 b/x11/rxvt/files/md5 index 004e9791bbe..31e66580adc 100644 --- a/x11/rxvt/files/md5 +++ b/x11/rxvt/files/md5 @@ -1,3 +1,3 @@ -$NetBSD: md5,v 1.3 1999/06/14 01:28:14 hubertf Exp $ +$NetBSD: md5,v 1.4 1999/08/25 00:59:52 hubertf Exp $ -MD5 (rxvt-2.6.0.tar.bz2) = 8f6d86c2b76d7f2945d121191ef25158 +MD5 (rxvt-2.6.1.tar.bz2) = bdbda851624a74b7f223f78402e451b4 diff --git a/x11/rxvt/files/patch-sum b/x11/rxvt/files/patch-sum index e83c92e33af..a87b74cf160 100644 --- a/x11/rxvt/files/patch-sum +++ b/x11/rxvt/files/patch-sum @@ -1,6 +1,4 @@ -$NetBSD: patch-sum,v 1.1 1999/07/09 14:23:29 agc Exp $ +$NetBSD: patch-sum,v 1.2 1999/08/25 00:59:53 hubertf Exp $ MD5 (patch-aa) = 6234134c3cc6aecd113b21fb44dc9e53 -MD5 (patch-ab) = 4bd2e68e013f456c0fc6c3a01b6a0f4b -MD5 (patch-ac) = d92bb83f16000aad1cf84c643ff77280 -MD5 (patch-ah) = cb0a9bae8f2f503f4d58d4d2a5fda704 +MD5 (patch-ab) = b0e9f7953a3e64a61f892fb3f6695107 diff --git a/x11/rxvt/patches/patch-ab b/x11/rxvt/patches/patch-ab index d8c57bee542..1b27fe1bbe8 100644 --- a/x11/rxvt/patches/patch-ab +++ b/x11/rxvt/patches/patch-ab @@ -1,7 +1,7 @@ -$NetBSD: patch-ab,v 1.3 1999/06/14 01:28:14 hubertf Exp $ +$NetBSD: patch-ab,v 1.4 1999/08/25 00:59:53 hubertf Exp $ ---- doc/Makefile.in.orig Mon Jun 14 03:07:48 1999 -+++ doc/Makefile.in Mon Jun 14 03:08:19 1999 +--- doc/Makefile.in.orig Tue Aug 17 18:16:14 1999 ++++ doc/Makefile.in Wed Aug 18 23:26:34 1999 @@ -40,6 +40,9 @@ #------------------------------------------------------------------------- @@ -12,12 +12,3 @@ $NetBSD: patch-ab,v 1.3 1999/06/14 01:28:14 hubertf Exp $ @if test x$(TBL) = x; then : ; else echo "Making rxvt.1"; $(TBL) $(srcdir)/rxvt.tbl > rxvt.1 ; fi SEDREPLACE = -e 's%@RXVT_VERSION@%$(VERSION)%g;'\ -@@ -86,7 +89,7 @@ - - distclean: - --install: rxvt.1 -+install: - $(INSTALL_DATA) rxvt.1 $(DESTDIR)$(mandir)/$(manprefix)rxvt.$(manext) - - uninstall: diff --git a/x11/rxvt/patches/patch-ac b/x11/rxvt/patches/patch-ac deleted file mode 100644 index d20ae4471c7..00000000000 --- a/x11/rxvt/patches/patch-ac +++ /dev/null @@ -1,11 +0,0 @@ ---- src/command.c.orig Thu Jun 3 15:17:09 1999 -+++ src/command.c Mon Jun 14 19:13:23 1999 -@@ -1589,7 +1589,7 @@ - unsigned char - cmd_getc(void) - { --#define TIMEOUT_USEC 50000 -+#define TIMEOUT_USEC 5000 - fd_set readfds; - int retval; - int quick_timeout; |