freebsd-ports/x11-fm/filerunner/files/patch-ab
Justin M. Seger 7ac3f1e066 Switch to tcl/tk 8.2
Submitted by:	Ade Lovett <ade@lovett.com>
PR:		ports/14544
1999-11-02 03:16:10 +00:00

27 lines
615 B
Tcl

--- fr.orig Mon Feb 16 04:09:54 1998
+++ fr Thu Mar 12 09:49:30 1998
@@ -1,6 +1,6 @@
#! /bin/sh
# -*- tcl -*- \
-exec wish8.0 $0 wish8.0 $*
+exec wish8.2 $0 wish8.2 $*
set glob(version) 2.4.2
@@ -3162,11 +3162,12 @@
FindLibfr
+# FreeBSD fix the bug already..
# Load patches for 8.0...
-if {$tk_patchLevel == "8.0"} {
- #puts "Buggy 8.0 menu.tcl file, applying patch"
- source $glob(lib_fr)/menu_80_patch.tcl
-}
+#if {$tk_patchLevel == "8.0"} {
+# #puts "Buggy 8.0 menu.tcl file, applying patch"
+# source $glob(lib_fr)/menu_80_patch.tcl
+#}
set auto_path [linsert $auto_path 0 $glob(lib_fr) ]