pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/libtcl-nothread Kill trailing ' that break /bin/s...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c8a18cbefa9e
branches:  trunk
changeset: 547561:c8a18cbefa9e
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Fri Sep 19 23:35:15 2008 +0000

description:
Kill trailing ' that break /bin/sh on netbsd/current.

diffstat:

 lang/libtcl-nothread/distinfo         |   4 ++--
 lang/libtcl-nothread/patches/patch-ab |  24 +++++++++++++++++++++---
 2 files changed, 23 insertions(+), 5 deletions(-)

diffs (63 lines):

diff -r db4dc7c866a9 -r c8a18cbefa9e lang/libtcl-nothread/distinfo
--- a/lang/libtcl-nothread/distinfo     Fri Sep 19 23:26:09 2008 +0000
+++ b/lang/libtcl-nothread/distinfo     Fri Sep 19 23:35:15 2008 +0000
@@ -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 -r db4dc7c866a9 -r c8a18cbefa9e lang/libtcl-nothread/patches/patch-ab
--- a/lang/libtcl-nothread/patches/patch-ab     Fri Sep 19 23:26:09 2008 +0000
+++ b/lang/libtcl-nothread/patches/patch-ab     Fri Sep 19 23:35:15 2008 +0000
@@ -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 @@
      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 @@
  #--------------------------------------------------------------------
  #       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



Home | Main Index | Thread Index | Old Index