summaryrefslogtreecommitdiff
path: root/devel/spin/files/patch-xspin
diff options
context:
space:
mode:
authorNorikatsu Shigemura <nork@FreeBSD.org>2003-04-11 16:33:33 +0000
committerNorikatsu Shigemura <nork@FreeBSD.org>2003-04-11 16:33:33 +0000
commitb233f5dbd88ac79cc03376aac6a2256d2e642429 (patch)
tree3e24c1f955e0cd708c33b2d0af06bb222c190f14 /devel/spin/files/patch-xspin
parentUpdate to 0.19.2. (diff)
Update to 4.0.3.
PR: ports/50706 Submitted by: Jonathan Hanna <jhanna@shaw.ca> (maintainer)
Notes
Notes: svn path=/head/; revision=78743
Diffstat (limited to 'devel/spin/files/patch-xspin')
-rw-r--r--devel/spin/files/patch-xspin24
1 files changed, 24 insertions, 0 deletions
diff --git a/devel/spin/files/patch-xspin b/devel/spin/files/patch-xspin
new file mode 100644
index 000000000000..15eff25d550d
--- /dev/null
+++ b/devel/spin/files/patch-xspin
@@ -0,0 +1,24 @@
+--- ../Xspin4.0/xspin402.tcl.orig Mon Apr 7 20:37:27 2003
++++ ../Xspin4.0/xspin402.tcl Mon Apr 7 20:40:10 2003
+@@ -1,20 +1,4 @@
+-#!/bin/sh
+-# the next line restarts using wish \
+-exec wish c:/cygwin/bin/xspin -- $*
+-
+-# on PCs:
+-# adjust the first argument to wish above with the name and
+-# location of this tcl/tk file on your system, if different.
+-#
+-# Cygwin:
+-# if you use cygwin, do not refer to the file as /usr/bin/xspin
+-# /usr/bin is a symbolic link to /bin, which really
+-# lives in c:/cygwin, hence the contortions above
+-#
+-# on Unix/Linux/Solaris systems
+-# replace the first line with something like
+-# #!/usr/bin/wish -f
+-# using the pathname for the wish executable on your system
++#!%%LOCALBASE%%/bin/%%WISH%% -f
+
+ #======================================================================#
+ # Tcl/Tk Spin Controller, Gerard J. Holzmann, Bell Laboratories, USA. #