[Pkg-tcltk-commits] r1500 - tcl8.5/branches/experimental/debian/patches

sgolovan at alioth.debian.org sgolovan at alioth.debian.org
Wed Sep 25 17:32:44 UTC 2013


Author: sgolovan
Date: 2013-09-25 17:32:43 +0000 (Wed, 25 Sep 2013)
New Revision: 1500

Modified:
   tcl8.5/branches/experimental/debian/patches/confsearch.diff
   tcl8.5/branches/experimental/debian/patches/manpages.diff
   tcl8.5/branches/experimental/debian/patches/non-linux.diff
   tcl8.5/branches/experimental/debian/patches/tcllibrary.diff
   tcl8.5/branches/experimental/debian/patches/tclpackagepath.diff
   tcl8.5/branches/experimental/debian/patches/tclprivate.diff
Log:
[tcl8.5-experimental]
Refreshing patches.


Modified: tcl8.5/branches/experimental/debian/patches/confsearch.diff
===================================================================
--- tcl8.5/branches/experimental/debian/patches/confsearch.diff	2013-09-25 17:26:04 UTC (rev 1499)
+++ tcl8.5/branches/experimental/debian/patches/confsearch.diff	2013-09-25 17:32:43 UTC (rev 1500)
@@ -2,8 +2,8 @@
 and tkConfig.sh in /usr/share/tcltk/tk8.5 where they are located in Debian
 installation.
 
---- tcl8.5-8.5.14.orig/unix/tcl.m4
-+++ tcl8.5-8.5.14/unix/tcl.m4
+--- tcl8.5-8.5.15.orig/unix/tcl.m4
++++ tcl8.5-8.5.15/unix/tcl.m4
 @@ -93,6 +93,7 @@
  			`ls -d ${prefix}/lib 2>/dev/null` \
  			`ls -d /usr/local/lib 2>/dev/null` \

Modified: tcl8.5/branches/experimental/debian/patches/manpages.diff
===================================================================
--- tcl8.5/branches/experimental/debian/patches/manpages.diff	2013-09-25 17:26:04 UTC (rev 1499)
+++ tcl8.5/branches/experimental/debian/patches/manpages.diff	2013-09-25 17:32:43 UTC (rev 1500)
@@ -2,8 +2,8 @@
 aren't installed by upstream script but are referenced inside other
 manual pages.
 
---- tcl8.5-8.5.14.orig/unix/installManPage
-+++ tcl8.5-8.5.14/unix/installManPage
+--- tcl8.5-8.5.15.orig/unix/installManPage
++++ tcl8.5-8.5.15/unix/installManPage
 @@ -91,8 +91,16 @@
  	exit 2 ;;
  esac

Modified: tcl8.5/branches/experimental/debian/patches/non-linux.diff
===================================================================
--- tcl8.5/branches/experimental/debian/patches/non-linux.diff	2013-09-25 17:26:04 UTC (rev 1499)
+++ tcl8.5/branches/experimental/debian/patches/non-linux.diff	2013-09-25 17:32:43 UTC (rev 1500)
@@ -1,9 +1,9 @@
 Patch by Sergei Golovan (originally by Mike Markley and Chris Waters) fixes
 building on non-linux Debian architectures.
 
---- tcl8.5-8.5.14.orig/unix/configure
-+++ tcl8.5-8.5.14/unix/configure
-@@ -6536,6 +6536,9 @@
+--- tcl8.5-8.5.15.orig/unix/configure
++++ tcl8.5-8.5.15/unix/configure
+@@ -6537,6 +6537,9 @@
  		if test "`uname -s`" = "AIX" ; then
  		    tcl_cv_sys_version=AIX-`uname -v`.`uname -r`
  		fi
@@ -13,8 +13,8 @@
  	    fi
  	fi
  
---- tcl8.5-8.5.14.orig/unix/Makefile.in
-+++ tcl8.5-8.5.14/unix/Makefile.in
+--- tcl8.5-8.5.15.orig/unix/Makefile.in
++++ tcl8.5-8.5.15/unix/Makefile.in
 @@ -172,6 +172,7 @@
  SHLIB_LD		= @SHLIB_LD@
  SHLIB_CFLAGS		= @SHLIB_CFLAGS@
@@ -23,8 +23,8 @@
  TCL_SHLIB_LD_EXTRAS	= @TCL_SHLIB_LD_EXTRAS@
  
  SHLIB_SUFFIX		= @SHLIB_SUFFIX@
