[Pkg-tcltk-commits] r791 - in tcl8.5/branches/experimental/debian: . patches

sgolovan-guest at alioth.debian.org sgolovan-guest at alioth.debian.org
Wed Dec 24 11:30:32 UTC 2008


Author: sgolovan-guest
Date: 2008-12-24 11:30:32 +0000 (Wed, 24 Dec 2008)
New Revision: 791

Modified:
   tcl8.5/branches/experimental/debian/changelog
   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/rpath.diff
   tcl8.5/branches/experimental/debian/patches/tcllibrary.diff
   tcl8.5/branches/experimental/debian/patches/tclpackagepath.diff
   tcl8.5/branches/experimental/debian/patches/tclport.diff
   tcl8.5/branches/experimental/debian/patches/tclprivate.diff
   tcl8.5/branches/experimental/debian/rules
Log:
[tcl8.5-experimental]
  * New upstream release.


Modified: tcl8.5/branches/experimental/debian/changelog
===================================================================
--- tcl8.5/branches/experimental/debian/changelog	2008-12-21 09:28:15 UTC (rev 790)
+++ tcl8.5/branches/experimental/debian/changelog	2008-12-24 11:30:32 UTC (rev 791)
@@ -1,8 +1,8 @@
-tcl8.5 (8.5.5-2) UNRELEASED; urgency=low
+tcl8.5 (8.5.6-1) experimental; urgency=low
 
-  * NOT RELEASED YET
+  * New upstream release.
 
- -- Sergei Golovan <sgolovan at debian.org>  Fri, 17 Oct 2008 13:11:37 +0400
+ -- Sergei Golovan <sgolovan at debian.org>  Wed, 24 Dec 2008 14:21:54 +0300
 
 tcl8.5 (8.5.5-1) experimental; urgency=low
 

Modified: tcl8.5/branches/experimental/debian/patches/confsearch.diff
===================================================================
--- tcl8.5/branches/experimental/debian/patches/confsearch.diff	2008-12-21 09:28:15 UTC (rev 790)
+++ tcl8.5/branches/experimental/debian/patches/confsearch.diff	2008-12-24 11:30:32 UTC (rev 791)
@@ -2,8 +2,8 @@
 and tkConfig.sh in /usr/share/tcltk/tk8.5 where they are located in Debian
 installation.
 
---- tcl8.5-8.5.4.orig/unix/tcl.m4
-+++ tcl8.5-8.5.4/unix/tcl.m4
+--- tcl8.5-8.5.6.orig/unix/tcl.m4
++++ tcl8.5-8.5.6/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	2008-12-21 09:28:15 UTC (rev 790)
+++ tcl8.5/branches/experimental/debian/patches/manpages.diff	2008-12-24 11:30:32 UTC (rev 791)
@@ -2,8 +2,8 @@
 aren't installed by upstream script but are referenced inside other
 manual pages.
 
---- tcl8.5-8.5.4.orig/unix/installManPage
-+++ tcl8.5-8.5.4/unix/installManPage
+--- tcl8.5-8.5.6.orig/unix/installManPage
++++ tcl8.5-8.5.6/unix/installManPage
 @@ -48,8 +48,16 @@
      *.n) SECTION=n ;;
  esac

Modified: tcl8.5/branches/experimental/debian/patches/non-linux.diff
===================================================================
--- tcl8.5/branches/experimental/debian/patches/non-linux.diff	2008-12-21 09:28:15 UTC (rev 790)
+++ tcl8.5/branches/experimental/debian/patches/non-linux.diff	2008-12-24 11:30:32 UTC (rev 791)
@@ -1,8 +1,8 @@
 Patch by Sergei Golovan (originally by Mike Markley and Chris Waters) fixes
 building on non-linux Debian architectures.
 
---- tcl8.5-8.5.4.orig/unix/configure
-+++ tcl8.5-8.5.4/unix/configure
+--- tcl8.5-8.5.6.orig/unix/configure
++++ tcl8.5-8.5.6/unix/configure
 @@ -6536,6 +6536,9 @@
  		if test "`uname -s`" = "AIX" ; then
  		    tcl_cv_sys_version=AIX-`uname -v`.`uname -r`
@@ -22,8 +22,8 @@
  	    SHLIB_CFLAGS="-fPIC"
  	    SHLIB_LD_LIBS='${LIBS}'
  	    SHLIB_SUFFIX=".so"
---- tcl8.5-8.5.4.orig/unix/Makefile.in
-+++ tcl8.5-8.5.4/unix/Makefile.in
+--- tcl8.5-8.5.6.orig/unix/Makefile.in
++++ tcl8.5-8.5.6/unix/Makefile.in
 @@ -169,6 +169,7 @@
  SHLIB_LD		= @SHLIB_LD@
  SHLIB_CFLAGS		= @SHLIB_CFLAGS@
