Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/languages
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv15997
Modified Files:
tcltk-10.9.patch
Log Message:
update to final fix, http://core.tcl.tk/tcl/info/a546b99dac, with additional
change to tclUnixTest.c
Index: tcltk-10.9.patch
===================================================================
RCS file:
/cvsroot/fink/dists/10.7/stable/main/finkinfo/languages/tcltk-10.9.patch,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- tcltk-10.9.patch 7 Oct 2013 16:34:48 -0000 1.3
+++ tcltk-10.9.patch 9 Oct 2013 18:08:58 -0000 1.4
@@ -1,6 +1,6 @@
diff -Nurd -x'*~' tcltk-8.6.1.orig/tcl8.6.1/generic/tclInt.h
tcltk-8.6.1/tcl8.6.1/generic/tclInt.h
--- tcltk-8.6.1.orig/tcl8.6.1/generic/tclInt.h 2013-09-19 15:04:14.000000000
-0400
-+++ tcltk-8.6.1/tcl8.6.1/generic/tclInt.h 2013-10-07 10:43:29.000000000
-0400
++++ tcltk-8.6.1/tcl8.6.1/generic/tclInt.h 2013-10-09 10:09:54.000000000
-0400
@@ -3160,7 +3160,7 @@
MODULE_SCOPE int TclClockOldscanObjCmd(
ClientData clientData, Tcl_Interp *interp,
@@ -21,7 +21,7 @@
MODULE_SCOPE int Tcl_ScanObjCmd(ClientData clientData,
diff -Nurd -x'*~' tcltk-8.6.1.orig/tcl8.6.1/generic/tclPort.h
tcltk-8.6.1/tcl8.6.1/generic/tclPort.h
--- tcltk-8.6.1.orig/tcl8.6.1/generic/tclPort.h 2013-09-19
15:04:14.000000000 -0400
-+++ tcltk-8.6.1/tcl8.6.1/generic/tclPort.h 2013-10-07 10:43:29.000000000
-0400
++++ tcltk-8.6.1/tcl8.6.1/generic/tclPort.h 2013-10-09 10:09:54.000000000
-0400
@@ -20,7 +20,7 @@
#if defined(_WIN32)
# include "tclWinPort.h"
@@ -33,7 +33,7 @@
diff -Nurd -x'*~' tcltk-8.6.1.orig/tcl8.6.1/unix/configure
tcltk-8.6.1/tcl8.6.1/unix/configure
--- tcltk-8.6.1.orig/tcl8.6.1/unix/configure 2013-09-19 16:17:13.000000000
-0400
-+++ tcltk-8.6.1/tcl8.6.1/unix/configure 2013-10-07 10:43:29.000000000
-0400
++++ tcltk-8.6.1/tcl8.6.1/unix/configure 2013-10-09 10:09:54.000000000
-0400
@@ -19240,7 +19240,7 @@
else
TCL_LIB_FLAG="-ltcl`echo ${TCL_VERSION} | tr -d .`"
@@ -63,7 +63,7 @@
ac_clean_files_save=$ac_clean_files
diff -Nurd -x'*~' tcltk-8.6.1.orig/tcl8.6.1/unix/tclUnixNotfy.c
tcltk-8.6.1/tcl8.6.1/unix/tclUnixNotfy.c
--- tcltk-8.6.1.orig/tcl8.6.1/unix/tclUnixNotfy.c 2013-09-19
15:04:17.000000000 -0400
-+++ tcltk-8.6.1/tcl8.6.1/unix/tclUnixNotfy.c 2013-10-07 10:46:40.000000000
-0400
++++ tcltk-8.6.1/tcl8.6.1/unix/tclUnixNotfy.c 2013-10-09 10:09:54.000000000
-0400
@@ -194,7 +194,7 @@
#ifdef TCL_THREADS
@@ -100,9 +100,23 @@
/*
*----------------------------------------------------------------------
*
+diff -Nurd -x'*~' tcltk-8.6.1.orig/tcl8.6.1/unix/tclUnixTest.c
tcltk-8.6.1/tcl8.6.1/unix/tclUnixTest.c
+--- tcltk-8.6.1.orig/tcl8.6.1/unix/tclUnixTest.c 2013-09-19
15:04:17.000000000 -0400
++++ tcltk-8.6.1/tcl8.6.1/unix/tclUnixTest.c 2013-10-09 10:12:22.000000000
-0400
+@@ -566,8 +566,8 @@
+ "Cannot fork", NULL);
+ return TCL_ERROR;
+ }
+-#if !defined(HAVE_PTHREAD_ATFORK) || defined(MAC_OSX_TCL)
+- /* Only needed when pthread_atfork is not present or on OSX. */
++#if !defined(HAVE_PTHREAD_ATFORK)
++ /* Only needed when pthread_atfork is not present. */
+ if (pid==0) {
+ Tcl_InitNotifier();
+ }
diff -Nurd -x'*~' tcltk-8.6.1.orig/tk8.6.1/unix/Makefile.in
tcltk-8.6.1/tk8.6.1/unix/Makefile.in
--- tcltk-8.6.1.orig/tk8.6.1/unix/Makefile.in 2013-09-17 08:25:13.000000000
-0400
-+++ tcltk-8.6.1/tk8.6.1/unix/Makefile.in 2013-10-07 10:43:29.000000000
-0400
++++ tcltk-8.6.1/tk8.6.1/unix/Makefile.in 2013-10-09 10:09:54.000000000
-0400
@@ -148,7 +148,7 @@
# X11 include files accessible (the configure script will try to
# set this value, and will cause it to be an empty string if the
@@ -168,7 +182,7 @@
$(CC) -c $(CC_SWITCHES) -DTK_LIBRARY=\"${TK_LIBRARY}\" \
diff -Nurd -x'*~' tcltk-8.6.1.orig/tk8.6.1/unix/configure
tcltk-8.6.1/tk8.6.1/unix/configure
--- tcltk-8.6.1.orig/tk8.6.1/unix/configure 2013-09-17 08:25:13.000000000
-0400
-+++ tcltk-8.6.1/tk8.6.1/unix/configure 2013-10-07 10:43:29.000000000 -0400
++++ tcltk-8.6.1/tk8.6.1/unix/configure 2013-10-09 10:09:54.000000000 -0400
@@ -10361,19 +10361,14 @@
echo "$as_me:$LINENO: result: $enable_xft" >&5
echo "${ECHO_T}$enable_xft" >&6
@@ -228,7 +242,7 @@
ac_clean_files_save=$ac_clean_files
diff -Nurd -x'*~' tcltk-8.6.1.orig/tk8.6.1/unix/tkConfig.sh.in
tcltk-8.6.1/tk8.6.1/unix/tkConfig.sh.in
--- tcltk-8.6.1.orig/tk8.6.1/unix/tkConfig.sh.in 2013-09-17
08:25:13.000000000 -0400
-+++ tcltk-8.6.1/tk8.6.1/unix/tkConfig.sh.in 2013-10-07 10:43:29.000000000
-0400
++++ tcltk-8.6.1/tk8.6.1/unix/tkConfig.sh.in 2013-10-09 10:09:54.000000000
-0400
@@ -32,7 +32,7 @@
TK_LIB_FILE='@TK_LIB_FILE@'
------------------------------------------------------------------------------
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60134071&iu=/4140/ostg.clktrk
_______________________________________________
Fink-commits mailing list
[email protected]
http://news.gmane.org/gmane.os.apple.fink.cvs