summaryrefslogtreecommitdiff
path: root/x11-fm/filerunner/files
diff options
context:
space:
mode:
authorThomas Gellekum <tg@FreeBSD.org>1997-09-19 06:59:52 +0000
committerThomas Gellekum <tg@FreeBSD.org>1997-09-19 06:59:52 +0000
commitd9fd0143eb7e06f68a17f44b1f930e242aec9c7f (patch)
treef5121a5ad6e55469a1c08b8df77808245a953846 /x11-fm/filerunner/files
parentUpgrade to 2.8.2 (diff)
Upgrade to 2.4.
PR: 4569 Submitted by: Vanill I. Shu <vanilla@MinJe.com.TW>
Notes
Notes: svn path=/head/; revision=7960
Diffstat (limited to 'x11-fm/filerunner/files')
-rw-r--r--x11-fm/filerunner/files/patch-aa21
-rw-r--r--x11-fm/filerunner/files/patch-ab28
2 files changed, 37 insertions, 12 deletions
diff --git a/x11-fm/filerunner/files/patch-aa b/x11-fm/filerunner/files/patch-aa
index 6636e442ebd5..1515bc67936d 100644
--- a/x11-fm/filerunner/files/patch-aa
+++ b/x11-fm/filerunner/files/patch-aa
@@ -1,18 +1,15 @@
---- ./Makefiles/Makefile.freebsd.org Mon May 19 23:59:20 1997
-+++ ./Makefiles/Makefile.freebsd Tue May 20 00:01:05 1997
-@@ -2,11 +2,11 @@
+--- Makefiles/Makefile.freebsd.orig Fri Aug 8 21:56:08 1997
++++ Makefiles/Makefile.freebsd Fri Sep 19 08:59:04 1997
+@@ -2,9 +2,9 @@
# It has been tested under FreeBSD 2.1.5.
# Change this if you have this stuff somewhere else.
--TCLINC = /usr/local/lib/tcl7.6
--TKINC = /usr/local/lib/tk4.2
+-TCLINC = /usr/local/lib/tcl8.0
+-TKINC = /usr/local/lib/tk8.0
-X11INC = /usr/X11/include
-+TCLINC = /usr/local/include/tcl7.6
-+TKINC = /usr/local/include/tk4.2
-+X11INC = /usr/X11R6/include
++TCLINC = ${PREFIX}/include/tcl8.0
++TKINC = ${PREFIX}/include/tk8.0
++X11INC = ${X11BASE}/include
--CFLAGS = -Wall -fPIC -O3 -I$(TCLINC) -I$(TKINC) -I$(X11INC)
-+CFLAGS += -Wall -fpic -DPIC -I$(TCLINC) -I$(TKINC) -I$(X11INC)
-
- CC = gcc
+ CFLAGS = -Wall -fPIC -O3 -I$(TCLINC) -I$(TKINC) -I$(X11INC)
diff --git a/x11-fm/filerunner/files/patch-ab b/x11-fm/filerunner/files/patch-ab
new file mode 100644
index 000000000000..098c910749c7
--- /dev/null
+++ b/x11-fm/filerunner/files/patch-ab
@@ -0,0 +1,28 @@
+*** 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) ]
+