@@ -32,8 +32,8 @@
  TCL_SHLIB_LD_EXTRAS	= @TCL_SHLIB_LD_EXTRAS@
  
  SHLIB_SUFFIX		= @SHLIB_SUFFIX@
---- tcl8.5-8.5.4.orig/unix/tcl.m4
-+++ tcl8.5-8.5.4/unix/tcl.m4
+--- tcl8.5-8.5.6.orig/unix/tcl.m4
++++ tcl8.5-8.5.6/unix/tcl.m4
 @@ -962,6 +962,9 @@
  		if test "`uname -s`" = "AIX" ; then
  		    tcl_cv_sys_version=AIX-`uname -v`.`uname -r`

Modified: tcl8.5/branches/experimental/debian/patches/rpath.diff
===================================================================
--- tcl8.5/branches/experimental/debian/patches/rpath.diff	2008-12-21 09:28:15 UTC (rev 790)
+++ tcl8.5/branches/experimental/debian/patches/rpath.diff	2008-12-24 11:30:32 UTC (rev 791)
@@ -1,8 +1,8 @@
 Patch by Chris Waters removes -rpath from search flags and adds -soname
 to library build options.
 
---- tcl8.5-8.5.4.orig/unix/configure
-+++ tcl8.5-8.5.4/unix/configure
+--- tcl8.5-8.5.6.orig/unix/configure
++++ tcl8.5-8.5.6/unix/configure
 @@ -7344,6 +7344,9 @@
  	    # get rid of the warnings.
  	    #CFLAGS_OPTIMIZE="${CFLAGS_OPTIMIZE} -D__NO_STRING_INLINES -D__NO_MATH_INLINES"
@@ -13,8 +13,8 @@
  	    SHLIB_LD='${CC} -shared ${CFLAGS} ${LDFLAGS}'
  	    DL_OBJS="tclLoadDl.o"
  	    DL_LIBS="-ldl"
---- tcl8.5-8.5.4.orig/unix/Makefile.in
-+++ tcl8.5-8.5.4/unix/Makefile.in
+--- tcl8.5-8.5.6.orig/unix/Makefile.in
++++ tcl8.5-8.5.6/unix/Makefile.in
 @@ -725,7 +725,10 @@
  	    fi
  	@echo "Installing $(LIB_FILE) to $(LIB_INSTALL_DIR)/"
@@ -27,8 +27,8 @@
  	@if test "$(TCL_BUILD_EXP_FILE)" != ""; then \
  	    echo "Installing $(TCL_EXP_FILE) to $(LIB_INSTALL_DIR)/"; \
  	    $(INSTALL_DATA) $(TCL_BUILD_EXP_FILE) \
---- tcl8.5-8.5.4.orig/unix/tcl.m4
-+++ tcl8.5-8.5.4/unix/tcl.m4
+--- tcl8.5-8.5.6.orig/unix/tcl.m4
++++ tcl8.5-8.5.6/unix/tcl.m4
 @@ -1429,6 +1429,9 @@
  	    # get rid of the warnings.
  	    #CFLAGS_OPTIMIZE="${CFLAGS_OPTIMIZE} -D__NO_STRING_INLINES -D__NO_MATH_INLINES"

Modified: tcl8.5/branches/experimental/debian/patches/tcllibrary.diff
===================================================================
--- tcl8.5/branches/experimental/debian/patches/tcllibrary.diff	2008-12-21 09:28:15 UTC (rev 790)
+++ tcl8.5/branches/experimental/debian/patches/tcllibrary.diff	2008-12-24 11:30:32 UTC (rev 791)
@@ -1,5 +1,5 @@
---- tcl8.5-8.5.4.orig/unix/configure
-+++ tcl8.5-8.5.4/unix/configure
+--- tcl8.5-8.5.6.orig/unix/configure
++++ tcl8.5-8.5.6/unix/configure
 @@ -18726,7 +18726,7 @@
  
  eval "TCL_LIB_FILE=${TCL_LIB_FILE}"
@@ -9,8 +9,8 @@
  PRIVATE_INCLUDE_DIR='$(includedir)'
  HTML_DIR='$(DISTDIR)/html'
  
---- tcl8.5-8.5.4.orig/unix/configure.in
-+++ tcl8.5-8.5.4/unix/configure.in
+--- tcl8.5-8.5.6.orig/unix/configure.in
++++ tcl8.5-8.5.6/unix/configure.in
 @@ -715,7 +715,7 @@
  
  eval "TCL_LIB_FILE=${TCL_LIB_FILE}"
@@ -20,8 +20,8 @@
  PRIVATE_INCLUDE_DIR='$(includedir)'
  HTML_DIR='$(DISTDIR)/html'
  
