summaryrefslogtreecommitdiff
path: root/x11-fm/filerunner/files/patch-ab
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>1998-03-09 07:04:47 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>1998-03-09 07:04:47 +0000
commitf965fc63bb17ead1ad2ecae18c44a63a8606c589 (patch)
treece4e63567eafbd9a7baf68c37c7f197937377629 /x11-fm/filerunner/files/patch-ab
parentFix missing brace in the pre-install target. (diff)
Upgrade to 2.4.2.
Diffstat (limited to 'x11-fm/filerunner/files/patch-ab')
-rw-r--r--x11-fm/filerunner/files/patch-ab47
1 files changed, 19 insertions, 28 deletions
diff --git a/x11-fm/filerunner/files/patch-ab b/x11-fm/filerunner/files/patch-ab
index 098c910749c7..07f8d8f4a063 100644
--- a/x11-fm/filerunner/files/patch-ab
+++ b/x11-fm/filerunner/files/patch-ab
@@ -1,28 +1,19 @@
-*** fr.orig Thu Sep 18 22:55:04 1997
---- fr Thu Sep 18 22:57:08 1997
-*************** CheckCmdLineArgs
-*** 3125,3135 ****
-
- FindLibfr
-
- # 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
-! }
-
- set auto_path [linsert $auto_path 0 $glob(lib_fr) ]
-
---- 3125,3136 ----
-
- 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
-! #}
-
- set auto_path [linsert $auto_path 0 $glob(lib_fr) ]
-
+--- fr.orig Mon Mar 9 14:20:12 1998
++++ fr Mon Mar 9 14:20:52 1998
+@@ -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) ]
+