diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2003-01-02 19:58:31 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2003-01-02 19:58:31 +0000 |
commit | 3eaa991f8fb6943defdec4f84abac1b2c154a9f5 (patch) | |
tree | 03e0de21042d22bb0ae6d08880d5d75000a613d4 /devel/spin/files | |
parent | Add esdl, a library for accessing SDL and OpenGL through Erlang. (diff) |
upgrade to 3.5.2
PR: 46071
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=72293
Diffstat (limited to 'devel/spin/files')
-rw-r--r-- | devel/spin/files/patch-aa | 23 |
1 files changed, 8 insertions, 15 deletions
diff --git a/devel/spin/files/patch-aa b/devel/spin/files/patch-aa index e6efd7112681..9e11a1538e21 100644 --- a/devel/spin/files/patch-aa +++ b/devel/spin/files/patch-aa @@ -1,18 +1,11 @@ ---- ../Xspin3.5/xspin350.tcl.orig Sun Sep 29 07:55:34 2002 -+++ ../Xspin3.5/xspin350.tcl Sun Oct 6 18:33:12 2002 -@@ -1,14 +1,4 @@ +--- ../Xspin3.5/xspin351.tcl.orig Wed Nov 27 13:45:12 2002 ++++ ../Xspin3.5/xspin351.tcl Sat Dec 7 11:38:00 2002 +@@ -1,6 +1,6 @@ -#!/bin/sh --# the next line restarts using wish \ --exec wish c:/cygwin/bin/xspin -- $* -- --# adjust the first argument to wish above with the --# location of xspin on your system, if different. --# --# cygwin: even when xspin is placed in /usr/bin/xspin --# the above exec line would not find it there --# /usr/bin is a symbolic link to /bin, which really --# lives in c:/cygwin, hence the contortions above +#!%%LOCALBASE%%/bin/%%WISH%% -f + # the next line restarts using wish \ +-exec wish c:/cygwin/bin/xspin -- $* ++# exec wish c:/cygwin/bin/xspin -- $* - #======================================================================# - # Tcl/Tk Spin Controller, Gerard J. Holzmann, Bell Laboratories, USA. # + # adjust the first argument to wish above with the + # location of xspin on your system, if different. |