mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
7ac3f1e066
Submitted by: Ade Lovett <ade@lovett.com> PR: ports/14544
28 lines
615 B
Tcl
28 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) ]
|
|
|