head 1.5; access; symbols pkgsrc-2013Q2:1.5.0.54 pkgsrc-2013Q2-base:1.5 pkgsrc-2012Q4:1.5.0.52 pkgsrc-2012Q4-base:1.5 pkgsrc-2011Q4:1.5.0.50 pkgsrc-2011Q4-base:1.5 pkgsrc-2011Q2:1.5.0.48 pkgsrc-2011Q2-base:1.5 pkgsrc-2009Q4:1.5.0.46 pkgsrc-2009Q4-base:1.5 pkgsrc-2008Q4:1.5.0.44 pkgsrc-2008Q4-base:1.5 pkgsrc-2008Q3:1.5.0.42 pkgsrc-2008Q3-base:1.5 cube-native-xorg:1.5.0.40 cube-native-xorg-base:1.5 pkgsrc-2008Q2:1.5.0.38 pkgsrc-2008Q2-base:1.5 pkgsrc-2008Q1:1.5.0.36 pkgsrc-2008Q1-base:1.5 pkgsrc-2007Q4:1.5.0.34 pkgsrc-2007Q4-base:1.5 pkgsrc-2007Q3:1.5.0.32 pkgsrc-2007Q3-base:1.5 pkgsrc-2007Q2:1.5.0.30 pkgsrc-2007Q2-base:1.5 pkgsrc-2007Q1:1.5.0.28 pkgsrc-2007Q1-base:1.5 pkgsrc-2006Q4:1.5.0.26 pkgsrc-2006Q4-base:1.5 pkgsrc-2006Q3:1.5.0.24 pkgsrc-2006Q3-base:1.5 pkgsrc-2006Q2:1.5.0.22 pkgsrc-2006Q2-base:1.5 pkgsrc-2006Q1:1.5.0.20 pkgsrc-2006Q1-base:1.5 pkgsrc-2005Q4:1.5.0.18 pkgsrc-2005Q4-base:1.5 pkgsrc-2005Q3:1.5.0.16 pkgsrc-2005Q3-base:1.5 pkgsrc-2005Q2:1.5.0.14 pkgsrc-2005Q2-base:1.5 pkgsrc-2005Q1:1.5.0.12 pkgsrc-2005Q1-base:1.5 pkgsrc-2004Q4:1.5.0.10 pkgsrc-2004Q4-base:1.5 pkgsrc-2004Q3:1.5.0.8 pkgsrc-2004Q3-base:1.5 pkgsrc-2004Q2:1.5.0.6 pkgsrc-2004Q2-base:1.5 pkgsrc-2004Q1:1.5.0.4 pkgsrc-2004Q1-base:1.5 pkgsrc-2003Q4:1.5.0.2 pkgsrc-2003Q4-base:1.5 buildlink2-base:1.5 netbsd-1-4-PATCH002:1.4 comdex-fall-1999:1.4 netbsd-1-4-PATCH001:1.4 netbsd-1-4-RELEASE:1.4 netbsd-1-3-PATCH003:1.3 netbsd-1-3-PATCH002:1.2; locks; strict; comment @# @; 1.5 date 2000.09.06.16.51.30; author jwise; state dead; branches; next 1.4; 1.4 date 99.04.03.00.51.30; author tron; state Exp; branches; next 1.3; 1.3 date 98.08.07.11.09.28; author agc; state Exp; branches; next 1.2; 1.2 date 98.03.08.14.26.22; author tron; state Exp; branches; next 1.1; 1.1 date 98.03.07.23.41.38; author tron; state Exp; branches; next ; desc @@ 1.5 log @Remove this package -- it has been supplanted by tcl-tclX and tk-tclX. @ text @$NetBSD: patch-ad,v 1.4 1999/04/03 00:51:30 tron Exp $ --- Common.mk.in.orig Mon Dec 7 04:47:30 1998 +++ Common.mk.in Sat Apr 3 02:39:03 1999 @@@@ -95,7 +95,7 @@@@ TCL_LD_FLAGS = @@TCL_LD_FLAGS@@ TCL_DL_LIBS = @@TCL_DL_LIBS@@ TCL_SHLIB_LD = @@TCL_SHLIB_LD@@ -TCL_SHLIB_LD_LIBS = @@TCL_SHLIB_LD_LIBS@@ +TCL_SHLIB_LD_LIBS = @@TCL_SHLIB_LD_LIBS@@ -L${PREFIX}/lib TCL_DBGX = @@TCL_DBGX@@ TCL_BUILD_LIB_SPEC = @@TCL_BUILD_LIB_SPEC@@ TCL_LIB_SPEC = @@TCL_LIB_SPEC@@ @ 1.4 log @Update "tclX" package to version 8.0.4. Changes since version 8.0.2: - Added fixes for handling some corner cases in saving and restoring interp state on signals. Debugged and submitted by the ever-helpful - Added --with-tcl dir and --with-tk configure options. Contributed by - Added fixes for handling some corner cases in saving and restoring interp state on signals. Debugged and submitted by the ever-helpful - Fixed bug with .tndx libraries and references to commands in namespaces. - Added -restart option to the signal command. - Fixed TclX copy of Tcl auto_load proc out of sync; this broken ITcl. - Include several Windows build fixes from Viktor Dukhovni - Renamed --with-tk configure option to --enable-tk. - Handle systems that don't implement restart of system calls on signal. - Added infox have_signal_restart. @ text @d1 1 a1 1 $NetBSD$ @ 1.3 log @Add NetBSD RCS Ids. @ text @d3 3 a5 3 --- Common.mk.in.orig Sun Nov 30 00:19:08 1997 +++ Common.mk.in Sat Mar 7 22:59:30 1998 @@@@ -101,7 +101,7 @@@@ d11 1 a13 1 TCL_LD_SEARCH_FLAGS = @@TCL_LD_SEARCH_FLAGS@@ @ 1.2 log @Minor clean up. @ text @d1 2 @ 1.1 log @Initial commit of "tclX-8.0.2" package. @ text @d8 1 a8 1 +TCL_SHLIB_LD_LIBS = -L${PREFIX}/lib @