summaryrefslogtreecommitdiff
path: root/x11-fm/filerunner/files
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
parentFix missing brace in the pre-install target. (diff)
Upgrade to 2.4.2.
Notes
Notes: svn path=/head/; revision=10082
Diffstat (limited to 'x11-fm/filerunner/files')
-rw-r--r--x11-fm/filerunner/files/patch-aa7
-rw-r--r--x11-fm/filerunner/files/patch-ab47
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) ]
+