pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/autoconf Make build on Interix. (Older shells d...
details: https://anonhg.NetBSD.org/pkgsrc/rev/5207debef33e
branches: trunk
changeset: 474225:5207debef33e
user: tv <tv%pkgsrc.org@localhost>
date: Mon Apr 26 14:52:39 2004 +0000
description:
Make build on Interix. (Older shells don't allow '((' for a double-subshell;
use '( (' instead.)
diffstat:
devel/autoconf/distinfo | 3 ++-
devel/autoconf/patches/patch-ad | 13 +++++++++++++
2 files changed, 15 insertions(+), 1 deletions(-)
diffs (30 lines):
diff -r e94403d5739a -r 5207debef33e devel/autoconf/distinfo
--- a/devel/autoconf/distinfo Mon Apr 26 14:01:45 2004 +0000
+++ b/devel/autoconf/distinfo Mon Apr 26 14:52:39 2004 +0000
@@ -1,7 +1,8 @@
-$NetBSD: distinfo,v 1.11 2003/12/06 18:26:36 wiz Exp $
+$NetBSD: distinfo,v 1.12 2004/04/26 14:52:39 tv Exp $
SHA1 (autoconf-2.59.tar.bz2) = d366a07b2d99c95b7f24395aa8a8e023d8b93b69
Size (autoconf-2.59.tar.bz2) = 925073 bytes
SHA1 (patch-aa) = 9e8d3d2dd52e145c70a25bdf45a46aea0eb28a63
SHA1 (patch-ab) = c0510b4239bd5a69851690b0456b4a7109ee8928
SHA1 (patch-ac) = d8bf5a8c12bdc5f4953f3299a32520c6fca97b81
+SHA1 (patch-ad) = ea9ec5e087c7b9099c347587a9bd545cc0634309
diff -r e94403d5739a -r 5207debef33e devel/autoconf/patches/patch-ad
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/autoconf/patches/patch-ad Mon Apr 26 14:52:39 2004 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-ad,v 1.6 2004/04/26 14:52:39 tv Exp $
+
+--- tests/wrapper.in.orig Mon Apr 26 10:49:37 2004
++++ tests/wrapper.in
+@@ -15,7 +15,7 @@ elif test -n "${BASH_VERSION+set}" && (s
+ fi
+
+ # Support unset when possible.
+-if ((MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
++if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
+ as_unset=unset
+ else
+ as_unset=false
Home |
Main Index |
Thread Index |
Old Index