From df26fd502c08084c091ab826561a1fe0acc75667 Mon Sep 17 00:00:00 2001 From: Edwin Groothuis Date: Mon, 6 Oct 2003 01:16:05 +0000 Subject: 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 --- devel/tkinspect/files/patch-ab | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 devel/tkinspect/files/patch-ab (limited to 'devel/tkinspect/files/patch-ab') diff --git a/devel/tkinspect/files/patch-ab b/devel/tkinspect/files/patch-ab new file mode 100644 index 000000000000..2f82812f0896 --- /dev/null +++ b/devel/tkinspect/files/patch-ab @@ -0,0 +1,9 @@ +Index: tkinspect.tcl +@@ -1,6 +1,6 @@ + #!/bin/sh + # \ +-exec wish "$0" ${1+"$@"} ++exec wish8.3 "$0" ${1+"$@"} + # + # $Id: tkinspect.tcl,v 1.30 2002/10/09 00:32:54 patthoyts Exp $ + # -- cgit v1.2.3