pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/tcl-itcl-current Remove trailing ' to unbreak she...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f2525dd68043
branches:  trunk
changeset: 546021:f2525dd68043
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Tue Aug 19 14:34:29 2008 +0000

description:
Remove trailing ' to unbreak shell scripts.

diffstat:

 lang/tcl-itcl-current/distinfo         |   8 ++++----
 lang/tcl-itcl-current/patches/patch-aa |  13 +++++++++++--
 lang/tcl-itcl-current/patches/patch-ac |  13 +++++++++++--
 lang/tcl-itcl-current/patches/patch-af |  13 +++++++++++--
 4 files changed, 37 insertions(+), 10 deletions(-)

diffs (100 lines):

diff -r 6abc45df68d4 -r f2525dd68043 lang/tcl-itcl-current/distinfo
--- a/lang/tcl-itcl-current/distinfo    Tue Aug 19 13:53:27 2008 +0000
+++ b/lang/tcl-itcl-current/distinfo    Tue Aug 19 14:34:29 2008 +0000
@@ -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 -r 6abc45df68d4 -r f2525dd68043 lang/tcl-itcl-current/patches/patch-aa
--- a/lang/tcl-itcl-current/patches/patch-aa    Tue Aug 19 13:53:27 2008 +0000
+++ b/lang/tcl-itcl-current/patches/patch-aa    Tue Aug 19 14:34:29 2008 +0000
@@ -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 @@
        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 -r 6abc45df68d4 -r f2525dd68043 lang/tcl-itcl-current/patches/patch-ac
--- a/lang/tcl-itcl-current/patches/patch-ac    Tue Aug 19 13:53:27 2008 +0000
+++ b/lang/tcl-itcl-current/patches/patch-ac    Tue Aug 19 14:34:29 2008 +0000
@@ -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 @@
  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 -r 6abc45df68d4 -r f2525dd68043 lang/tcl-itcl-current/patches/patch-af
--- a/lang/tcl-itcl-current/patches/patch-af    Tue Aug 19 13:53:27 2008 +0000
+++ b/lang/tcl-itcl-current/patches/patch-af    Tue Aug 19 14:34:29 2008 +0000
@@ -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).
  



Home | Main Index | Thread Index | Old Index