packages: tcl/tcl-hidden.patch, tcl/tcl-mannames.patch, tcl/tcl-readline.pa...

qboosh qboosh at pld-linux.org
Sat Oct 2 08:44:10 CEST 2010


Author: qboosh                       Date: Sat Oct  2 06:44:10 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- updated to 8.5.9
- updated readline,mannames,hidden patches

---- Files affected:
packages/tcl:
   tcl-hidden.patch (1.1 -> 1.2) , tcl-mannames.patch (1.4 -> 1.5) , tcl-readline.patch (1.6 -> 1.7) , tcl.spec (1.143 -> 1.144) 

---- Diffs:

================================================================
Index: packages/tcl/tcl-hidden.patch
diff -u packages/tcl/tcl-hidden.patch:1.1 packages/tcl/tcl-hidden.patch:1.2
--- packages/tcl/tcl-hidden.patch:1.1	Mon May 11 20:00:00 2009
+++ packages/tcl/tcl-hidden.patch	Sat Oct  2 08:44:04 2010
@@ -1,15 +1,14 @@
-diff -up tcl8.5.6/generic/tclPort.h.old tcl8.5.6/generic/tclPort.h
---- tcl8.5.6/generic/tclPort.h.old	2009-02-09 16:40:08.000000000 +0100
-+++ tcl8.5.6/generic/tclPort.h	2009-02-09 16:40:26.000000000 +0100
+--- tcl8.5.9/generic/tclPort.h.orig	2010-02-01 00:51:36.000000000 +0100
++++ tcl8.5.9/generic/tclPort.h	2010-10-02 08:15:42.668708988 +0200
 @@ -24,7 +24,7 @@
- #if defined(__WIN32__)
- #   include "tclWinPort.h"
- #else
+ #endif
+ #include "tcl.h"
+ #if !defined(_WIN32)
 -#   include "tclUnixPort.h"
 +#   include "../unix/tclUnixPort.h"
  #endif
  
- #if !defined(LLONG_MIN)
+ #if defined(__CYGWIN__)
 diff -up tcl8.5.6/generic/tclInt.h.bbb tcl8.5.6/generic/tclInt.h
 --- tcl8.5.6/generic/tclInt.h.bbb	2008-11-14 01:22:39.000000000 +0100
 +++ tcl8.5.6/generic/tclInt.h	2009-02-11 13:05:13.000000000 +0100

================================================================
Index: packages/tcl/tcl-mannames.patch
diff -u packages/tcl/tcl-mannames.patch:1.4 packages/tcl/tcl-mannames.patch:1.5
--- packages/tcl/tcl-mannames.patch:1.4	Wed Dec  8 16:11:59 2004
+++ packages/tcl/tcl-mannames.patch	Sat Oct  2 08:44:04 2010
@@ -1,11 +1,11 @@
---- tcl8.4.9/unix/installManPage.orig	2004-12-07 01:23:45.000000000 +0100
-+++ tcl8.4.9/unix/installManPage	2004-12-08 15:59:56.000000000 +0100
-@@ -62,6 +62,7 @@
- 	$ZIP $DIR/$FIRST
+--- tcl8.5.9/unix/installManPage.orig	2010-09-08 19:40:48.000000000 +0200
++++ tcl8.5.9/unix/installManPage	2010-10-02 08:14:15.348556463 +0200
+@@ -108,7 +108,7 @@
+ 	chmod 444 $Dir/$First
+ 	$Gzip $Dir/$First
      else
- 	rm -f $DIR/$f $DIR/$f.*
--	ln $S$FIRST$Z $DIR/$f$Z
-+	echo ".so $FIRST" > $DIR/$f
-+	$ZIP $DIR/$f
+-	ln $SymOrLoc$First$Gz $Dir/$Target$Gz
++	echo ".so $First" > $Dir/$Target
      fi
  done
+ 

================================================================
Index: packages/tcl/tcl-readline.patch
diff -u packages/tcl/tcl-readline.patch:1.6 packages/tcl/tcl-readline.patch:1.7
--- packages/tcl/tcl-readline.patch:1.6	Thu Oct 18 08:26:52 2007
+++ packages/tcl/tcl-readline.patch	Sat Oct  2 08:44:04 2010
@@ -1,23 +1,23 @@
---- tcl8.5a4/unix/Makefile.in.orig	2006-04-26 17:43:12.000000000 +0200
-+++ tcl8.5a4/unix/Makefile.in	2006-05-24 00:56:49.007243250 +0200
-@@ -289,7 +289,7 @@
+--- tcl8.5.9/unix/Makefile.in.orig	2010-09-08 19:40:48.000000000 +0200
++++ tcl8.5.9/unix/Makefile.in	2010-10-02 08:09:01.572556463 +0200
+@@ -269,7 +269,7 @@
  DEPEND_SWITCHES	= ${CFLAGS} -I${UNIX_DIR} -I${GENERIC_DIR} \
