From bd2503967303a75ea021f651b04405a56cd4158b Mon Sep 17 00:00:00 2001 From: grant Date: Tue, 7 Jan 2003 09:51:09 +0000 Subject: 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). --- x11/rxvt/distinfo | 5 ++--- x11/rxvt/patches/patch-aa | 10 +++++----- x11/rxvt/patches/patch-ab | 16 ---------------- 3 files changed, 7 insertions(+), 24 deletions(-) delete mode 100644 x11/rxvt/patches/patch-ab (limited to 'x11/rxvt') 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 -- cgit v1.2.3