diff options
author | tg <tg@FreeBSD.org> | 1997-09-19 14:59:52 +0800 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 1997-09-19 14:59:52 +0800 |
commit | 8e189fc23731d139120580882805efa6b575c959 (patch) | |
tree | f792cd892ab9056a3cfb1aebce9ac7581dc645e5 /x11-fm/filerunner/files | |
parent | ce5697261cbf668316b409cf22fac6dc6d2399ad (diff) | |
download | freebsd-ports-gnome-8e189fc23731d139120580882805efa6b575c959.tar.gz freebsd-ports-gnome-8e189fc23731d139120580882805efa6b575c959.tar.zst freebsd-ports-gnome-8e189fc23731d139120580882805efa6b575c959.zip |
Upgrade to 2.4.
PR: 4569
Submitted by: Vanill I. Shu <vanilla@MinJe.com.TW>
Diffstat (limited to 'x11-fm/filerunner/files')
-rw-r--r-- | x11-fm/filerunner/files/patch-aa | 21 | ||||
-rw-r--r-- | x11-fm/filerunner/files/patch-ab | 28 |
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) ] + |