aboutsummaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2009-10-26 15:26:23 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2009-10-26 15:26:23 +0000
commitdb2620f7fb0909f04da3a9ec54a3ef2e15d089c4 (patch)
tree0809df8bffc8aff01601d8d56d427b4b94374848 /lang
parentf4b5b674c92c0c37ed520c339558f47c83d570eb (diff)
downloadports-db2620f7fb0909f04da3a9ec54a3ef2e15d089c4.tar.gz
ports-db2620f7fb0909f04da3a9ec54a3ef2e15d089c4.zip
Notes
Diffstat (limited to 'lang')
-rw-r--r--lang/tcl82/files/patch-ab32
-rw-r--r--lang/tcl83/files/patch-configure22
2 files changed, 45 insertions, 9 deletions
diff --git a/lang/tcl82/files/patch-ab b/lang/tcl82/files/patch-ab
index ed0e1646d0a9..aa7493745bbe 100644
--- a/lang/tcl82/files/patch-ab
+++ b/lang/tcl82/files/patch-ab
@@ -1,5 +1,14 @@
---- configure.orig Tue Dec 14 19:59:18 1999
-+++ configure Mon Dec 16 11:52:34 2002
+--- configure.orig 1999-12-15 04:59:18.000000000 +0100
++++ configure 2009-10-26 16:20:22.000000000 +0100
+@@ -4587,7 +4587,7 @@
+ # 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`
@@ -4648,7 +4648,7 @@
EXTRA_CFLAGS=""
TCL_EXPORT_FILE_SUFFIX=""
@@ -39,7 +48,7 @@
else
echo "$ac_t""no" 1>&6
-@@ -4954,17 +4959,6 @@
+@@ -4954,17 +4954,6 @@
UNSHARED_LIB_SUFFIX='${TCL_TRIM_DOTS}\$\{DBGX\}.a'
TCL_LIB_VERSIONS_OK=nodots
;;
@@ -57,7 +66,7 @@
NEXTSTEP-*)
SHLIB_CFLAGS=""
SHLIB_LD="cc -nostdlib -r"
-@@ -5371,7 +5365,7 @@
+@@ -5371,7 +5360,7 @@
SHARED_LIB_SUFFIX='${VERSION}\$\{DBGX\}${SHLIB_SUFFIX}'
fi
if test "$UNSHARED_LIB_SUFFIX" = "" ; then
@@ -66,7 +75,16 @@
fi
-@@ -5594,7 +5588,7 @@
+@@ -5507,7 +5496,7 @@
+ # 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`
+@@ -5594,7 +5583,7 @@
if test "x$DL_OBJS" = "xtclLoadAout.o"; then
MAKE_LIB="ar cr \${TCL_LIB_FILE} \${OBJS}"
else
@@ -75,7 +93,7 @@
RANLIB=":"
fi
else
-@@ -5628,11 +5622,7 @@
+@@ -5628,11 +5617,7 @@
# up the Tcl library.
if test "$SHARED_BUILD" = "0" -o $TCL_NEEDS_EXP_FILE = 0; then
@@ -88,7 +106,7 @@
TCL_BUILD_LIB_SPEC="-L`pwd` ${TCL_LIB_FLAG}"
TCL_LIB_SPEC="-L${exec_prefix}/lib ${TCL_LIB_FLAG}"
else
-@@ -5678,11 +5668,7 @@
+@@ -5678,11 +5663,7 @@
TCL_STUB_LIB_FILE=${STUB_LIB_FILE}
diff --git a/lang/tcl83/files/patch-configure b/lang/tcl83/files/patch-configure
index 77f71fb0133e..a05d1c501261 100644
--- a/lang/tcl83/files/patch-configure
+++ b/lang/tcl83/files/patch-configure
@@ -1,5 +1,14 @@
---- configure.orig Fri Oct 18 22:44:46 2002
-+++ configure Tue Nov 12 21:40:13 2002
+--- configure.orig 2002-10-18 22:44:46.000000000 +0200
++++ configure 2009-10-26 16:24:59.000000000 +0100
+@@ -4767,7 +4767,7 @@
+ # 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`
@@ -4831,7 +4831,7 @@
EXTRA_CFLAGS=""
TCL_EXPORT_FILE_SUFFIX=""
@@ -38,3 +47,12 @@
TCL_LIB_VERSIONS_OK=nodots
;;
esac
+@@ -6192,7 +6193,7 @@
+ # 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`