- ${AC_FLAGS} ${GENERIC_FLAGS} ${PROTO_FLAGS} @EXTRA_CC_SWITCHES@
+ ${AC_FLAGS} ${PROTO_FLAGS} ${EXTRA_CFLAGS} @EXTRA_CC_SWITCHES@
  
 -TCLSH_OBJS = tclAppInit.o
 +TCLSH_OBJS = tclAppInit.o rl-tclMain.o
  
  TCLTEST_OBJS = tclTestInit.o tclTest.o tclTestObj.o tclTestProcBodyObj.o \
- 	tclThreadTest.o	tclUnixTest.o
-@@ -574,7 +574,7 @@
+ 	tclThreadTest.o tclUnixTest.o
+@@ -567,7 +567,7 @@
  
- tclsh: ${TCLSH_OBJS} ${TCL_LIB_FILE}
+ ${TCL_EXE}: ${TCLSH_OBJS} ${TCL_LIB_FILE}
  	${CC} ${CFLAGS} ${LDFLAGS} ${TCLSH_OBJS} @TCL_BUILD_LIB_SPEC@ ${LIBS} @EXTRA_TCLSH_LIBS@ \
--		${CC_SEARCH_FLAGS} -o tclsh
-+		-lreadline -lncurses ${CC_SEARCH_FLAGS} -o tclsh
+-		${CC_SEARCH_FLAGS} -o ${TCL_EXE}
++		-lreadline -lncurses ${CC_SEARCH_FLAGS} -o ${TCL_EXE}
  
- # Resetting the LIB_RUNTIME_DIR below is required so that
- # the generated tcltest executable gets the build directory
+ # Resetting the LIB_RUNTIME_DIR below is required so that the generated
+ # tcltest executable gets the build directory burned into its ld search path.
 --- /dev/null	1970-01-01 01:00:00.000000000 +0100
 +++ tcl8.4.3/unix/rl-tclMain.c	2003-06-09 22:13:58.000000000 +0200
 @@ -0,0 +1,395 @@

================================================================
Index: packages/tcl/tcl.spec
diff -u packages/tcl/tcl.spec:1.143 packages/tcl/tcl.spec:1.144
--- packages/tcl/tcl.spec:1.143	Fri Feb 26 00:10:35 2010
+++ packages/tcl/tcl.spec	Sat Oct  2 08:44:04 2010
@@ -6,7 +6,7 @@
 %bcond_without	tests	# don't perform "make test"
 #
 %define		major	8.5
-%define		minor	8
+%define		minor	9
 Summary:	Tool Command Language embeddable scripting language, with shared libraries
 Summary(fr.UTF-8):	Tool Command Language, langage de script avec bibliothèques partagées
 Summary(pl.UTF-8):	Tool Command Language - język skryptowy z bibliotekami dynamicznymi
@@ -15,11 +15,11 @@
 Summary(uk.UTF-8):	Tool Command Language - вбудовувана мова скриптів
 Name:		tcl
 Version:	%{major}.%{minor}
-Release:	3
+Release:	1
 License:	BSD
 Group:		Development/Languages/Tcl
 Source0:	http://downloads.sourceforge.net/tcl/%{name}%{version}-src.tar.gz
-# Source0-md5:	7f123e53b3daaaba2478d3af5a0752e3
+# Source0-md5:	8512d8db3233041dd68a81476906012a
 Source1:	%{name}-pl-man-pages.tar.bz2
 # Source1-md5:	dd3370f2b588763758787831a4bf48fc
 Patch0:		%{name}-ieee.patch
@@ -373,6 +373,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.144  2010/10/02 06:44:04  qboosh
+- updated to 8.5.9
+- updated readline,mannames,hidden patches
+
 Revision 1.143  2010/02/25 23:10:35  glen
 - "Tcl_SetObjLength called with shared object" error still not fixed, remove auto_index entry then; rel 3
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/tcl/tcl-hidden.patch?r1=1.1&r2=1.2&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/tcl/tcl-mannames.patch?r1=1.4&r2=1.5&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/tcl/tcl-readline.patch?r1=1.6&r2=1.7&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/tcl/tcl.spec?r1=1.143&r2=1.144&f=u



More information about the pld-cvs-commit mailing list