diff options
author | joerg <joerg@pkgsrc.org> | 2008-08-19 14:34:29 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2008-08-19 14:34:29 +0000 |
commit | c08aca2db27694aae9bb5abfa4edb11fc7ad81ca (patch) | |
tree | 47f7cfa8e9a6a1cc5f05bc69e8236f260b58cadc /lang | |
parent | 9e8da6986923543102f94533025fc4e318cba476 (diff) | |
download | pkgsrc-c08aca2db27694aae9bb5abfa4edb11fc7ad81ca.tar.gz |
Remove trailing ' to unbreak shell scripts.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/tcl-itcl-current/distinfo | 8 | ||||
-rw-r--r-- | lang/tcl-itcl-current/patches/patch-aa | 13 | ||||
-rw-r--r-- | lang/tcl-itcl-current/patches/patch-ac | 13 | ||||
-rw-r--r-- | lang/tcl-itcl-current/patches/patch-af | 13 |
4 files changed, 37 insertions, 10 deletions
diff --git a/lang/tcl-itcl-current/distinfo b/lang/tcl-itcl-current/distinfo index 616818621dc..29c4bb4ab80 100644 --- a/lang/tcl-itcl-current/distinfo +++ b/lang/tcl-itcl-current/distinfo @@ -1,14 +1,14 @@ -$NetBSD: distinfo,v 1.6 2006/05/15 23:26:17 joerg Exp $ +$NetBSD: distinfo,v 1.7 2008/08/19 14:34:29 joerg Exp $ SHA1 (tcl-itcl-20040920.tar.gz) = 469d8df8d7b506e7d175eb5a15fe68b5a60e95c6 RMD160 (tcl-itcl-20040920.tar.gz) = 3c992eb5aba9f1e8d21d57b854fe782d0e2ca1f5 Size (tcl-itcl-20040920.tar.gz) = 1133945 bytes -SHA1 (patch-aa) = 82728f23602d5a276e1fdf4de5e4fc93816032db +SHA1 (patch-aa) = f7dc38543bb7a73cd3436aa4a6a3a72db78b6718 SHA1 (patch-ab) = 05a86eb12eb9bf5b1d2b5cc0349fb919263dedcb -SHA1 (patch-ac) = b0d8f2bdefcc8fda090ebbd6a47e51567b5e329c +SHA1 (patch-ac) = a464649a7903a6118caa313231f6a40743d82a48 SHA1 (patch-ad) = 8eb6769fb919ba51ee72664818c5e31e45e518d9 SHA1 (patch-ae) = 13dc56e5c807d8e661eb7af2a09b4a45423e835b -SHA1 (patch-af) = af719ce70c2791621cd24cbae5f84bc2cd3ff979 +SHA1 (patch-af) = a147986ac212e2e39fb60326f3faa1f94460ff98 SHA1 (patch-ag) = 5b21951b82de53875efd5289dd87abae8bb11073 SHA1 (patch-ah) = 58985a1b21625fc00dbbfe4e793dcbb2f7ef2929 SHA1 (patch-ai) = 706151bc08f654aec1d2cce39fa794e516eae9a5 diff --git a/lang/tcl-itcl-current/patches/patch-aa b/lang/tcl-itcl-current/patches/patch-aa index d4c534636b9..a092c60ef7e 100644 --- a/lang/tcl-itcl-current/patches/patch-aa +++ b/lang/tcl-itcl-current/patches/patch-aa @@ -1,6 +1,6 @@ -$NetBSD: patch-aa,v 1.4 2006/05/09 18:20:18 joerg Exp $ +$NetBSD: patch-aa,v 1.5 2008/08/19 14:34:29 joerg Exp $ ---- itcl/configure.orig 2004-09-08 01:23:50.000000000 +0000 +--- itcl/configure.orig 2004-09-08 03:23:50.000000000 +0200 +++ itcl/configure @@ -1,9 +1,8 @@ #! /bin/sh @@ -2733,6 +2733,15 @@ $NetBSD: patch-aa,v 1.4 2006/05/09 18:20:18 joerg Exp $ TCL_GENERIC_DIR_NATIVE='${TCL_TOP_DIR_NATIVE}/generic' TCL_UNIX_DIR_NATIVE='${TCL_TOP_DIR_NATIVE}/unix' TCL_WIN_DIR_NATIVE='${TCL_TOP_DIR_NATIVE}/win' +@@ -6045,7 +6407,7 @@ echo "${ECHO_T}unknown (can't find uname + # 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` @@ -6069,7 +6431,6 @@ else ac_check_lib_save_LIBS=$LIBS LIBS="-ldl $LIBS" diff --git a/lang/tcl-itcl-current/patches/patch-ac b/lang/tcl-itcl-current/patches/patch-ac index 2cf1bdc3a57..0bf58e3e7e8 100644 --- a/lang/tcl-itcl-current/patches/patch-ac +++ b/lang/tcl-itcl-current/patches/patch-ac @@ -1,6 +1,6 @@ -$NetBSD: patch-ac,v 1.4 2006/05/09 18:20:18 joerg Exp $ +$NetBSD: patch-ac,v 1.5 2008/08/19 14:34:29 joerg Exp $ ---- itk/configure.orig 2004-09-08 01:23:51.000000000 +0000 +--- itk/configure.orig 2004-09-08 03:23:51.000000000 +0200 +++ itk/configure @@ -1,9 +1,8 @@ #! /bin/sh @@ -2884,6 +2884,15 @@ $NetBSD: patch-ac,v 1.4 2006/05/09 18:20:18 joerg Exp $ LIBS=$ac_check_lib_save_LIBS fi echo "$as_me:$LINENO: result: $ac_cv_lib_Xwindow_XCreateWindow" >&5 +@@ -6784,7 +7166,7 @@ echo "${ECHO_T}unknown (can't find uname + # 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` @@ -6808,7 +7190,6 @@ else ac_check_lib_save_LIBS=$LIBS LIBS="-ldl $LIBS" diff --git a/lang/tcl-itcl-current/patches/patch-af b/lang/tcl-itcl-current/patches/patch-af index 2aa1bf2c887..f21342f8149 100644 --- a/lang/tcl-itcl-current/patches/patch-af +++ b/lang/tcl-itcl-current/patches/patch-af @@ -1,7 +1,16 @@ -$NetBSD: patch-af,v 1.2 2006/05/09 18:20:18 joerg Exp $ +$NetBSD: patch-af,v 1.3 2008/08/19 14:34:29 joerg Exp $ ---- tclconfig/tcl.m4.orig 2004-09-08 01:23:52.000000000 +0000 +--- tclconfig/tcl.m4.orig 2004-09-08 03:23:52.000000000 +0200 +++ tclconfig/tcl.m4 +@@ -773,7 +773,7 @@ AC_DEFUN(TEA_CONFIG_CFLAGS, [ + # 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 $3}' /etc/.relid'` ++ system=MP-RAS-`awk '{print $3}' /etc/.relid` + fi + if test "`uname -s`" = "AIX" ; then + system=AIX-`uname -v`.`uname -r` @@ -796,6 +796,7 @@ AC_DEFUN(TEA_CONFIG_CFLAGS, [ # (and we have no CC_SEARCH_FLAGS). |