[Pkg-tcltk-commits] r579 - in tcl8.4/trunk/debian: . patches
sgolovan-guest at alioth.debian.org
sgolovan-guest at alioth.debian.org
Sat Apr 19 14:24:30 UTC 2008
Author: sgolovan-guest
Date: 2008-04-19 14:24:29 +0000 (Sat, 19 Apr 2008)
New Revision: 579
Modified:
tcl8.4/trunk/debian/changelog
tcl8.4/trunk/debian/patches/manpages.diff
tcl8.4/trunk/debian/patches/non-linux.diff
tcl8.4/trunk/debian/patches/rpath.diff
tcl8.4/trunk/debian/patches/tclinc.diff
tcl8.4/trunk/debian/patches/tcllibrary.diff
tcl8.4/trunk/debian/patches/tclpackagepath.diff
tcl8.4/trunk/debian/rules
Log:
[tcl8.4]
* New upstream release.
Modified: tcl8.4/trunk/debian/changelog
===================================================================
--- tcl8.4/trunk/debian/changelog 2008-04-14 19:15:21 UTC (rev 578)
+++ tcl8.4/trunk/debian/changelog 2008-04-19 14:24:29 UTC (rev 579)
@@ -1,8 +1,8 @@
-tcl8.4 (8.4.18-4) UNRELEASED; urgency=low
+tcl8.4 (8.4.19-1) unstable; urgency=low
- * NOT RELEASED YET
+ * New upstream release.
- -- Sergei Golovan <sgolovan at debian.org> Mon, 14 Apr 2008 23:07:46 +0400
+ -- Sergei Golovan <sgolovan at debian.org> Sat, 19 Apr 2008 18:09:51 +0400
tcl8.4 (8.4.18-3) unstable; urgency=low
Modified: tcl8.4/trunk/debian/patches/manpages.diff
===================================================================
--- tcl8.4/trunk/debian/patches/manpages.diff 2008-04-14 19:15:21 UTC (rev 578)
+++ tcl8.4/trunk/debian/patches/manpages.diff 2008-04-19 14:24:29 UTC (rev 579)
@@ -2,10 +2,8 @@
aren't installed by upstream script but are referenced inside other
manual pages.
-Index: tcl8.4-8.4.16/unix/installManPage
-===================================================================
---- tcl8.4-8.4.16.orig/unix/installManPage 2007-09-21 21:07:02.000000000 +0400
-+++ tcl8.4-8.4.16/unix/installManPage 2007-10-18 20:29:08.000000000 +0400
+--- tcl8.4-8.4.19.orig/unix/installManPage
++++ tcl8.4-8.4.19/unix/installManPage
@@ -49,7 +49,16 @@
}' $MANPAGE`
Modified: tcl8.4/trunk/debian/patches/non-linux.diff
===================================================================
--- tcl8.4/trunk/debian/patches/non-linux.diff 2008-04-14 19:15:21 UTC (rev 578)
+++ tcl8.4/trunk/debian/patches/non-linux.diff 2008-04-19 14:24:29 UTC (rev 579)
@@ -1,10 +1,8 @@
Patch by Sergei Golovan (originally by Mike Markley and Chris Waters) fixes
building on non-linux Debian architectures.
-Index: tcl8.4-8.4.16/unix/configure
-===================================================================
---- tcl8.4-8.4.16.orig/unix/configure 2007-10-18 20:29:03.000000000 +0400
-+++ tcl8.4-8.4.16/unix/configure 2007-10-18 20:29:05.000000000 +0400
+--- tcl8.4-8.4.19.orig/unix/configure
++++ tcl8.4-8.4.19/unix/configure
@@ -2506,6 +2506,9 @@
if test "`uname -s`" = "AIX" ; then
tcl_cv_sys_version=AIX-`uname -v`.`uname -r`
@@ -24,10 +22,8 @@
SHLIB_CFLAGS="-fPIC"
SHLIB_LD_LIBS='${LIBS}'
SHLIB_SUFFIX=".so"
-Index: tcl8.4-8.4.16/unix/tcl.m4
-===================================================================
---- tcl8.4-8.4.16.orig/unix/tcl.m4 2007-10-18 20:29:03.000000000 +0400
-+++ tcl8.4-8.4.16/unix/tcl.m4 2007-10-18 20:29:05.000000000 +0400
+--- tcl8.4-8.4.19.orig/unix/tcl.m4
++++ tcl8.4-8.4.19/unix/tcl.m4
@@ -898,6 +898,9 @@
if test "`uname -s`" = "AIX" ; then
tcl_cv_sys_version=AIX-`uname -v`.`uname -r`
Modified: tcl8.4/trunk/debian/patches/rpath.diff
===================================================================
--- tcl8.4/trunk/debian/patches/rpath.diff 2008-04-14 19:15:21 UTC (rev 578)
+++ tcl8.4/trunk/debian/patches/rpath.diff 2008-04-19 14:24:29 UTC (rev 579)
@@ -1,10 +1,8 @@
Patch by Chris Waters removes -rpath from search flags and adds -soname
to library build options.
-Index: tcl8.4-8.4.16/unix/configure
-===================================================================
---- tcl8.4-8.4.16.orig/unix/configure 2007-10-18 20:28:59.000000000 +0400
-+++ tcl8.4-8.4.16/unix/configure 2007-10-18 20:29:03.000000000 +0400
+--- tcl8.4-8.4.19.orig/unix/configure
++++ tcl8.4-8.4.19/unix/configure
@@ -3072,12 +3072,15 @@
# get rid of the warnings.
#CFLAGS_OPTIMIZE="${CFLAGS_OPTIMIZE} -D__NO_STRING_INLINES -D__NO_MATH_INLINES"
@@ -22,10 +20,8 @@
LD_SEARCH_FLAGS=${CC_SEARCH_FLAGS}
else
ac_safe=`echo "dld.h" | sed 'y%./+-%__p_%'`
-Index: tcl8.4-8.4.16/unix/tcl.m4
-===================================================================
---- tcl8.4-8.4.16.orig/unix/tcl.m4 2007-10-18 20:29:01.000000000 +0400
-+++ tcl8.4-8.4.16/unix/tcl.m4 2007-10-18 20:29:03.000000000 +0400
+--- tcl8.4-8.4.19.orig/unix/tcl.m4
++++ tcl8.4-8.4.19/unix/tcl.m4
@@ -1346,12 +1346,15 @@
# get rid of the warnings.
#CFLAGS_OPTIMIZE="${CFLAGS_OPTIMIZE} -D__NO_STRING_INLINES -D__NO_MATH_INLINES"
Modified: tcl8.4/trunk/debian/patches/tclinc.diff
===================================================================
--- tcl8.4/trunk/debian/patches/tclinc.diff 2008-04-14 19:15:21 UTC (rev 578)
+++ tcl8.4/trunk/debian/patches/tclinc.diff 2008-04-19 14:24:29 UTC (rev 579)
@@ -7,10 +7,8 @@
Also, it allows to find tclConfig.sh in /usr/share/tcltk/tcl8.4 and tkConfig.sh
in /usr/share/tcltk/tk8.4 where they are located in Debian installation.
-Index: tcl8.4-8.4.16/unix/tcl.m4
-===================================================================
---- tcl8.4-8.4.16.orig/unix/tcl.m4 2007-09-21 21:07:02.000000000 +0400
-+++ tcl8.4-8.4.16/unix/tcl.m4 2007-10-19 15:45:07.000000000 +0400
+--- tcl8.4-8.4.19.orig/unix/tcl.m4
++++ tcl8.4-8.4.19/unix/tcl.m4
@@ -83,6 +83,7 @@
`ls -d ${prefix}/lib 2>/dev/null` \
`ls -d /usr/local/lib 2>/dev/null` \
@@ -27,10 +25,8 @@
`ls -d /usr/lib 2>/dev/null` \
; do
if test -f "$i/tkConfig.sh" ; then
-Index: tcl8.4-8.4.16/unix/tclConfig.sh.in
-===================================================================
---- tcl8.4-8.4.16.orig/unix/tclConfig.sh.in 2007-09-21 21:07:02.000000000 +0400
-+++ tcl8.4-8.4.16/unix/tclConfig.sh.in 2007-10-19 15:45:07.000000000 +0400
+--- tcl8.4-8.4.19.orig/unix/tclConfig.sh.in
++++ tcl8.4-8.4.19/unix/tclConfig.sh.in
@@ -111,7 +111,7 @@
# String to pass to linker to pick up the Tcl library from its
Modified: tcl8.4/trunk/debian/patches/tcllibrary.diff
===================================================================
--- tcl8.4/trunk/debian/patches/tcllibrary.diff 2008-04-14 19:15:21 UTC (rev 578)
+++ tcl8.4/trunk/debian/patches/tcllibrary.diff 2008-04-19 14:24:29 UTC (rev 579)
@@ -1,7 +1,5 @@
-Index: tcl8.4-8.4.16/unix/configure
-===================================================================
---- tcl8.4-8.4.16.orig/unix/configure 2007-09-21 21:07:02.000000000 +0400
-+++ tcl8.4-8.4.16/unix/configure 2007-10-18 20:28:54.000000000 +0400
+--- tcl8.4-8.4.19.orig/unix/configure
++++ tcl8.4-8.4.19/unix/configure
@@ -9150,7 +9150,7 @@
DBGX='${TCL_DBGX}'
eval "TCL_LIB_FILE=${TCL_LIB_FILE}"
@@ -11,10 +9,8 @@
PRIVATE_INCLUDE_DIR='$(includedir)'
HTML_DIR='$(DISTDIR)/html'
-Index: tcl8.4-8.4.16/unix/configure.in
-===================================================================
---- tcl8.4-8.4.16.orig/unix/configure.in 2007-09-21 21:07:02.000000000 +0400
-+++ tcl8.4-8.4.16/unix/configure.in 2007-10-18 20:28:54.000000000 +0400
+--- tcl8.4-8.4.19.orig/unix/configure.in
++++ tcl8.4-8.4.19/unix/configure.in
@@ -570,7 +570,7 @@
DBGX='${TCL_DBGX}'
eval "TCL_LIB_FILE=${TCL_LIB_FILE}"
@@ -24,10 +20,8 @@
PRIVATE_INCLUDE_DIR='$(includedir)'
HTML_DIR='$(DISTDIR)/html'
-Index: tcl8.4-8.4.16/library/init.tcl
-===================================================================
---- tcl8.4-8.4.16.orig/library/init.tcl 2007-07-05 22:03:45.000000000 +0400
-+++ tcl8.4-8.4.16/library/init.tcl 2007-10-18 20:28:54.000000000 +0400
+--- tcl8.4-8.4.19.orig/library/init.tcl
++++ tcl8.4-8.4.19/library/init.tcl
@@ -49,7 +49,7 @@
namespace eval tcl {
variable Dir
Modified: tcl8.4/trunk/debian/patches/tclpackagepath.diff
===================================================================
--- tcl8.4/trunk/debian/patches/tclpackagepath.diff 2008-04-14 19:15:21 UTC (rev 578)
+++ tcl8.4/trunk/debian/patches/tclpackagepath.diff 2008-04-19 14:24:29 UTC (rev 579)
@@ -2,10 +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.
-Index: tcl8.4-8.4.16/unix/configure
-===================================================================
---- tcl8.4-8.4.16.orig/unix/configure 2007-10-18 20:28:54.000000000 +0400
-+++ tcl8.4-8.4.16/unix/configure 2007-10-18 20:28:59.000000000 +0400
+--- tcl8.4-8.4.19.orig/unix/configure
++++ tcl8.4-8.4.19/unix/configure
@@ -9281,9 +9281,9 @@
test -z "$TCL_PACKAGE_PATH" && \
TCL_PACKAGE_PATH="~/Library/Tcl /Library/Tcl /Network/Library/Tcl /System/Library/Tcl ~/Library/Frameworks /Library/Frameworks /Network/Library/Frameworks /System/Library/Frameworks"
@@ -18,10 +16,8 @@
fi
#--------------------------------------------------------------------
-Index: tcl8.4-8.4.16/unix/configure.in
-===================================================================
---- tcl8.4-8.4.16.orig/unix/configure.in 2007-10-18 20:28:54.000000000 +0400
-+++ tcl8.4-8.4.16/unix/configure.in 2007-10-18 20:28:59.000000000 +0400
+--- tcl8.4-8.4.19.orig/unix/configure.in
++++ tcl8.4-8.4.19/unix/configure.in
@@ -670,9 +670,9 @@
test -z "$TCL_PACKAGE_PATH" && \
TCL_PACKAGE_PATH="~/Library/Tcl /Library/Tcl /Network/Library/Tcl /System/Library/Tcl ~/Library/Frameworks /Library/Frameworks /Network/Library/Frameworks /System/Library/Frameworks"
Modified: tcl8.4/trunk/debian/rules
===================================================================
--- tcl8.4/trunk/debian/rules 2008-04-14 19:15:21 UTC (rev 578)
+++ tcl8.4/trunk/debian/rules 2008-04-19 14:24:29 UTC (rev 579)
@@ -170,8 +170,8 @@
binary: binary-indep binary-arch
get-orig-source:
- wget -O tcl8.4_8.4.18.orig.tar.gz \
- http://prdownloads.sourceforge.net/tcl/tcl8.4.18-src.tar.gz
+ wget -O tcl8.4_8.4.19.orig.tar.gz \
+ http://prdownloads.sourceforge.net/tcl/tcl8.4.19-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