diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-10-06 01:16:05 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-10-06 01:16:05 +0000 |
commit | df26fd502c08084c091ab826561a1fe0acc75667 (patch) | |
tree | 35d5f5c168ea0ae605053b379d6f4a619e6a59a4 /devel/tkinspect/files/patch-aa | |
parent | Correct some obsolete MASTER_SITES (diff) |
new port devel/tkinspect
Tkinspect is a Tk program browser originally written by Sam
Shen and now updated to work with Tcl/Tk 8+, incr Tcl 3+
and to cope with systems such as MS Windows where the Tk
'send' command is not available. Based upon the 5.1.6 release
of tkinspect this version contains numerous bug fixes and
functionality patches. See the ChangeLog file for details.
PR: ports/46602
Submitted by: Juergen Lock <nox@jelal.kn-bremen.de>
Notes
Notes:
svn path=/head/; revision=90337
Diffstat (limited to 'devel/tkinspect/files/patch-aa')
-rw-r--r-- | devel/tkinspect/files/patch-aa | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/devel/tkinspect/files/patch-aa b/devel/tkinspect/files/patch-aa new file mode 100644 index 000000000000..4338efa6a6e2 --- /dev/null +++ b/devel/tkinspect/files/patch-aa @@ -0,0 +1,9 @@ +Index: install.tcl +@@ -1,6 +1,6 @@ + #!/bin/sh + # \ +-exec wish "$0" ${1+"$@"} ++exec wish8.3 "$0" ${1+"$@"} + # + # $Id: install.tcl,v 1.20 2002/03/26 00:10:17 patthoyts Exp $ + # |