diff options
Diffstat (limited to 'x11-fm/filerunner/files')
-rw-r--r-- | x11-fm/filerunner/files/patch-aa | 7 | ||||
-rw-r--r-- | x11-fm/filerunner/files/patch-ab | 47 |
2 files changed, 22 insertions, 32 deletions
diff --git a/x11-fm/filerunner/files/patch-aa b/x11-fm/filerunner/files/patch-aa index 692d074162e9..c23f56f42719 100644 --- a/x11-fm/filerunner/files/patch-aa +++ b/x11-fm/filerunner/files/patch-aa @@ -1,7 +1,6 @@ ---- Makefiles/Makefile.freebsd.orig Fri Aug 8 21:56:08 1997 -+++ Makefiles/Makefile.freebsd Mon Sep 22 12:03:44 1997 -@@ -2,11 +2,11 @@ - # It has been tested under FreeBSD 2.1.5. +--- Makefiles/Makefile.freebsd_gcc.orig Mon Mar 9 14:17:58 1998 ++++ Makefiles/Makefile.freebsd_gcc Mon Mar 9 14:19:07 1998 +@@ -1,10 +1,10 @@ # Change this if you have this stuff somewhere else. -TCLINC = /usr/local/lib/tcl8.0 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) ] + |