[Pkg-tcltk-commits] r297 - tcl8.5/trunk/debian/patches
sgolovan-guest at alioth.debian.org
sgolovan-guest at alioth.debian.org
Thu Oct 18 16:40:35 UTC 2007
Author: sgolovan-guest
Date: 2007-10-18 16:40:34 +0000 (Thu, 18 Oct 2007)
New Revision: 297
Modified:
tcl8.5/trunk/debian/patches/confsearch.diff
tcl8.5/trunk/debian/patches/manpages.diff
tcl8.5/trunk/debian/patches/non-linux.diff
tcl8.5/trunk/debian/patches/rpath.diff
tcl8.5/trunk/debian/patches/tcllibrary.diff
tcl8.5/trunk/debian/patches/tclpackagepath.diff
tcl8.5/trunk/debian/patches/tclprivate.diff
Log:
[tcl8.5]
Refreshed patches.
Modified: tcl8.5/trunk/debian/patches/confsearch.diff
===================================================================
--- tcl8.5/trunk/debian/patches/confsearch.diff 2007-10-18 16:35:46 UTC (rev 296)
+++ tcl8.5/trunk/debian/patches/confsearch.diff 2007-10-18 16:40:34 UTC (rev 297)
@@ -5,7 +5,7 @@
Index: tcl8.5-0.b1/unix/tcl.m4
===================================================================
--- tcl8.5-0.b1.orig/unix/tcl.m4 2007-09-24 19:46:44.000000000 +0400
-+++ tcl8.5-0.b1/unix/tcl.m4 2007-09-24 21:58:01.000000000 +0400
++++ tcl8.5-0.b1/unix/tcl.m4 2007-10-18 20:39:53.000000000 +0400
@@ -94,6 +94,7 @@
`ls -d /usr/local/lib 2>/dev/null` \
`ls -d /usr/contrib/lib 2>/dev/null` \
Modified: tcl8.5/trunk/debian/patches/manpages.diff
===================================================================
--- tcl8.5/trunk/debian/patches/manpages.diff 2007-10-18 16:35:46 UTC (rev 296)
+++ tcl8.5/trunk/debian/patches/manpages.diff 2007-10-18 16:40:34 UTC (rev 297)
@@ -5,7 +5,7 @@
Index: tcl8.5-0.b1/unix/installManPage
===================================================================
--- tcl8.5-0.b1.orig/unix/installManPage 2007-09-24 19:46:44.000000000 +0400
-+++ tcl8.5-0.b1/unix/installManPage 2007-09-24 22:07:01.000000000 +0400
++++ tcl8.5-0.b1/unix/installManPage 2007-10-18 20:40:02.000000000 +0400
@@ -48,8 +48,16 @@
*.n) SECTION=n ;;
esac
Modified: tcl8.5/trunk/debian/patches/non-linux.diff
===================================================================
--- tcl8.5/trunk/debian/patches/non-linux.diff 2007-10-18 16:35:46 UTC (rev 296)
+++ tcl8.5/trunk/debian/patches/non-linux.diff 2007-10-18 16:40:34 UTC (rev 297)
@@ -3,8 +3,8 @@
Index: tcl8.5-0.b1/unix/configure
===================================================================
---- tcl8.5-0.b1.orig/unix/configure 2007-09-24 22:02:18.000000000 +0400
-+++ tcl8.5-0.b1/unix/configure 2007-09-24 22:02:23.000000000 +0400
+--- tcl8.5-0.b1.orig/unix/configure 2007-10-18 20:39:56.000000000 +0400
++++ tcl8.5-0.b1/unix/configure 2007-10-18 20:39:59.000000000 +0400
@@ -6518,6 +6518,9 @@
if test "`uname -s`" = "AIX" ; then
tcl_cv_sys_version=AIX-`uname -v`.`uname -r`
@@ -26,8 +26,8 @@
SHLIB_SUFFIX=".so"
Index: tcl8.5-0.b1/unix/Makefile.in
===================================================================
---- tcl8.5-0.b1.orig/unix/Makefile.in 2007-09-24 19:46:44.000000000 +0400
-+++ tcl8.5-0.b1/unix/Makefile.in 2007-09-24 22:02:23.000000000 +0400
+--- tcl8.5-0.b1.orig/unix/Makefile.in 2007-10-18 20:39:56.000000000 +0400
++++ tcl8.5-0.b1/unix/Makefile.in 2007-10-18 20:39:59.000000000 +0400
@@ -169,6 +169,7 @@
SHLIB_LD = @SHLIB_LD@
SHLIB_CFLAGS = @SHLIB_CFLAGS@
@@ -38,9 +38,9 @@
SHLIB_SUFFIX = @SHLIB_SUFFIX@
Index: tcl8.5-0.b1/unix/tcl.m4
===================================================================
---- tcl8.5-0.b1.orig/unix/tcl.m4 2007-09-24 22:02:18.000000000 +0400
-+++ tcl8.5-0.b1/unix/tcl.m4 2007-09-24 22:02:23.000000000 +0400
-@@ -962,6 +962,9 @@
+--- tcl8.5-0.b1.orig/unix/tcl.m4 2007-10-18 20:39:56.000000000 +0400
++++ tcl8.5-0.b1/unix/tcl.m4 2007-10-18 20:39:59.000000000 +0400
+@@ -961,6 +961,9 @@
if test "`uname -s`" = "AIX" ; then
tcl_cv_sys_version=AIX-`uname -v`.`uname -r`
fi
@@ -50,7 +50,7 @@
fi
fi
])
-@@ -1415,7 +1418,7 @@
+@@ -1414,7 +1417,7 @@
fi
fi
;;
Modified: tcl8.5/trunk/debian/patches/rpath.diff
===================================================================
--- tcl8.5/trunk/debian/patches/rpath.diff 2007-10-18 16:35:46 UTC (rev 296)
+++ tcl8.5/trunk/debian/patches/rpath.diff 2007-10-18 16:40:34 UTC (rev 297)
@@ -3,8 +3,8 @@
Index: tcl8.5-0.b1/unix/configure
===================================================================
---- tcl8.5-0.b1.orig/unix/configure 2007-09-24 19:46:44.000000000 +0400
-+++ tcl8.5-0.b1/unix/configure 2007-09-24 22:17:01.000000000 +0400
+--- tcl8.5-0.b1.orig/unix/configure 2007-10-18 20:39:49.000000000 +0400
++++ tcl8.5-0.b1/unix/configure 2007-10-18 20:39:56.000000000 +0400
@@ -7242,11 +7242,14 @@
# get rid of the warnings.
#CFLAGS_OPTIMIZE="${CFLAGS_OPTIMIZE} -D__NO_STRING_INLINES -D__NO_MATH_INLINES"
@@ -24,7 +24,7 @@
Index: tcl8.5-0.b1/unix/Makefile.in
===================================================================
--- tcl8.5-0.b1.orig/unix/Makefile.in 2007-09-24 19:46:44.000000000 +0400
-+++ tcl8.5-0.b1/unix/Makefile.in 2007-09-24 22:17:01.000000000 +0400
++++ tcl8.5-0.b1/unix/Makefile.in 2007-10-18 20:39:56.000000000 +0400
@@ -725,7 +725,10 @@
fi
@echo "Installing $(LIB_FILE) to $(LIB_INSTALL_DIR)/"
@@ -39,9 +39,9 @@
$(INSTALL_DATA) $(TCL_BUILD_EXP_FILE) \
Index: tcl8.5-0.b1/unix/tcl.m4
===================================================================
---- tcl8.5-0.b1.orig/unix/tcl.m4 2007-09-24 22:16:59.000000000 +0400
-+++ tcl8.5-0.b1/unix/tcl.m4 2007-09-24 22:17:01.000000000 +0400
-@@ -1426,11 +1426,14 @@
+--- tcl8.5-0.b1.orig/unix/tcl.m4 2007-10-18 20:39:53.000000000 +0400
++++ tcl8.5-0.b1/unix/tcl.m4 2007-10-18 20:39:56.000000000 +0400
+@@ -1425,11 +1425,14 @@
# get rid of the warnings.
#CFLAGS_OPTIMIZE="${CFLAGS_OPTIMIZE} -D__NO_STRING_INLINES -D__NO_MATH_INLINES"
Modified: tcl8.5/trunk/debian/patches/tcllibrary.diff
===================================================================
--- tcl8.5/trunk/debian/patches/tcllibrary.diff 2007-10-18 16:35:46 UTC (rev 296)
+++ tcl8.5/trunk/debian/patches/tcllibrary.diff 2007-10-18 16:40:34 UTC (rev 297)
@@ -1,7 +1,7 @@
-Index: tcl8.5/unix/configure
+Index: tcl8.5-0.b1/unix/configure
===================================================================
---- tcl8.5.orig/unix/configure
-+++ tcl8.5/unix/configure
+--- tcl8.5-0.b1.orig/unix/configure 2007-09-24 19:46:44.000000000 +0400
++++ tcl8.5-0.b1/unix/configure 2007-10-18 20:39:45.000000000 +0400
@@ -17914,7 +17914,7 @@
eval "TCL_LIB_FILE=${TCL_LIB_FILE}"
@@ -11,10 +11,10 @@
PRIVATE_INCLUDE_DIR='$(includedir)'
HTML_DIR='$(DISTDIR)/html'
-Index: tcl8.5/unix/configure.in
+Index: tcl8.5-0.b1/unix/configure.in
===================================================================
---- tcl8.5.orig/unix/configure.in
-+++ tcl8.5/unix/configure.in
+--- tcl8.5-0.b1.orig/unix/configure.in 2007-09-24 19:46:44.000000000 +0400
++++ tcl8.5-0.b1/unix/configure.in 2007-10-18 20:39:45.000000000 +0400
@@ -672,7 +672,7 @@
eval "TCL_LIB_FILE=${TCL_LIB_FILE}"
@@ -24,11 +24,11 @@
PRIVATE_INCLUDE_DIR='$(includedir)'
HTML_DIR='$(DISTDIR)/html'
-Index: tcl8.5/library/init.tcl
+Index: tcl8.5-0.b1/library/init.tcl
===================================================================
---- tcl8.5.orig/library/init.tcl
-+++ tcl8.5/library/init.tcl
-@@ -49,7 +49,7 @@
+--- tcl8.5-0.b1.orig/library/init.tcl 2007-09-19 21:42:11.000000000 +0400
++++ tcl8.5-0.b1/library/init.tcl 2007-10-18 20:39:45.000000000 +0400
+@@ -48,7 +48,7 @@
}
namespace eval tcl {
variable Dir
Modified: tcl8.5/trunk/debian/patches/tclpackagepath.diff
===================================================================
--- tcl8.5/trunk/debian/patches/tclpackagepath.diff 2007-10-18 16:35:46 UTC (rev 296)
+++ tcl8.5/trunk/debian/patches/tclpackagepath.diff 2007-10-18 16:40:34 UTC (rev 297)
@@ -2,10 +2,10 @@
without adding /usr/lib to it. It helps to put the policy compliant value to
::tcl_pkgPath variable and to TCL_PACKAGE_PATH variable in tclConfig.sh.
-Index: tcl8.5/unix/configure
+Index: tcl8.5-0.b1/unix/configure
===================================================================
---- tcl8.5.orig/unix/configure
-+++ tcl8.5/unix/configure
+--- tcl8.5-0.b1.orig/unix/configure 2007-10-18 20:39:45.000000000 +0400
++++ tcl8.5-0.b1/unix/configure 2007-10-18 20:39:49.000000000 +0400
@@ -18051,9 +18051,9 @@
test -z "$TCL_MODULE_PATH" && \
TCL_MODULE_PATH="~/Library/Tcl /Library/Tcl /Network/Library/Tcl /System/Library/Tcl"
@@ -18,10 +18,10 @@
fi
#--------------------------------------------------------------------
-Index: tcl8.5/unix/configure.in
+Index: tcl8.5-0.b1/unix/configure.in
===================================================================
---- tcl8.5.orig/unix/configure.in
-+++ tcl8.5/unix/configure.in
+--- tcl8.5-0.b1.orig/unix/configure.in 2007-10-18 20:39:45.000000000 +0400
++++ tcl8.5-0.b1/unix/configure.in 2007-10-18 20:39:49.000000000 +0400
@@ -771,9 +771,9 @@
test -z "$TCL_MODULE_PATH" && \
TCL_MODULE_PATH="~/Library/Tcl /Library/Tcl /Network/Library/Tcl /System/Library/Tcl"
Modified: tcl8.5/trunk/debian/patches/tclprivate.diff
===================================================================
--- tcl8.5/trunk/debian/patches/tclprivate.diff 2007-10-18 16:35:46 UTC (rev 296)
+++ tcl8.5/trunk/debian/patches/tclprivate.diff 2007-10-18 16:40:34 UTC (rev 297)
@@ -5,7 +5,7 @@
Index: tcl8.5-0.b1/unix/tclConfig.sh.in
===================================================================
--- tcl8.5-0.b1.orig/unix/tclConfig.sh.in 2007-09-24 19:46:44.000000000 +0400
-+++ tcl8.5-0.b1/unix/tclConfig.sh.in 2007-09-24 21:58:01.000000000 +0400
++++ tcl8.5-0.b1/unix/tclConfig.sh.in 2007-10-18 20:39:51.000000000 +0400
@@ -111,7 +111,7 @@
# String to pass to linker to pick up the Tcl library from its
More information about the Pkg-tcltk-commits
mailing list