diff options
| author | Vanilla I. Shu <vanilla@FreeBSD.org> | 1998-03-09 07:04:47 +0000 |
|---|---|---|
| committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 1998-03-09 07:04:47 +0000 |
| commit | f965fc63bb17ead1ad2ecae18c44a63a8606c589 (patch) | |
| tree | ce4e63567eafbd9a7baf68c37c7f197937377629 /x11-fm/filerunner/files/patch-ab | |
| parent | Fix 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-ab | 47 |
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) ] + |
