summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Volkov <pva@gentoo.org>2008-09-10 06:57:39 +0000
committerPeter Volkov <pva@gentoo.org>2008-09-10 06:57:39 +0000
commit154f939a0352fd6ca1510c18fe42930c5f984cc8 (patch)
treeba12bb2adcf7be41d97ba7abad2f3897d1eddaa6 /app-dicts/wordnet/files/Makefiles.diff
parentUpstream moved ifxetex to latexrecommended, so do we; this fixes some problem... (diff)
downloadhistorical-154f939a0352fd6ca1510c18fe42930c5f984cc8.tar.gz
historical-154f939a0352fd6ca1510c18fe42930c5f984cc8.tar.bz2
historical-154f939a0352fd6ca1510c18fe42930c5f984cc8.zip
Appling fix for security issue, bug #211491, thank Jukka Ruohonen for report and Robert Buchholz for pointing to patch. Remove old.
Package-Manager: portage-2.2_rc8/cvs/Linux 2.6.25-gentoo-r7 i686
Diffstat (limited to 'app-dicts/wordnet/files/Makefiles.diff')
-rw-r--r--app-dicts/wordnet/files/Makefiles.diff65
1 files changed, 0 insertions, 65 deletions
diff --git a/app-dicts/wordnet/files/Makefiles.diff b/app-dicts/wordnet/files/Makefiles.diff
deleted file mode 100644
index 779968d3522b..000000000000
--- a/app-dicts/wordnet/files/Makefiles.diff
+++ /dev/null
@@ -1,65 +0,0 @@
-diff -r -u WordNet-2.0/Makefile /var/tmp/portage/wordnet-2.0-r1/work/WordNet-2.0/Makefile
---- WordNet-2.0/Makefile 2003-06-16 09:09:25.000000000 -0700
-+++ /var/tmp/portage/wordnet-2.0-r1/work/WordNet-2.0/Makefile 2003-12-04 21:46:36.000000000 -0800
-@@ -118,10 +118,10 @@
- CC = gcc
-
- # Use this for Solaris
--LOCAL_LDFLAGS = -R/usr/openwin/lib:/usr/lib:/usr/local/lib
-+#LOCAL_LDFLAGS = -R/usr/openwin/lib:/usr/lib:/usr/local/lib
-
- # Use this for Irix and Linux
--#LOCAL_LDFLAGS =
-+LOCAL_LDFLAGS = -L/usr/X11R6/lib
-
- # "UNIX" must be defined for things to compile...
-
-@@ -178,7 +178,7 @@
-
- # Libraries needed for Linux
-
--#WNB_LIBS = -ltk -ltcl -lX11 -lm -lnsl -ldl -lpthread
-+WNB_LIBS = -ltk -ltcl -lX11 -lm -lnsl -ldl -lpthread
-
- ###### Finally, the "make" targets ######
-
-diff -r -u WordNet-2.0/include/wnconsts.h /var/tmp/portage/wordnet-2.0-r1/work/WordNet-2.0/include/wnconsts.h
---- WordNet-2.0/include/wnconsts.h 2003-06-16 08:49:43.000000000 -0700
-+++ /var/tmp/portage/wordnet-2.0-r1/work/WordNet-2.0/include/wnconsts.h 2003-12-04 21:45:47.000000000 -0800
-@@ -16,8 +16,8 @@
-
- #ifdef UNIX
- #define DICTDIR "/dict"
--#define DEFAULTPATH "/usr/local/WordNet-2.0/dict"
--#define DEFAULTBIN "/usr/local/WordNet-2.0/bin"
-+#define DEFAULTPATH "/usr/share/wordnet/dict"
-+#define DEFAULTBIN "/usr/bin"
- #define DATAFILE "%s/data.%s"
- #define INDEXFILE "%s/index.%s"
- #define SENSEIDXFILE "%s/index.sense"
-diff -r -u WordNet-2.0/src/include/wnconsts.h /var/tmp/portage/wordnet-2.0-r1/work/WordNet-2.0/src/include/wnconsts.h
---- WordNet-2.0/src/include/wnconsts.h 2003-06-16 08:49:43.000000000 -0700
-+++ /var/tmp/portage/wordnet-2.0-r1/work/WordNet-2.0/src/include/wnconsts.h 2003-12-04 21:45:47.000000000 -0800
-@@ -16,8 +16,8 @@
-
- #ifdef UNIX
- #define DICTDIR "/dict"
--#define DEFAULTPATH "/usr/local/WordNet-2.0/dict"
--#define DEFAULTBIN "/usr/local/WordNet-2.0/bin"
-+#define DEFAULTPATH "/usr/share/wordnet/dict"
-+#define DEFAULTBIN "/usr/bin"
- #define DATAFILE "%s/data.%s"
- #define INDEXFILE "%s/index.%s"
- #define SENSEIDXFILE "%s/index.sense"
-diff -r -u WordNet-2.0/src/wnb/wnb /var/tmp/portage/wordnet-2.0-r1/work/WordNet-2.0/src/wnb/wnb
---- WordNet-2.0/src/wnb/wnb 2003-08-01 07:20:42.000000000 -0700
-+++ /var/tmp/portage/wordnet-2.0-r1/work/WordNet-2.0/src/wnb/wnb 2003-12-04 21:45:47.000000000 -0800
-@@ -97,7 +97,7 @@
- set labonly 0
- if {$tcl_platform(platform) == "unix"} {
- if {[lsearch -exact [array names env] WNHOME] == -1} {
-- set resourcedir "/usr/local/WordNet-2.0/lib/wnres"
-+ set resourcedir "/usr/lib/wnres"
- } else {
- set resourcedir "$env(WNHOME)/lib/wnres"
- }