summaryrefslogtreecommitdiff
path: root/x11/rxvt/patches
diff options
context:
space:
mode:
authorhubertf <hubertf>2000-05-08 03:25:20 +0000
committerhubertf <hubertf>2000-05-08 03:25:20 +0000
commitaa672ee7159e5dcd6a69c5d6bc28b6d92ad1c210 (patch)
treec96a01c1d8bba34b2851a2a80f101649864b12b2 /x11/rxvt/patches
parentd38de26fddcc70cbb4df0e92c562102fc9fb4e01 (diff)
downloadpkgsrc-aa672ee7159e5dcd6a69c5d6bc28b6d92ad1c210.tar.gz
Update to 2.7.3. Changes: countless.
I hoped that the transparent mode would work better, but it doesn't. :(
Diffstat (limited to 'x11/rxvt/patches')
-rw-r--r--x11/rxvt/patches/patch-aa10
-rw-r--r--x11/rxvt/patches/patch-ab20
2 files changed, 14 insertions, 16 deletions
diff --git a/x11/rxvt/patches/patch-aa b/x11/rxvt/patches/patch-aa
index eaec23d91fe..9f818fb6dcf 100644
--- a/x11/rxvt/patches/patch-aa
+++ b/x11/rxvt/patches/patch-aa
@@ -1,13 +1,11 @@
-$NetBSD: patch-aa,v 1.3 1999/12/08 07:07:03 rh Exp $
-
---- Makefile.in.orig Mon Mar 29 07:31:37 1999
-+++ Makefile.in Wed Dec 8 08:06:18 1999
+--- Makefile.in.orig Tue Dec 21 11:07:54 1999
++++ Makefile.in Mon May 8 05:10:06 2000
@@ -9,7 +9,7 @@
first_rule: all
dummy:
--subdirs = src doc rclock src/graphics
-+subdirs = src doc #rclock src/graphics
+-subdirs = src doc rclock src/graphics src/test
++subdirs = src doc #rclock src/graphics src/test
DIST = INSTALL README.configure configure Makefile Makefile.in ChangeLog
diff --git a/x11/rxvt/patches/patch-ab b/x11/rxvt/patches/patch-ab
index 1b27fe1bbe8..b3c278021ff 100644
--- a/x11/rxvt/patches/patch-ab
+++ b/x11/rxvt/patches/patch-ab
@@ -1,14 +1,14 @@
-$NetBSD: patch-ab,v 1.4 1999/08/25 00:59:53 hubertf Exp $
-
---- 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 @@
+--- doc/Makefile.in.orig Sun Mar 12 06:26:26 2000
++++ doc/Makefile.in Mon May 8 05:11:35 2000
+@@ -38,7 +38,10 @@
+
#-------------------------------------------------------------------------
- all:
-+ # Nothing
+-all: rxvt.1
++all:
++ # nada
+
-+oldall:
- @if test x$(TBL) = x; then : ; else echo "Making rxvt.1"; $(TBL) $(srcdir)/rxvt.tbl > rxvt.1 ; fi
++oldall: rxvt.1
- SEDREPLACE = -e 's%@RXVT_VERSION@%$(VERSION)%g;'\
+ rxvt.1: rxvt.tbl Makefile
+ @if test x$(TBL) = x; then : ; else echo "$(TBL) $(srcdir)/rxvt.tbl | grep -v '^.lf' > rxvt.1"; $(TBL) $(srcdir)/rxvt.tbl | grep -v '^.lf' > rxvt.1 ; fi