diff options
author | tron <tron@pkgsrc.org> | 1998-03-08 19:18:53 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1998-03-08 19:18:53 +0000 |
commit | dcbb0fba907d6ba9dd4ebc573f5ca6e549cf1d04 (patch) | |
tree | 9b86d53c9f9d183779a5022b2455e4d5cff9c07a /x11/filerunner/patches | |
parent | da9d709b6db0f34c2ee031ccc56c66890af31170 (diff) | |
download | pkgsrc-dcbb0fba907d6ba9dd4ebc573f5ca6e549cf1d04.tar.gz |
Initial import of FreeBSD's "filerunner-2.4.1" port.
Diffstat (limited to 'x11/filerunner/patches')
-rw-r--r-- | x11/filerunner/patches/patch-aa | 18 | ||||
-rw-r--r-- | x11/filerunner/patches/patch-ab | 28 |
2 files changed, 46 insertions, 0 deletions
diff --git a/x11/filerunner/patches/patch-aa b/x11/filerunner/patches/patch-aa new file mode 100644 index 00000000000..692d074162e --- /dev/null +++ b/x11/filerunner/patches/patch-aa @@ -0,0 +1,18 @@ +--- 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. + + # Change this if you have this stuff somewhere else. +-TCLINC = /usr/local/lib/tcl8.0 +-TKINC = /usr/local/lib/tk8.0 +-X11INC = /usr/X11/include ++TCLINC = ${PREFIX}/include/tcl8.1 ++TKINC = ${PREFIX}/include/tk8.1 ++X11INC = ${X11BASE}/include + +-CFLAGS = -Wall -fPIC -O3 -I$(TCLINC) -I$(TKINC) -I$(X11INC) ++CFLAGS += -Wall -fPIC -I$(TCLINC) -I$(TKINC) -I$(X11INC) + + CC = gcc + diff --git a/x11/filerunner/patches/patch-ab b/x11/filerunner/patches/patch-ab new file mode 100644 index 00000000000..098c910749c --- /dev/null +++ b/x11/filerunner/patches/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) ] + |