summaryrefslogtreecommitdiff
path: root/lang/tcl/patches/patch-aa
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2006-01-16 14:47:35 +0000
committeradam <adam@pkgsrc.org>2006-01-16 14:47:35 +0000
commit36aff7b87bf01cfa0d94685dff978dc9df926cec (patch)
tree1c264294a90a0a335a86bf980e82276d16a9ae91 /lang/tcl/patches/patch-aa
parent93a637349dc90960561a3831565c60995da0eb31 (diff)
downloadpkgsrc-36aff7b87bf01cfa0d94685dff978dc9df926cec.tar.gz
Changes 8.4.12:
* Repeated [namespace import] of same command now permitted. * ${prefix}/share added to ::tcl_pkgPath on some systems. * [exec]'s >> redirection has improved append behavior. * [info globals] returned only existing variables. * Recognize some Solaris variations of the cp1251 encoding. * Addressed [file mkdir] race condition. * Support opening >2GB files on RHEL 3. * Corrections to $argv formatting when [encoding system] is multibyte. * http 2.5.2: Update URL encoding rules to RFC 3986. * Fixed issue in recursive file delete with NFS lock files. * Stopped crash after use of Tcl_TraceCommand(). * Win NT/XP: support unicode console. * Improved support for Tclkit to set [encoding system]. * Added Korean timezone abbreviations. * Windows: exit codes can now exceed -128..127 range. * [load] support on LynxOS. * Packages with incorrect index scripts now cause a warning to be logged. *** POTENTIAL INCOMPATIBILITY *** * [lsearch -regexp] now accepts backrefs in the RE. * [selection get] made compatible with OpenOffice.org. * Dialog support for widget names containing spaces. * Improved Tk window manager event interaction on OS X Aqua.
Diffstat (limited to 'lang/tcl/patches/patch-aa')
-rw-r--r--lang/tcl/patches/patch-aa16
1 files changed, 8 insertions, 8 deletions
diff --git a/lang/tcl/patches/patch-aa b/lang/tcl/patches/patch-aa
index 35411b685f0..a08c707c661 100644
--- a/lang/tcl/patches/patch-aa
+++ b/lang/tcl/patches/patch-aa
@@ -1,7 +1,7 @@
-$NetBSD: patch-aa,v 1.15 2005/07/19 11:11:58 adam Exp $
+$NetBSD: patch-aa,v 1.16 2006/01/16 14:47:35 adam Exp $
---- Makefile.in.orig 2005-06-29 16:40:32.000000000 +0000
-+++ Makefile.in
+--- unix/Makefile.in.orig 2005-12-06 17:03:33.000000000 +0100
++++ unix/Makefile.in
@@ -184,8 +184,8 @@ SHELL = /bin/sh
INSTALL_STRIP_PROGRAM = -s
INSTALL_STRIP_LIBRARY = -S -S
@@ -64,9 +64,9 @@ $NetBSD: patch-aa,v 1.15 2005/07/19 11:11:58 adam Exp $
-tclsh: ${TCLSH_OBJS} ${TCL_LIB_FILE}
-- ${CC} ${LDFLAGS} ${TCLSH_OBJS} @TCL_BUILD_LIB_SPEC@ ${LIBS} \
+- ${CC} ${CFLAGS} ${LDFLAGS} ${TCLSH_OBJS} @TCL_BUILD_LIB_SPEC@ ${LIBS} \
+tclsh: ${TCLSH_OBJS} ${TCL_LA_FILE}
-+ ${LD} ${LDFLAGS} ${TCLSH_OBJS} @TCL_BUILD_LIB_SPEC@ ${LIBS} \
++ ${LD} ${CFLAGS} ${LDFLAGS} ${TCLSH_OBJS} @TCL_BUILD_LIB_SPEC@ ${LIBS} \
${CC_SEARCH_FLAGS} -o tclsh
# Resetting the LIB_RUNTIME_DIR below is required so that
@@ -79,12 +79,12 @@ $NetBSD: patch-aa,v 1.15 2005/07/19 11:11:58 adam Exp $
$(MAKE) tcltest-real LIB_RUNTIME_DIR=`pwd`
tcltest-real:
-- ${CC} ${LDFLAGS} ${TCLTEST_OBJS} @TCL_BUILD_LIB_SPEC@ ${LIBS} \
-+ ${LD} ${LDFLAGS} ${TCLTEST_OBJS} @TCL_BUILD_LIB_SPEC@ ${LIBS} \
+- ${CC} ${CFLAGS} ${LDFLAGS} ${TCLTEST_OBJS} @TCL_BUILD_LIB_SPEC@ ${LIBS} \
++ ${LD} ${CFLAGS} ${LDFLAGS} ${TCLTEST_OBJS} @TCL_BUILD_LIB_SPEC@ ${LIBS} \
${CC_SEARCH_FLAGS} -o tcltest
# Note, in the target below TCL_LIBRARY needs to be set or else
-@@ -1085,7 +1087,7 @@ tclMacOSXNotify.o: $(MAC_OSX_DIR)/tclMac
+@@ -1089,7 +1091,7 @@ tclMacOSXNotify.o: $(MAC_OSX_DIR)/tclMac
xttest: ${XTTEST_OBJS} ${GENERIC_OBJS} ${UNIX_OBJS} ${COMPAT_OBJS} \
@DL_OBJS@ ${BUILD_DLTEST}