summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorwiz <wiz>2003-03-28 12:28:16 +0000
committerwiz <wiz>2003-03-28 12:28:16 +0000
commitbfe2b9729ab49dd34e05951531c8a69d88d53a7c (patch)
tree4e2570df74753ea31baad3ca7132be7af2f1aef7 /x11
parentddb8bbd9ad533fce10dfa746c9eff212b114ed06 (diff)
downloadpkgsrc-bfe2b9729ab49dd34e05951531c8a69d88d53a7c.tar.gz
Return failure in case of errors (instead of success).
Patch from Geoff Wing (gcw at rxvt dot org).
Diffstat (limited to 'x11')
-rw-r--r--x11/rxvt/distinfo4
-rw-r--r--x11/rxvt/patches/patch-aa17
2 files changed, 16 insertions, 5 deletions
diff --git a/x11/rxvt/distinfo b/x11/rxvt/distinfo
index 61602490c09..77e53e4100d 100644
--- a/x11/rxvt/distinfo
+++ b/x11/rxvt/distinfo
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.12 2003/03/28 10:55:22 wiz Exp $
+$NetBSD: distinfo,v 1.13 2003/03/28 12:28:16 wiz Exp $
SHA1 (rxvt-2.7.10.tar.bz2) = 16eae23c3227e28e5e7a53a58eaa3226affe65f9
Size (rxvt-2.7.10.tar.bz2) = 493199 bytes
-SHA1 (patch-aa) = 7569bd4c4136d19ee4d8a6f1baa02b2b214ea4ad
+SHA1 (patch-aa) = 11656b4c2d9e22055d203669b588b626079aa320
SHA1 (patch-ab) = 62ef5b28f8842b769829fed0d217a9c54f48c832
SHA1 (patch-ad) = 86047c69fa397d71f3e71ae476bd7addd153729f
SHA1 (patch-ae) = 76221e9b3cd35a0f40fb6128e0bf9d74d232d907
diff --git a/x11/rxvt/patches/patch-aa b/x11/rxvt/patches/patch-aa
index 6b9b22d667c..7e73b5faaf9 100644
--- a/x11/rxvt/patches/patch-aa
+++ b/x11/rxvt/patches/patch-aa
@@ -1,7 +1,7 @@
-$NetBSD: patch-aa,v 1.8 2003/03/27 07:14:26 wiz Exp $
+$NetBSD: patch-aa,v 1.9 2003/03/28 12:28:17 wiz Exp $
---- Makefile.in.org 2003-03-27 11:56:57.000000000 +1100
-+++ Makefile.in 2003-03-27 11:57:38.000000000 +1100
+--- Makefile.in.~1~ 2003-03-07 13:24:32.000000000 +1100
++++ Makefile.in 2003-03-28 22:22:19.000000000 +1100
@@ -9,7 +9,7 @@
first_rule: all
dummy:
@@ -11,3 +11,14 @@ $NetBSD: patch-aa,v 1.8 2003/03/27 07:14:26 wiz Exp $
allsubdirs = W11 $(subdirs)
DIST = INSTALL README.configure configure Makefile Makefile.in ChangeLog
+@@ -25,8 +25,8 @@
+ #-------------------------------------------------------------------------
+
+ all allbin alldoc tags:
+- @if test x@host_os@ = xcygwin; then (cd W11; ${MAKE} $@ || exit 1); fi
+- @for I in ${subdirs}; do (cd $$I; ${MAKE} $@ || exit 1); done
++ @if test x@host_os@ = xcygwin; then (cd W11; ${MAKE} $@) || exit 1; fi
++ @for I in ${subdirs}; do (cd $$I; ${MAKE} $@) || exit 1; done
+
+ realclean: clean
+ $(RMF) config.h config.status config.log libtool