head 1.3; access; symbols pkgsrc-2013Q2:1.3.0.54 pkgsrc-2013Q2-base:1.3 pkgsrc-2012Q4:1.3.0.52 pkgsrc-2012Q4-base:1.3 pkgsrc-2011Q4:1.3.0.50 pkgsrc-2011Q4-base:1.3 pkgsrc-2011Q2:1.3.0.48 pkgsrc-2011Q2-base:1.3 pkgsrc-2009Q4:1.3.0.46 pkgsrc-2009Q4-base:1.3 pkgsrc-2008Q4:1.3.0.44 pkgsrc-2008Q4-base:1.3 pkgsrc-2008Q3:1.3.0.42 pkgsrc-2008Q3-base:1.3 cube-native-xorg:1.3.0.40 cube-native-xorg-base:1.3 pkgsrc-2008Q2:1.3.0.38 pkgsrc-2008Q2-base:1.3 pkgsrc-2008Q1:1.3.0.36 pkgsrc-2008Q1-base:1.3 pkgsrc-2007Q4:1.3.0.34 pkgsrc-2007Q4-base:1.3 pkgsrc-2007Q3:1.3.0.32 pkgsrc-2007Q3-base:1.3 pkgsrc-2007Q2:1.3.0.30 pkgsrc-2007Q2-base:1.3 pkgsrc-2007Q1:1.3.0.28 pkgsrc-2007Q1-base:1.3 pkgsrc-2006Q4:1.3.0.26 pkgsrc-2006Q4-base:1.3 pkgsrc-2006Q3:1.3.0.24 pkgsrc-2006Q3-base:1.3 pkgsrc-2006Q2:1.3.0.22 pkgsrc-2006Q2-base:1.3 pkgsrc-2006Q1:1.3.0.20 pkgsrc-2006Q1-base:1.3 pkgsrc-2005Q4:1.3.0.18 pkgsrc-2005Q4-base:1.3 pkgsrc-2005Q3:1.3.0.16 pkgsrc-2005Q3-base:1.3 pkgsrc-2005Q2:1.3.0.14 pkgsrc-2005Q2-base:1.3 pkgsrc-2005Q1:1.3.0.12 pkgsrc-2005Q1-base:1.3 pkgsrc-2004Q4:1.3.0.10 pkgsrc-2004Q4-base:1.3 pkgsrc-2004Q3:1.3.0.8 pkgsrc-2004Q3-base:1.3 pkgsrc-2004Q2:1.3.0.6 pkgsrc-2004Q2-base:1.3 pkgsrc-2004Q1:1.3.0.4 pkgsrc-2004Q1-base:1.3 pkgsrc-2003Q4:1.3.0.2 pkgsrc-2003Q4-base:1.3 buildlink2-base:1.3 netbsd-1-4-PATCH002:1.1 comdex-fall-1999:1.1 netbsd-1-4-PATCH001:1.1 netbsd-1-4-RELEASE:1.1 netbsd-1-3-PATCH003:1.1; locks; strict; comment @# @; 1.3 date 2000.09.14.15.02.25; author jwise; state dead; branches; next 1.2; 1.2 date 2000.07.05.12.34.00; author he; state Exp; branches; next 1.1; 1.1 date 98.09.18.17.45.09; author agc; state Exp; branches; next ; desc @@ 1.3 log @Remove this package. It has been supplanted by net/tcl-scotty and net/tkined. @ text @$NetBSD: patch-ag,v 1.2 2000/07/05 12:34:00 he Exp $ --- ../unix/scotty-wrap.c.in.orig Wed Jul 5 13:15:39 2000 +++ ../unix/scotty-wrap.c.in Wed Jul 5 13:04:09 2000 @@@@ -0,0 +1,12 @@@@ +#include +#include + +int +main(argc, argv) + int argc; + char **argv; +{ + setenv("TCLLIBPATH", "@@prefix@@/lib/tnm@@TNM_VERSION@@", 1); + execv("@@prefix@@/bin/scotty@@TNM_VERSION@@", argv); + exit(1); +} @ 1.2 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: patch-ag,v 1.1 1998/09/18 17:45:09 agc Exp $ @ 1.1 log @Break out patch-aa into separate files. Use libtool to build this package. Modify PLIST accordingly. @ text @d1 1 a1 1 $NetBSD$ d3 15 a17 6 --- scotty.sh.in.orig Fri Sep 13 09:30:41 1996 +++ scotty.sh.in Fri Sep 13 09:26:21 1996 @@@@ -0,0 +1,3 @@@@ +#!/bin/sh +export TCLLIBPATH="@@PREFIX@@/lib/tnm2.1.8" +exec @@PREFIX@@/bin/scotty2.1.8 @