summaryrefslogtreecommitdiff
path: root/x11/rxvt
diff options
context:
space:
mode:
authorgrant <grant>2003-01-07 09:51:09 +0000
committergrant <grant>2003-01-07 09:51:09 +0000
commitbd2503967303a75ea021f651b04405a56cd4158b (patch)
tree5176187f05529d94300ec9b16c61a67c832d1dd4 /x11/rxvt
parentc8f9f0900c8565ef5d4222fee2cf4fd8fb2ecf0d (diff)
downloadpkgsrc-bd2503967303a75ea021f651b04405a56cd4158b.tar.gz
Patch top-level Makefile to not descend into doc/ rather than
patching doc/Makefile with a dummy 'all' target. The build of rxvt now *really* fails on Darwin. :-) (the dummy target always returned true).
Diffstat (limited to 'x11/rxvt')
-rw-r--r--x11/rxvt/distinfo5
-rw-r--r--x11/rxvt/patches/patch-aa10
-rw-r--r--x11/rxvt/patches/patch-ab16
3 files changed, 7 insertions, 24 deletions
diff --git a/x11/rxvt/distinfo b/x11/rxvt/distinfo
index 6ab516d08f3..e33e8d1925f 100644
--- a/x11/rxvt/distinfo
+++ b/x11/rxvt/distinfo
@@ -1,9 +1,8 @@
-$NetBSD: distinfo,v 1.8 2002/12/18 15:31:21 christos Exp $
+$NetBSD: distinfo,v 1.9 2003/01/07 09:51:09 grant Exp $
SHA1 (rxvt-2.7.3.tar.bz2) = 1f5380ba70d1b795e6532a79b1e2d7371505b504
Size (rxvt-2.7.3.tar.bz2) = 266784 bytes
-SHA1 (patch-aa) = 65c95a610a4c483628500976ffa7e7cf74b676ae
-SHA1 (patch-ab) = 72d2fac47a414e1d64aedc4ad20670736e24b0fa
+SHA1 (patch-aa) = f237402bfa74ede9fe0b4afac280542b6cd9018d
SHA1 (patch-ac) = fda884add4b43b606cb348e47b48eb6ffeafffec
SHA1 (patch-ad) = 86047c69fa397d71f3e71ae476bd7addd153729f
SHA1 (patch-ae) = ce0bd392cde7c436834f68391e0d38b53f1755cc
diff --git a/x11/rxvt/patches/patch-aa b/x11/rxvt/patches/patch-aa
index c486fd7573d..c65d2d81e33 100644
--- a/x11/rxvt/patches/patch-aa
+++ b/x11/rxvt/patches/patch-aa
@@ -1,13 +1,13 @@
-$NetBSD: patch-aa,v 1.5 2000/08/30 00:01:05 wiz Exp $
+$NetBSD: patch-aa,v 1.6 2003/01/07 09:51:10 grant Exp $
---- Makefile.in.orig Tue Dec 21 11:07:54 1999
-+++ Makefile.in Mon May 8 05:10:06 2000
-@@ -9,7 +9,7 @@
+--- Makefile.in.orig Tue Dec 21 21:07:54 1999
++++ Makefile.in
+@@ -9,7 +9,7 @@ VPATH = @srcdir@
first_rule: all
dummy:
-subdirs = src doc rclock src/graphics src/test
-+subdirs = src doc #rclock src/graphics src/test
++subdirs = src
DIST = INSTALL README.configure configure Makefile Makefile.in ChangeLog
diff --git a/x11/rxvt/patches/patch-ab b/x11/rxvt/patches/patch-ab
deleted file mode 100644
index 70dd53b6d57..00000000000
--- a/x11/rxvt/patches/patch-ab
+++ /dev/null
@@ -1,16 +0,0 @@
-$NetBSD: patch-ab,v 1.6 2000/08/30 00:01:05 wiz Exp $
-
---- 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: rxvt.1
-+all:
-+ # nada
-+
-+oldall: rxvt.1
-
- 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