---- tcl8.5-8.5.4.orig/library/init.tcl
-+++ tcl8.5-8.5.4/library/init.tcl
+--- tcl8.5-8.5.6.orig/library/init.tcl
++++ tcl8.5-8.5.6/library/init.tcl
 @@ -48,7 +48,7 @@
  }
  namespace eval tcl {

Modified: tcl8.5/branches/experimental/debian/patches/tclpackagepath.diff
===================================================================
--- tcl8.5/branches/experimental/debian/patches/tclpackagepath.diff	2008-12-21 09:28:15 UTC (rev 790)
+++ tcl8.5/branches/experimental/debian/patches/tclpackagepath.diff	2008-12-24 11:30:32 UTC (rev 791)
@@ -2,8 +2,8 @@
 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.4.orig/unix/configure
-+++ tcl8.5-8.5.4/unix/configure
+--- tcl8.5-8.5.6.orig/unix/configure
++++ tcl8.5-8.5.6/unix/configure
 @@ -18863,9 +18863,9 @@
      test -z "$TCL_MODULE_PATH"  && \
  	TCL_MODULE_PATH="~/Library/Tcl /Library/Tcl /Network/Library/Tcl /System/Library/Tcl"
@@ -16,8 +16,8 @@
  fi
  
  #--------------------------------------------------------------------
---- tcl8.5-8.5.4.orig/unix/configure.in
-+++ tcl8.5-8.5.4/unix/configure.in
+--- tcl8.5-8.5.6.orig/unix/configure.in
++++ tcl8.5-8.5.6/unix/configure.in
 @@ -814,9 +814,9 @@
      test -z "$TCL_MODULE_PATH"  && \
  	TCL_MODULE_PATH="~/Library/Tcl /Library/Tcl /Network/Library/Tcl /System/Library/Tcl"

Modified: tcl8.5/branches/experimental/debian/patches/tclport.diff
===================================================================
--- tcl8.5/branches/experimental/debian/patches/tclport.diff	2008-12-21 09:28:15 UTC (rev 790)
+++ tcl8.5/branches/experimental/debian/patches/tclport.diff	2008-12-24 11:30:32 UTC (rev 791)
@@ -1,11 +1,11 @@
 Patch by Stanislav Maslovski <stanislav.maslovski at gmail.com>.
 See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=488491
 
---- tcl8.5-8.5.4.orig/generic/tclPort.h
-+++ tcl8.5-8.5.4/generic/tclPort.h
+--- tcl8.5-8.5.6.orig/generic/tclPort.h
++++ tcl8.5-8.5.6/generic/tclPort.h
 @@ -24,7 +24,7 @@
  #if defined(__WIN32__)
- #   include "../win/tclWinPort.h"
+ #   include "tclWinPort.h"
  #else
 -#   include "tclUnixPort.h"
 +#   include "../unix/tclUnixPort.h"

Modified: tcl8.5/branches/experimental/debian/patches/tclprivate.diff
===================================================================
--- tcl8.5/branches/experimental/debian/patches/tclprivate.diff	2008-12-21 09:28:15 UTC (rev 790)
+++ tcl8.5/branches/experimental/debian/patches/tclprivate.diff	2008-12-24 11:30:32 UTC (rev 791)
@@ -2,8 +2,8 @@
 with Tcl sources to a subdirectory of /usr/include/tcl8.4 (debian/rules
 puts private Tcl headers there).
 
---- tcl8.5-8.5.4.orig/unix/tclConfig.sh.in
-+++ tcl8.5-8.5.4/unix/tclConfig.sh.in
+--- tcl8.5-8.5.6.orig/unix/tclConfig.sh.in
++++ tcl8.5-8.5.6/unix/tclConfig.sh.in
 @@ -111,7 +111,7 @@
  
  # String to pass to linker to pick up the Tcl library from its

Modified: tcl8.5/branches/experimental/debian/rules
===================================================================
--- tcl8.5/branches/experimental/debian/rules	2008-12-21 09:28:15 UTC (rev 790)
+++ tcl8.5/branches/experimental/debian/rules	2008-12-24 11:30:32 UTC (rev 791)
@@ -182,8 +182,8 @@
 binary: binary-indep binary-arch
 
 get-orig-source:
-	wget -O tcl8.5_8.5.5.orig.tar.gz \
-	     http://prdownloads.sourceforge.net/tcl/tcl8.5.5-src.tar.gz
+	wget -O tcl8.5_8.5.6.orig.tar.gz \
+	     http://prdownloads.sourceforge.net/tcl/tcl8.5.6-src.tar.gz
 
 .PHONY: patch unpatch clean-patched build clean binary-indep binary-arch binary install get-orig-source
 




More information about the Pkg-tcltk-commits mailing list