Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/languages
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv6179/languages
Modified Files:
tcltk-x86_64.info tcltk-x86_64.patch
Log Message:
new version (thanks jack!)
Index: tcltk-x86_64.patch
===================================================================
RCS file:
/cvsroot/fink/dists/10.7/stable/main/finkinfo/languages/tcltk-x86_64.patch,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- tcltk-x86_64.patch 10 May 2013 14:47:06 -0000 1.6
+++ tcltk-x86_64.patch 4 Oct 2013 14:19:16 -0000 1.7
@@ -1,7 +1,7 @@
-diff -Nurd -x'*~' tcltk-8.5.14.orig/tcl8.5.14/generic/tclInt.h
tcltk-8.5.14/tcl8.5.14/generic/tclInt.h
---- tcltk-8.5.14.orig/tcl8.5.14/generic/tclInt.h 2013-03-21
09:22:14.000000000 -0400
-+++ tcltk-8.5.14/tcl8.5.14/generic/tclInt.h 2013-04-07 16:22:32.000000000
-0400
-@@ -2807,7 +2807,7 @@
+diff -Nurd -x'*~' tcltk-8.5.15.orig/tcl8.5.15/generic/tclInt.h
tcltk-8.5.15/tcl8.5.15/generic/tclInt.h
+--- tcltk-8.5.15.orig/tcl8.5.15/generic/tclInt.h 2013-08-30
11:58:39.000000000 -0400
++++ tcltk-8.5.15/tcl8.5.15/generic/tclInt.h 2013-10-04 09:27:39.000000000
-0400
+@@ -2808,7 +2808,7 @@
MODULE_SCOPE int TclClockOldscanObjCmd(
ClientData clientData, Tcl_Interp *interp,
int objc, Tcl_Obj *const objv[]);
@@ -10,7 +10,7 @@
Tcl_Interp *interp, int objc,
Tcl_Obj *const objv[]);
MODULE_SCOPE int Tcl_ConcatObjCmd(ClientData clientData,
-@@ -2968,7 +2968,7 @@
+@@ -2969,7 +2969,7 @@
MODULE_SCOPE int Tcl_RenameObjCmd(ClientData clientData,
Tcl_Interp *interp, int objc,
Tcl_Obj *const objv[]);
@@ -19,9 +19,9 @@
Tcl_Interp *interp, int objc,
Tcl_Obj *const objv[]);
MODULE_SCOPE int Tcl_ScanObjCmd(ClientData clientData,
-diff -Nurd -x'*~' tcltk-8.5.14.orig/tcl8.5.14/generic/tclPort.h
tcltk-8.5.14/tcl8.5.14/generic/tclPort.h
---- tcltk-8.5.14.orig/tcl8.5.14/generic/tclPort.h 2013-03-21
08:57:40.000000000 -0400
-+++ tcltk-8.5.14/tcl8.5.14/generic/tclPort.h 2013-04-07 16:23:52.000000000
-0400
+diff -Nurd -x'*~' tcltk-8.5.15.orig/tcl8.5.15/generic/tclPort.h
tcltk-8.5.15/tcl8.5.15/generic/tclPort.h
+--- tcltk-8.5.15.orig/tcl8.5.15/generic/tclPort.h 2013-08-30
11:58:39.000000000 -0400
++++ tcltk-8.5.15/tcl8.5.15/generic/tclPort.h 2013-10-04 09:27:39.000000000
-0400
@@ -20,7 +20,7 @@
#if defined(_WIN32)
# include "tclWinPort.h"
@@ -31,10 +31,10 @@
#endif
#include "tcl.h"
-diff -Nurd -x'*~' tcltk-8.5.14.orig/tcl8.5.14/unix/configure
tcltk-8.5.14/tcl8.5.14/unix/configure
---- tcltk-8.5.14.orig/tcl8.5.14/unix/configure 2013-04-01 14:36:35.000000000
-0400
-+++ tcltk-8.5.14/tcl8.5.14/unix/configure 2013-04-07 16:22:32.000000000
-0400
-@@ -18990,7 +18990,7 @@
+diff -Nurd -x'*~' tcltk-8.5.15.orig/tcl8.5.15/unix/configure
tcltk-8.5.15/tcl8.5.15/unix/configure
+--- tcltk-8.5.15.orig/tcl8.5.15/unix/configure 2013-09-13 12:07:56.000000000
-0400
++++ tcltk-8.5.15/tcl8.5.15/unix/configure 2013-10-04 09:27:39.000000000
-0400
+@@ -18796,7 +18796,7 @@
else
TCL_LIB_FLAG="-ltcl`echo ${TCL_VERSION} | tr -d .`"
fi
@@ -43,7 +43,7 @@
TCL_LIB_SPEC="-L${libdir} ${TCL_LIB_FLAG}"
fi
VERSION='${VERSION}'
-@@ -19034,7 +19034,7 @@
+@@ -18840,7 +18840,7 @@
TCL_STUB_LIB_FLAG="-ltclstub`echo ${TCL_VERSION} | tr -d .`"
fi
@@ -52,7 +52,7 @@
TCL_STUB_LIB_SPEC="-L${TCL_STUB_LIB_DIR} ${TCL_STUB_LIB_FLAG}"
TCL_BUILD_STUB_LIB_PATH="`pwd`/${TCL_STUB_LIB_FILE}"
TCL_STUB_LIB_PATH="${TCL_STUB_LIB_DIR}/${TCL_STUB_LIB_FILE}"
-@@ -19216,7 +19216,7 @@
+@@ -19022,7 +19022,7 @@
@@ -61,9 +61,9 @@
: ${CONFIG_STATUS=./config.status}
ac_clean_files_save=$ac_clean_files
-diff -Nurd -x'*~' tcltk-8.5.14.orig/tk8.5.14/unix/Makefile.in
tcltk-8.5.14/tk8.5.14/unix/Makefile.in
---- tcltk-8.5.14.orig/tk8.5.14/unix/Makefile.in 2013-04-01
14:36:49.000000000 -0400
-+++ tcltk-8.5.14/tk8.5.14/unix/Makefile.in 2013-04-07 16:22:32.000000000
-0400
+diff -Nurd -x'*~' tcltk-8.5.15.orig/tk8.5.15/unix/Makefile.in
tcltk-8.5.15/tk8.5.15/unix/Makefile.in
+--- tcltk-8.5.15.orig/tk8.5.15/unix/Makefile.in 2013-09-16
12:45:24.000000000 -0400
++++ tcltk-8.5.15/tk8.5.15/unix/Makefile.in 2013-10-04 09:27:39.000000000
-0400
@@ -147,7 +147,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
@@ -96,7 +96,7 @@
WISH_OBJS = tkAppInit.o
-@@ -1159,7 +1159,7 @@
+@@ -1161,7 +1161,7 @@
# NB: tkUnixRFont.o uses nondefault CFLAGS
tkUnixRFont.o: $(UNIX_DIR)/tkUnixRFont.c
@@ -105,10 +105,10 @@
tkUnixInit.o: $(UNIX_DIR)/tkUnixInit.c tkConfig.sh
$(CC) -c $(CC_SWITCHES) -DTK_LIBRARY=\"${TK_LIBRARY}\" \
-diff -Nurd -x'*~' tcltk-8.5.14.orig/tk8.5.14/unix/configure
tcltk-8.5.14/tk8.5.14/unix/configure
---- tcltk-8.5.14.orig/tk8.5.14/unix/configure 2013-04-01 14:36:49.000000000
-0400
-+++ tcltk-8.5.14/tk8.5.14/unix/configure 2013-04-07 16:22:32.000000000
-0400
-@@ -10636,19 +10636,14 @@
+diff -Nurd -x'*~' tcltk-8.5.15.orig/tk8.5.15/unix/configure
tcltk-8.5.15/tk8.5.15/unix/configure
+--- tcltk-8.5.15.orig/tk8.5.15/unix/configure 2013-09-16 12:45:24.000000000
-0400
++++ tcltk-8.5.15/tk8.5.15/unix/configure 2013-10-04 09:29:53.000000000
-0400
+@@ -10547,19 +10547,14 @@
echo "$as_me:$LINENO: result: $enable_xft" >&5
echo "${ECHO_T}$enable_xft" >&6
else
@@ -129,7 +129,7 @@
tk_oldLibs=$LIBS
LIBS="$tk_oldLIBS $XFT_LIBS $XLIBSW"
echo "$as_me:$LINENO: checking for X11/Xft/Xft.h" >&5
-@@ -10713,7 +10708,7 @@
+@@ -10624,7 +10619,7 @@
fi
if test "$found_xft" = "yes" ; then
tk_oldCFlags=$CFLAGS
@@ -138,16 +138,16 @@
tk_oldLibs=$LIBS
LIBS="$tk_oldLIBS $XFT_LIBS $XLIBSW"
-@@ -11536,7 +11531,7 @@
- else
- TK_LIB_FLAG="-ltk`echo ${TK_VERSION} | tr -d .`"
+@@ -11451,7 +11446,7 @@
+ else
+ TK_LIB_FLAG="-ltk`echo ${TK_VERSION} | tr -d .`"
+ fi
+- TK_BUILD_LIB_SPEC="-L`pwd | sed -e 's/ /\\\\ /g'` ${TK_LIB_FLAG}"
++ TK_BUILD_LIB_SPEC="`pwd`/${TK_LIB_FILE}"
fi
-- TK_BUILD_LIB_SPEC="-L`pwd | sed -e 's/ /\\\\ /g'` ${TK_LIB_FLAG}"
-+ TK_BUILD_LIB_SPEC="`pwd`/${TK_LIB_FILE}"
- if test "${ac_cv_cygwin}" = "yes" -a "$SHARED_BUILD" = "1"; then
- WISH_BUILD_LIB_SPEC="-L\$(TOP_DIR)/win
-ltk${TK_MAJOR_VERSION}${TK_MINOR_VERSION} \${TCL_LIB_SPEC}"
- else
-@@ -11560,7 +11555,7 @@
+ TK_LIB_SPEC="-L${libdir} ${TK_LIB_FLAG}"
+ fi
+@@ -11471,7 +11466,7 @@
TK_STUB_LIB_FLAG="-ltkstub`echo ${TK_VERSION} | tr -d .`"
fi
@@ -156,7 +156,7 @@
TK_STUB_LIB_SPEC="-L${TK_STUB_LIB_DIR} ${TK_STUB_LIB_FLAG}"
TK_BUILD_STUB_LIB_PATH="`pwd`/${TK_STUB_LIB_FILE}"
TK_STUB_LIB_PATH="${TK_STUB_LIB_DIR}/${TK_STUB_LIB_FILE}"
-@@ -11749,7 +11744,7 @@
+@@ -11660,7 +11655,7 @@
LTLIBOBJS=$ac_ltlibobjs
@@ -165,9 +165,9 @@
: ${CONFIG_STATUS=./config.status}
ac_clean_files_save=$ac_clean_files
-diff -Nurd -x'*~' tcltk-8.5.14.orig/tk8.5.14/unix/tkConfig.sh.in
tcltk-8.5.14/tk8.5.14/unix/tkConfig.sh.in
---- tcltk-8.5.14.orig/tk8.5.14/unix/tkConfig.sh.in 2013-04-01
14:36:49.000000000 -0400
-+++ tcltk-8.5.14/tk8.5.14/unix/tkConfig.sh.in 2013-04-07 16:22:32.000000000
-0400
+diff -Nurd -x'*~' tcltk-8.5.15.orig/tk8.5.15/unix/tkConfig.sh.in
tcltk-8.5.15/tk8.5.15/unix/tkConfig.sh.in
+--- tcltk-8.5.15.orig/tk8.5.15/unix/tkConfig.sh.in 2013-09-16
12:45:24.000000000 -0400
++++ tcltk-8.5.15/tk8.5.15/unix/tkConfig.sh.in 2013-10-04 09:27:39.000000000
-0400
@@ -32,7 +32,7 @@
TK_LIB_FILE='@TK_LIB_FILE@'
Index: tcltk-x86_64.info
===================================================================
RCS file:
/cvsroot/fink/dists/10.7/stable/main/finkinfo/languages/tcltk-x86_64.info,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- tcltk-x86_64.info 14 Jun 2013 20:39:07 -0000 1.10
+++ tcltk-x86_64.info 4 Oct 2013 14:19:16 -0000 1.11
@@ -1,7 +1,7 @@
Package: tcltk
Epoch: 1
-Version: 8.5.14
-Revision: 2
+Version: 8.5.15
+Revision: 1
Architecture: x86_64
BuildDepends: <<
fink-package-precedence,
@@ -19,12 +19,12 @@
xft2-shlibs (>= 2.2.0-1)
<<
Source: mirror:sourceforge:tcl/tcl%v-src.tar.gz
-Source-MD5: 44b50e58ab45dd272f6714dce2129123
+Source-MD5: f3df162f92c69b254079c4d0af7a690f
SourceDirectory: tcl%v
Source2: mirror:sourceforge:tcl/tk%v-src.tar.gz
-Source2-MD5: a9c48921b3688020470cd3a6dd4e867d
+Source2-MD5: 55b8e33f903210a4e1c8bce0f820657f
PatchFile: %n-x86_64.patch
-PatchFile-MD5: 0fe9dfdea6aa837cfa22381aa870f84f
+PatchFile-MD5: 8ecb642ebb669017b80991be06845e25
NoSourceDirectory: true
SetCPPFLAGS: -MD -g
ConfigureParams: --enable-shared --enable-threads --disable-corefoundation
--exec-prefix=%p --mandir=%p/share/man --x-includes=/usr/X11R6/include
--x-libraries=/usr/X11R6/lib tcl_cv_type_64bit="long long"
------------------------------------------------------------------------------
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=60134791&iu=/4140/ostg.clktrk
_______________________________________________
Fink-commits mailing list
[email protected]
http://news.gmane.org/gmane.os.apple.fink.cvs