summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorjoerg <joerg>2008-09-19 23:35:15 +0000
committerjoerg <joerg>2008-09-19 23:35:15 +0000
commit0a1c1c1a2cc177e47283e8f4967bac9b442302d6 (patch)
tree6a85c9ba56e76b871a232ac65064f57f1f333173 /lang
parent867fe135098bef35d170191502e0a960a8eaf4d6 (diff)
downloadpkgsrc-0a1c1c1a2cc177e47283e8f4967bac9b442302d6.tar.gz
Kill trailing ' that break /bin/sh on netbsd/current.
Diffstat (limited to 'lang')
-rw-r--r--lang/libtcl-nothread/distinfo4
-rw-r--r--lang/libtcl-nothread/patches/patch-ab24
2 files changed, 23 insertions, 5 deletions
diff --git a/lang/libtcl-nothread/distinfo b/lang/libtcl-nothread/distinfo
index 078b800cffc..8c134213ddb 100644
--- a/lang/libtcl-nothread/distinfo
+++ b/lang/libtcl-nothread/distinfo
@@ -1,10 +1,10 @@
-$NetBSD: distinfo,v 1.3 2006/05/16 14:57:02 joerg Exp $
+$NetBSD: distinfo,v 1.4 2008/09/19 23:35:15 joerg Exp $
SHA1 (tcl8.4.6-src.tar.gz) = d21495ca04419fc3b1594b96b19116040c33a3f0
RMD160 (tcl8.4.6-src.tar.gz) = c282a1ce3b71d6b91b0b59fbc323d6ce05cba66f
Size (tcl8.4.6-src.tar.gz) = 3448711 bytes
SHA1 (patch-aa) = 39a4b3649c840ad1ccdce34fc8c3b4f3e38c3e06
-SHA1 (patch-ab) = 3e47741b76ceee8a91e8f8c566566e5a12ead2e8
+SHA1 (patch-ab) = 9f26ac10887dd1dae7ac4120cd09933451fb2bd1
SHA1 (patch-ac) = efc40f45f73cec2770231ff515314fc41bbd166e
SHA1 (patch-ae) = 9a6f9b47c926f851a799ece713668f0955344ce3
SHA1 (patch-af) = 164fa9ee7fe4baa9b3f3a13716aefbf415e3be0a
diff --git a/lang/libtcl-nothread/patches/patch-ab b/lang/libtcl-nothread/patches/patch-ab
index 6ccab0dcc6a..17b0208ddc0 100644
--- a/lang/libtcl-nothread/patches/patch-ab
+++ b/lang/libtcl-nothread/patches/patch-ab
@@ -1,7 +1,16 @@
-$NetBSD: patch-ab,v 1.2 2006/05/16 14:57:02 joerg Exp $
+$NetBSD: patch-ab,v 1.3 2008/09/19 23:35:15 joerg Exp $
---- configure.orig 2004-03-01 23:58:59.000000000 +0000
+--- configure.orig 2004-03-02 00:58:59.000000000 +0100
+++ configure
+@@ -5552,7 +5552,7 @@ echo "configure:5543: checking system ve
+ # results, and the version is kept in special file).
+
+ if test -r /etc/.relid -a "X`uname -n`" = "X`uname -s`" ; then
+- system=MP-RAS-`awk '{print }' /etc/.relid'`
++ system=MP-RAS-`awk '{print }' /etc/.relid`
+ fi
+ if test "`uname -s`" = "AIX" ; then
+ system=AIX-`uname -v`.`uname -r`
@@ -5613,12 +5613,13 @@ fi
# Step 3: set configuration options based on system name and version.
@@ -501,6 +510,15 @@ $NetBSD: patch-ab,v 1.2 2006/05/16 14:57:02 joerg Exp $
else
LIB_SUFFIX=${UNSHARED_LIB_SUFFIX}
+@@ -7113,7 +7124,7 @@ echo "configure:7105: checking FIONBIO v
+ # results, and the version is kept in special file).
+
+ if test -r /etc/.relid -a "X`uname -n`" = "X`uname -s`" ; then
+- system=MP-RAS-`awk '{print }' /etc/.relid'`
++ system=MP-RAS-`awk '{print }' /etc/.relid`
+ fi
+ if test "`uname -s`" = "AIX" ; then
+ system=AIX-`uname -v`.`uname -r`
@@ -7217,7 +7228,7 @@ elif test "$SHARED_BUILD" = "0" || test
TCL_LIB_FLAG="-ltcl`echo ${TCL_VERSION} | tr -d .`\${TCL_DBGX}"
fi
@@ -534,7 +552,7 @@ $NetBSD: patch-ab,v 1.2 2006/05/16 14:57:02 joerg Exp $
#--------------------------------------------------------------------
# The statements below define various symbols relating to Tcl
# stub support.
-@@ -7487,6 +7504,7 @@ s%@LDFLAGS_DEBUG@%$LDFLAGS_DEBUG%g
+@@ -7487,6 +7506,7 @@ s%@LDFLAGS_DEBUG@%$LDFLAGS_DEBUG%g
s%@LDFLAGS_OPTIMIZE@%$LDFLAGS_OPTIMIZE%g
s%@CC_SEARCH_FLAGS@%$CC_SEARCH_FLAGS%g
s%@LD_SEARCH_FLAGS@%$LD_SEARCH_FLAGS%g