[Pkg-tcltk-commits] r293 - tcl8.3/trunk/debian/patches
sgolovan-guest at alioth.debian.org
sgolovan-guest at alioth.debian.org
Thu Oct 18 16:20:40 UTC 2007
Author: sgolovan-guest
Date: 2007-10-18 16:20:40 +0000 (Thu, 18 Oct 2007)
New Revision: 293
Modified:
tcl8.3/trunk/debian/patches/64bit.diff
tcl8.3/trunk/debian/patches/m4quote.diff
tcl8.3/trunk/debian/patches/m4typo.diff
tcl8.3/trunk/debian/patches/manpages.diff
tcl8.3/trunk/debian/patches/non-linux.diff
tcl8.3/trunk/debian/patches/rpath.diff
tcl8.3/trunk/debian/patches/tclinc.diff
tcl8.3/trunk/debian/patches/tcllibrary.diff
tcl8.3/trunk/debian/patches/tclpackagepath.diff
tcl8.3/trunk/debian/patches/ungets.diff
Log:
[tcl8.3]
Refreshed patches.
Modified: tcl8.3/trunk/debian/patches/64bit.diff
===================================================================
--- tcl8.3/trunk/debian/patches/64bit.diff 2007-10-18 15:36:32 UTC (rev 292)
+++ tcl8.3/trunk/debian/patches/64bit.diff 2007-10-18 16:20:40 UTC (rev 293)
@@ -1,10 +1,10 @@
Patch by John Goerzen fixes work with numbers larger than 31 bit on 64-bit
architectures. See debian/patches/64bit for details.
-Index: tcl8.3-8.3.5-7/generic/tclObj.c
+Index: tcl8.3-8.3.5/generic/tclObj.c
===================================================================
---- tcl8.3-8.3.5-7.orig/generic/tclObj.c 2002-04-26 23:27:03.000000000 +0400
-+++ tcl8.3-8.3.5-7/generic/tclObj.c 2007-09-15 19:20:17.000000000 +0400
+--- tcl8.3-8.3.5.orig/generic/tclObj.c 2002-04-26 23:27:03.000000000 +0400
++++ tcl8.3-8.3.5/generic/tclObj.c 2007-10-18 20:19:14.000000000 +0400
@@ -1610,7 +1610,7 @@
}
}
Modified: tcl8.3/trunk/debian/patches/m4quote.diff
===================================================================
--- tcl8.3/trunk/debian/patches/m4quote.diff 2007-10-18 15:36:32 UTC (rev 292)
+++ tcl8.3/trunk/debian/patches/m4quote.diff 2007-10-18 16:20:40 UTC (rev 293)
@@ -3,8 +3,8 @@
Index: tcl8.3-8.3.5/unix/tcl.m4
===================================================================
---- tcl8.3-8.3.5.orig/unix/tcl.m4
-+++ tcl8.3-8.3.5/unix/tcl.m4
+--- tcl8.3-8.3.5.orig/unix/tcl.m4 2002-10-19 00:44:46.000000000 +0400
++++ tcl8.3-8.3.5/unix/tcl.m4 2007-10-18 20:19:22.000000000 +0400
@@ -17,7 +17,7 @@
# the tclConfig.sh file
#------------------------------------------------------------------------
Modified: tcl8.3/trunk/debian/patches/m4typo.diff
===================================================================
--- tcl8.3/trunk/debian/patches/m4typo.diff 2007-10-18 15:36:32 UTC (rev 292)
+++ tcl8.3/trunk/debian/patches/m4typo.diff 2007-10-18 16:20:40 UTC (rev 293)
@@ -1,10 +1,10 @@
Patch by Chris Waters fixes typo in tcl.m4. The bug is triggered by
using bash 3.
-Index: tcl8.3-8.3.5-7/unix/configure
+Index: tcl8.3-8.3.5/unix/configure
===================================================================
---- tcl8.3-8.3.5-7.orig/unix/configure 2002-10-19 00:44:46.000000000 +0400
-+++ tcl8.3-8.3.5-7/unix/configure 2007-09-15 19:20:20.000000000 +0400
+--- tcl8.3-8.3.5.orig/unix/configure 2007-10-18 20:19:20.000000000 +0400
++++ tcl8.3-8.3.5/unix/configure 2007-10-18 20:19:24.000000000 +0400
@@ -4767,7 +4767,7 @@
# results, and the version is kept in special file).
@@ -23,10 +23,10 @@
fi
if test "`uname -s`" = "AIX" ; then
system=AIX-`uname -v`.`uname -r`
-Index: tcl8.3-8.3.5-7/unix/tcl.m4
+Index: tcl8.3-8.3.5/unix/tcl.m4
===================================================================
---- tcl8.3-8.3.5-7.orig/unix/tcl.m4 2002-10-19 00:44:46.000000000 +0400
-+++ tcl8.3-8.3.5-7/unix/tcl.m4 2007-09-15 19:20:20.000000000 +0400
+--- tcl8.3-8.3.5.orig/unix/tcl.m4 2007-10-18 20:19:22.000000000 +0400
++++ tcl8.3-8.3.5/unix/tcl.m4 2007-10-18 20:19:24.000000000 +0400
@@ -639,7 +639,7 @@
# results, and the version is kept in special file).
Modified: tcl8.3/trunk/debian/patches/manpages.diff
===================================================================
--- tcl8.3/trunk/debian/patches/manpages.diff 2007-10-18 15:36:32 UTC (rev 292)
+++ tcl8.3/trunk/debian/patches/manpages.diff 2007-10-18 16:20:40 UTC (rev 293)
@@ -3,8 +3,8 @@
Index: tcl8.3-8.3.5/unix/mkLinks
===================================================================
---- tcl8.3-8.3.5.orig/unix/mkLinks
-+++ tcl8.3-8.3.5/unix/mkLinks
+--- tcl8.3-8.3.5.orig/unix/mkLinks 2002-10-19 00:44:46.000000000 +0400
++++ tcl8.3-8.3.5/unix/mkLinks 2007-10-18 20:19:37.000000000 +0400
@@ -20,6 +20,11 @@
exit 1
fi
Modified: tcl8.3/trunk/debian/patches/non-linux.diff
===================================================================
--- tcl8.3/trunk/debian/patches/non-linux.diff 2007-10-18 15:36:32 UTC (rev 292)
+++ tcl8.3/trunk/debian/patches/non-linux.diff 2007-10-18 16:20:40 UTC (rev 293)
@@ -1,10 +1,10 @@
Patch by Sergei Golovan (originally by Mike Markley and Chris Waters) fixes
building on non-linux Debian architectures.
-Index: tcl8.3-8.3.5-7/unix/configure
+Index: tcl8.3-8.3.5/unix/configure
===================================================================
---- tcl8.3-8.3.5-7.orig/unix/configure 2007-09-15 19:20:28.000000000 +0400
-+++ tcl8.3-8.3.5-7/unix/configure 2007-09-15 19:20:32.000000000 +0400
+--- tcl8.3-8.3.5.orig/unix/configure 2007-10-18 20:19:31.000000000 +0400
++++ tcl8.3-8.3.5/unix/configure 2007-10-18 20:19:34.000000000 +0400
@@ -4772,6 +4772,9 @@
if test "`uname -s`" = "AIX" ; then
system=AIX-`uname -v`.`uname -r`
@@ -24,11 +24,11 @@
SHLIB_CFLAGS="-fPIC"
SHLIB_LD_LIBS='${LIBS}'
SHLIB_SUFFIX=".so"
-Index: tcl8.3-8.3.5-7/unix/tcl.m4
+Index: tcl8.3-8.3.5/unix/tcl.m4
===================================================================
---- tcl8.3-8.3.5-7.orig/unix/tcl.m4 2007-09-15 19:20:28.000000000 +0400
-+++ tcl8.3-8.3.5-7/unix/tcl.m4 2007-09-15 19:20:32.000000000 +0400
-@@ -647,6 +647,9 @@
+--- tcl8.3-8.3.5.orig/unix/tcl.m4 2007-10-18 20:19:31.000000000 +0400
++++ tcl8.3-8.3.5/unix/tcl.m4 2007-10-18 20:19:34.000000000 +0400
+@@ -646,6 +646,9 @@
if test "`uname -s`" = "AIX" ; then
system=AIX-`uname -v`.`uname -r`
fi
@@ -38,7 +38,7 @@
AC_MSG_RESULT($system)
fi
fi
-@@ -945,7 +948,7 @@
+@@ -944,7 +947,7 @@
fi
fi
;;
Modified: tcl8.3/trunk/debian/patches/rpath.diff
===================================================================
--- tcl8.3/trunk/debian/patches/rpath.diff 2007-10-18 15:36:32 UTC (rev 292)
+++ tcl8.3/trunk/debian/patches/rpath.diff 2007-10-18 16:20:40 UTC (rev 293)
@@ -1,10 +1,10 @@
Patch by Chris Waters removes -rpath from search flags and adds -soname
to library build options.
-Index: tcl8.3-8.3.5-7/unix/configure
+Index: tcl8.3-8.3.5/unix/configure
===================================================================
---- tcl8.3-8.3.5-7.orig/unix/configure 2007-09-15 19:20:24.000000000 +0400
-+++ tcl8.3-8.3.5-7/unix/configure 2007-09-15 19:20:28.000000000 +0400
+--- tcl8.3-8.3.5.orig/unix/configure 2007-10-18 20:19:26.000000000 +0400
++++ tcl8.3-8.3.5/unix/configure 2007-10-18 20:19:31.000000000 +0400
@@ -5278,7 +5278,7 @@
DL_OBJS="tclLoadDl.o"
DL_LIBS="-ldl"
@@ -23,10 +23,10 @@
RANLIB=:
else
case $system in
-Index: tcl8.3-8.3.5-7/unix/configure.in
+Index: tcl8.3-8.3.5/unix/configure.in
===================================================================
---- tcl8.3-8.3.5-7.orig/unix/configure.in 2007-09-15 19:20:24.000000000 +0400
-+++ tcl8.3-8.3.5-7/unix/configure.in 2007-09-15 19:20:28.000000000 +0400
+--- tcl8.3-8.3.5.orig/unix/configure.in 2007-10-18 20:19:26.000000000 +0400
++++ tcl8.3-8.3.5/unix/configure.in 2007-10-18 20:19:31.000000000 +0400
@@ -385,7 +385,7 @@
if test "${SHARED_BUILD}" = "1" -a "${SHLIB_SUFFIX}" != "" ; then
TCL_SHLIB_CFLAGS="${SHLIB_CFLAGS}"
@@ -36,11 +36,11 @@
RANLIB=:
else
case $system in
-Index: tcl8.3-8.3.5-7/unix/tcl.m4
+Index: tcl8.3-8.3.5/unix/tcl.m4
===================================================================
---- tcl8.3-8.3.5-7.orig/unix/tcl.m4 2007-09-15 19:20:24.000000000 +0400
-+++ tcl8.3-8.3.5-7/unix/tcl.m4 2007-09-15 19:20:28.000000000 +0400
-@@ -961,7 +961,7 @@
+--- tcl8.3-8.3.5.orig/unix/tcl.m4 2007-10-18 20:19:26.000000000 +0400
++++ tcl8.3-8.3.5/unix/tcl.m4 2007-10-18 20:19:31.000000000 +0400
+@@ -960,7 +960,7 @@
DL_OBJS="tclLoadDl.o"
DL_LIBS="-ldl"
LDFLAGS="-rdynamic"
Modified: tcl8.3/trunk/debian/patches/tclinc.diff
===================================================================
--- tcl8.3/trunk/debian/patches/tclinc.diff 2007-10-18 15:36:32 UTC (rev 292)
+++ tcl8.3/trunk/debian/patches/tclinc.diff 2007-10-18 16:20:40 UTC (rev 293)
@@ -7,10 +7,10 @@
Also, it allows to find tclConfig.sh in /usr/share/tcltk/tcl8.3 and tkConfig.sh
in /usr/share/tcltk/tk8.3 where they are located in Debian installation.
-Index: tcl8.3-8.3.5-7/unix/configure
+Index: tcl8.3-8.3.5/unix/configure
===================================================================
---- tcl8.3-8.3.5-7.orig/unix/configure 2007-09-15 19:20:20.000000000 +0400
-+++ tcl8.3-8.3.5-7/unix/configure 2007-09-15 19:20:24.000000000 +0400
+--- tcl8.3-8.3.5.orig/unix/configure 2007-10-18 20:19:24.000000000 +0400
++++ tcl8.3-8.3.5/unix/configure 2007-10-18 20:19:26.000000000 +0400
@@ -6372,6 +6372,9 @@
TCL_BUILD_STUB_LIB_PATH="`pwd`/${TCL_STUB_LIB_FILE}"
TCL_STUB_LIB_PATH="${libdir}/${TCL_STUB_LIB_FILE}"
@@ -29,10 +29,10 @@
s%@TCL_BUILD_STUB_LIB_SPEC@%$TCL_BUILD_STUB_LIB_SPEC%g
s%@TCL_BUILD_STUB_LIB_PATH@%$TCL_BUILD_STUB_LIB_PATH%g
s%@TCL_SRC_DIR@%$TCL_SRC_DIR%g
-Index: tcl8.3-8.3.5-7/unix/configure.in
+Index: tcl8.3-8.3.5/unix/configure.in
===================================================================
---- tcl8.3-8.3.5-7.orig/unix/configure.in 2002-10-19 00:44:46.000000000 +0400
-+++ tcl8.3-8.3.5-7/unix/configure.in 2007-09-15 19:20:24.000000000 +0400
+--- tcl8.3-8.3.5.orig/unix/configure.in 2007-10-18 20:19:20.000000000 +0400
++++ tcl8.3-8.3.5/unix/configure.in 2007-10-18 20:19:26.000000000 +0400
@@ -481,6 +481,9 @@
TCL_BUILD_STUB_LIB_PATH="`pwd`/${TCL_STUB_LIB_FILE}"
TCL_STUB_LIB_PATH="${libdir}/${TCL_STUB_LIB_FILE}"
@@ -51,10 +51,10 @@
AC_SUBST(TCL_BUILD_STUB_LIB_SPEC)
AC_SUBST(TCL_BUILD_STUB_LIB_PATH)
-Index: tcl8.3-8.3.5-7/unix/tclConfig.sh.in
+Index: tcl8.3-8.3.5/unix/tclConfig.sh.in
===================================================================
---- tcl8.3-8.3.5-7.orig/unix/tclConfig.sh.in 2002-10-19 00:44:46.000000000 +0400
-+++ tcl8.3-8.3.5-7/unix/tclConfig.sh.in 2007-09-15 19:20:24.000000000 +0400
+--- tcl8.3-8.3.5.orig/unix/tclConfig.sh.in 2002-10-19 00:44:46.000000000 +0400
++++ tcl8.3-8.3.5/unix/tclConfig.sh.in 2007-10-18 20:19:26.000000000 +0400
@@ -110,12 +110,16 @@
# String to pass to linker to pick up the Tcl library from its
@@ -99,10 +99,10 @@
# Path to the Tcl stub library in the install directory.
TCL_STUB_LIB_PATH='@TCL_STUB_LIB_PATH@'
-Index: tcl8.3-8.3.5-7/unix/tcl.m4
+Index: tcl8.3-8.3.5/unix/tcl.m4
===================================================================
---- tcl8.3-8.3.5-7.orig/unix/tcl.m4 2007-09-15 19:20:20.000000000 +0400
-+++ tcl8.3-8.3.5-7/unix/tcl.m4 2007-09-15 19:20:24.000000000 +0400
+--- tcl8.3-8.3.5.orig/unix/tcl.m4 2007-10-18 20:19:24.000000000 +0400
++++ tcl8.3-8.3.5/unix/tcl.m4 2007-10-18 20:19:26.000000000 +0400
@@ -62,6 +62,7 @@
`ls -d /usr/local/lib 2>/dev/null` \
`ls -d /usr/contrib/lib 2>/dev/null` \
Modified: tcl8.3/trunk/debian/patches/tcllibrary.diff
===================================================================
--- tcl8.3/trunk/debian/patches/tcllibrary.diff 2007-10-18 15:36:32 UTC (rev 292)
+++ tcl8.3/trunk/debian/patches/tcllibrary.diff 2007-10-18 16:20:40 UTC (rev 293)
@@ -1,7 +1,7 @@
-Index: tcl8.4/library/init.tcl
+Index: tcl8.3-8.3.5/library/init.tcl
===================================================================
---- tcl8.4.orig/library/init.tcl
-+++ tcl8.4/library/init.tcl
+--- tcl8.3-8.3.5.orig/library/init.tcl 2002-07-02 21:09:35.000000000 +0400
++++ tcl8.3-8.3.5/library/init.tcl 2007-10-18 20:19:17.000000000 +0400
@@ -49,7 +49,7 @@
namespace eval tcl {
variable Dir
Modified: tcl8.3/trunk/debian/patches/tclpackagepath.diff
===================================================================
--- tcl8.3/trunk/debian/patches/tclpackagepath.diff 2007-10-18 15:36:32 UTC (rev 292)
+++ tcl8.3/trunk/debian/patches/tclpackagepath.diff 2007-10-18 16:20:40 UTC (rev 293)
@@ -4,8 +4,8 @@
Index: tcl8.3-8.3.5/unix/configure
===================================================================
---- tcl8.3-8.3.5.orig/unix/configure
-+++ tcl8.3-8.3.5/unix/configure
+--- tcl8.3-8.3.5.orig/unix/configure 2002-10-19 00:44:46.000000000 +0400
++++ tcl8.3-8.3.5/unix/configure 2007-10-18 20:19:20.000000000 +0400
@@ -6344,9 +6344,9 @@
#--------------------------------------------------------------------
@@ -20,8 +20,8 @@
#--------------------------------------------------------------------
Index: tcl8.3-8.3.5/unix/configure.in
===================================================================
---- tcl8.3-8.3.5.orig/unix/configure.in
-+++ tcl8.3-8.3.5/unix/configure.in
+--- tcl8.3-8.3.5.orig/unix/configure.in 2002-10-19 00:44:46.000000000 +0400
++++ tcl8.3-8.3.5/unix/configure.in 2007-10-18 20:19:20.000000000 +0400
@@ -453,9 +453,9 @@
#--------------------------------------------------------------------
Modified: tcl8.3/trunk/debian/patches/ungets.diff
===================================================================
--- tcl8.3/trunk/debian/patches/ungets.diff 2007-10-18 15:36:32 UTC (rev 292)
+++ tcl8.3/trunk/debian/patches/ungets.diff 2007-10-18 16:20:40 UTC (rev 293)
@@ -1,10 +1,10 @@
Patch by Dmitry Astapov fixes Tcl_Ungets when unicode channels are used.
(See bug #100672)
-Index: tcl8.3-8.3.5-7/generic/tclIO.c
+Index: tcl8.3-8.3.5/generic/tclIO.c
===================================================================
---- tcl8.3-8.3.5-7.orig/generic/tclIO.c 2002-03-02 08:00:59.000000000 +0300
-+++ tcl8.3-8.3.5-7/generic/tclIO.c 2007-09-15 19:20:01.000000000 +0400
+--- tcl8.3-8.3.5.orig/generic/tclIO.c 2002-03-02 08:00:59.000000000 +0300
++++ tcl8.3-8.3.5/generic/tclIO.c 2007-10-18 20:19:08.000000000 +0400
@@ -4559,7 +4559,7 @@
bufPtr = AllocChannelBuffer(len);
More information about the Pkg-tcltk-commits
mailing list