head 1.2; access; symbols pkgsrc-2013Q2:1.2.0.54 pkgsrc-2013Q2-base:1.2 pkgsrc-2012Q4:1.2.0.52 pkgsrc-2012Q4-base:1.2 pkgsrc-2011Q4:1.2.0.50 pkgsrc-2011Q4-base:1.2 pkgsrc-2011Q2:1.2.0.48 pkgsrc-2011Q2-base:1.2 pkgsrc-2009Q4:1.2.0.46 pkgsrc-2009Q4-base:1.2 pkgsrc-2008Q4:1.2.0.44 pkgsrc-2008Q4-base:1.2 pkgsrc-2008Q3:1.2.0.42 pkgsrc-2008Q3-base:1.2 cube-native-xorg:1.2.0.40 cube-native-xorg-base:1.2 pkgsrc-2008Q2:1.2.0.38 pkgsrc-2008Q2-base:1.2 pkgsrc-2008Q1:1.2.0.36 pkgsrc-2008Q1-base:1.2 pkgsrc-2007Q4:1.2.0.34 pkgsrc-2007Q4-base:1.2 pkgsrc-2007Q3:1.2.0.32 pkgsrc-2007Q3-base:1.2 pkgsrc-2007Q2:1.2.0.30 pkgsrc-2007Q2-base:1.2 pkgsrc-2007Q1:1.2.0.28 pkgsrc-2007Q1-base:1.2 pkgsrc-2006Q4:1.2.0.26 pkgsrc-2006Q4-base:1.2 pkgsrc-2006Q3:1.2.0.24 pkgsrc-2006Q3-base:1.2 pkgsrc-2006Q2:1.2.0.22 pkgsrc-2006Q2-base:1.2 pkgsrc-2006Q1:1.2.0.20 pkgsrc-2006Q1-base:1.2 pkgsrc-2005Q4:1.2.0.18 pkgsrc-2005Q4-base:1.2 pkgsrc-2005Q3:1.2.0.16 pkgsrc-2005Q3-base:1.2 pkgsrc-2005Q2:1.2.0.14 pkgsrc-2005Q2-base:1.2 pkgsrc-2005Q1:1.2.0.12 pkgsrc-2005Q1-base:1.2 pkgsrc-2004Q4:1.2.0.10 pkgsrc-2004Q4-base:1.2 pkgsrc-2004Q3:1.2.0.8 pkgsrc-2004Q3-base:1.2 pkgsrc-2004Q2:1.2.0.6 pkgsrc-2004Q2-base:1.2 pkgsrc-2004Q1:1.2.0.4 pkgsrc-2004Q1-base:1.2 pkgsrc-2003Q4:1.2.0.2 pkgsrc-2003Q4-base:1.2 buildlink2-base:1.2; locks; strict; comment @# @; 1.2 date 2000.09.14.15.02.26; author jwise; state dead; branches; next 1.1; 1.1 date 2000.07.05.12.34.00; author he; state Exp; branches; next ; desc @@ 1.2 log @Remove this package. It has been supplanted by net/tcl-scotty and net/tkined. @ text @$NetBSD: patch-aj,v 1.1 2000/07/05 12:34:00 he Exp $ --- ../unix/configure.in.dist Tue Dec 23 10:08:39 1997 +++ ../unix/configure.in Wed Jul 5 13:59:04 2000 @@@@ -151,7 +151,7 @@@@ DL_LIBS=$TCL_DL_LIBS LD_FLAGS=$TCL_LD_FLAGS LD_SEARCH_FLAGS=$TCL_LD_SEARCH_FLAGS -TCL_INCLUDES=-I$TCL_PREFIX/include +TCL_INCLUDES=-I$TCL_PREFIX/include/tcl$TCL_VERSION if test -z "$SHLIB_LD" ; then AC_MSG_ERROR([no shared linker definition (TCL_SHLIB_LD) in tclConfig.sh]) @@@@ -200,7 +200,7 @@@@ fi . $tnm_cv_path_tk_config/tkConfig.sh -TK_INCLUDES=-I$TK_PREFIX/include +TK_INCLUDES=-I$TK_PREFIX/include/tk$TK_VERSION if test "$TK_INCLUDES" = "$TCL_INCLUDES" ; then TK_INCLUDES="" fi @@@@ -330,4 +330,4 @@@@ AC_SUBST(TK_XINCLUDES) AC_SUBST(TK_XLIBSW) -AC_OUTPUT(Makefile) +AC_OUTPUT(Makefile scotty-wrap.c tkined-wrap.c) @ 1.1 log @As per message to tech-pkg and current-users, convert the wrapper shell script for scotty (and tkined, while here) to real honest-to-God binary executables from interpreted shell scripts. This is so that the #!/usr/pkg/bin/scotty construct can be allowed to work. The problem is that our execve(2) does not permit an interpreted script to be used as an interpreter (this is currently undocumented, but that will be fixed shortly). The symptom is that the scotty script (tcl code) gets fed to the shell. @ text @d1 1 a1 1 $NetBSD$ @