---- tcl8.5-8.5.14.orig/unix/tcl.m4
-+++ tcl8.5-8.5.14/unix/tcl.m4
+--- tcl8.5-8.5.15.orig/unix/tcl.m4
++++ tcl8.5-8.5.15/unix/tcl.m4
 @@ -961,6 +961,9 @@
  		if test "`uname -s`" = "AIX" ; then
  		    tcl_cv_sys_version=AIX-`uname -v`.`uname -r`

Modified: tcl8.5/branches/experimental/debian/patches/tcllibrary.diff
===================================================================
--- tcl8.5/branches/experimental/debian/patches/tcllibrary.diff	2013-09-25 17:26:04 UTC (rev 1499)
+++ tcl8.5/branches/experimental/debian/patches/tcllibrary.diff	2013-09-25 17:32:43 UTC (rev 1500)
@@ -1,6 +1,6 @@
---- tcl8.5-8.5.14.orig/unix/configure
-+++ tcl8.5-8.5.14/unix/configure
-@@ -18888,7 +18888,7 @@
+--- tcl8.5-8.5.15.orig/unix/configure
++++ tcl8.5-8.5.15/unix/configure
+@@ -18694,7 +18694,7 @@
  
  eval "TCL_LIB_FILE=${TCL_LIB_FILE}"
  
@@ -9,9 +9,9 @@
  PRIVATE_INCLUDE_DIR='$(includedir)'
  HTML_DIR='$(DISTDIR)/html'
  
---- tcl8.5-8.5.14.orig/unix/configure.in
-+++ tcl8.5-8.5.14/unix/configure.in
-@@ -755,7 +755,7 @@
+--- tcl8.5-8.5.15.orig/unix/configure.in
++++ tcl8.5-8.5.15/unix/configure.in
+@@ -754,7 +754,7 @@
  
  eval "TCL_LIB_FILE=${TCL_LIB_FILE}"
  

Modified: tcl8.5/branches/experimental/debian/patches/tclpackagepath.diff
===================================================================
--- tcl8.5/branches/experimental/debian/patches/tclpackagepath.diff	2013-09-25 17:26:04 UTC (rev 1499)
+++ tcl8.5/branches/experimental/debian/patches/tclpackagepath.diff	2013-09-25 17:32:43 UTC (rev 1500)
@@ -2,9 +2,9 @@
 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.
 
---- tcl8.5-8.5.14.orig/unix/configure
-+++ tcl8.5-8.5.14/unix/configure
-@@ -19011,9 +19011,9 @@
+--- tcl8.5-8.5.15.orig/unix/configure
++++ tcl8.5-8.5.15/unix/configure
+@@ -18817,9 +18817,9 @@
      test -z "$TCL_MODULE_PATH"  && \
  	TCL_MODULE_PATH="~/Library/Tcl /Library/Tcl /System/Library/Tcl"
  elif test "$prefix/lib" != "$libdir"; then
@@ -16,9 +16,9 @@
  fi
  
  #--------------------------------------------------------------------
---- tcl8.5-8.5.14.orig/unix/configure.in
-+++ tcl8.5-8.5.14/unix/configure.in
-@@ -840,9 +840,9 @@
+--- tcl8.5-8.5.15.orig/unix/configure.in
++++ tcl8.5-8.5.15/unix/configure.in
+@@ -839,9 +839,9 @@
      test -z "$TCL_MODULE_PATH"  && \
  	TCL_MODULE_PATH="~/Library/Tcl /Library/Tcl /System/Library/Tcl"
  elif test "$prefix/lib" != "$libdir"; then

Modified: tcl8.5/branches/experimental/debian/patches/tclprivate.diff
===================================================================
--- tcl8.5/branches/experimental/debian/patches/tclprivate.diff	2013-09-25 17:26:04 UTC (rev 1499)
+++ tcl8.5/branches/experimental/debian/patches/tclprivate.diff	2013-09-25 17:32:43 UTC (rev 1500)
@@ -2,8 +2,8 @@
 with Tcl sources to a subdirectory of /usr/include/tcl8.5 (debian/rules
 puts private Tcl headers there).
 
---- tcl8.5-8.5.14.orig/unix/tclConfig.sh.in
-+++ tcl8.5-8.5.14/unix/tclConfig.sh.in
+--- tcl8.5-8.5.15.orig/unix/tclConfig.sh.in
++++ tcl8.5-8.5.15/unix/tclConfig.sh.in
 @@ -100,7 +100,7 @@
  
  # String to pass to linker to pick up the Tcl library from its




More information about the Pkg-tcltk-commits mailing list