diff options
author | Anders Rune Jensen <arj@gentoo.org> | 2006-02-05 22:42:25 +0000 |
---|---|---|
committer | Anders Rune Jensen <arj@gentoo.org> | 2006-02-05 22:42:25 +0000 |
commit | 37b1fb612f7fd37e28251ad449e41832b80f813e (patch) | |
tree | a8c7bbff3feead20f15e7ec148c83fa6a7c20009 /app-dicts/wordnet/files | |
parent | initial dict (diff) | |
download | historical-37b1fb612f7fd37e28251ad449e41832b80f813e.tar.gz historical-37b1fb612f7fd37e28251ad449e41832b80f813e.tar.bz2 historical-37b1fb612f7fd37e28251ad449e41832b80f813e.zip |
new version
Package-Manager: portage-2.1_pre3-r1
Diffstat (limited to 'app-dicts/wordnet/files')
-rw-r--r-- | app-dicts/wordnet/files/Wordnet-2.1-compile-fix.patch | 11 | ||||
-rw-r--r-- | app-dicts/wordnet/files/Wordnet-2.1-dict-location.patch | 11 | ||||
-rw-r--r-- | app-dicts/wordnet/files/digest-wordnet-2.1 | 1 |
3 files changed, 23 insertions, 0 deletions
diff --git a/app-dicts/wordnet/files/Wordnet-2.1-compile-fix.patch b/app-dicts/wordnet/files/Wordnet-2.1-compile-fix.patch new file mode 100644 index 000000000000..2236b3db748d --- /dev/null +++ b/app-dicts/wordnet/files/Wordnet-2.1-compile-fix.patch @@ -0,0 +1,11 @@ +--- src/stubs.c~ 2005-07-06 20:49:05.000000000 +0200 ++++ src/stubs.c 2006-02-05 23:32:41.000000000 +0100 +@@ -14,7 +14,7 @@ + #include <tk.h> + #include <wn.h> + +-static Id = "$Id: Wordnet-2.1-compile-fix.patch,v 1.1 2006/02/05 22:42:25 arj Exp $"; ++//static Id = "$Id: Wordnet-2.1-compile-fix.patch,v 1.1 2006/02/05 22:42:25 arj Exp $"; + + static char resultbuf[SEARCHBUF]; + diff --git a/app-dicts/wordnet/files/Wordnet-2.1-dict-location.patch b/app-dicts/wordnet/files/Wordnet-2.1-dict-location.patch new file mode 100644 index 000000000000..a2f834a4da85 --- /dev/null +++ b/app-dicts/wordnet/files/Wordnet-2.1-dict-location.patch @@ -0,0 +1,11 @@ +--- WordNet-2.1/include/wn.h 2005-07-06 14:48:44.000000000 -0400 ++++ /var/tmp/portage/wordnet-2.1/work/WordNet-2.1/include/wn.h 2006-01-09 19:31:15.000000000 -0500 +@@ -30,7 +30,7 @@ + #define CNTLISTFILE "%s\\cntlist.rev" + #else + #define DICTDIR "/dict" +-#define DEFAULTPATH "/usr/local/WordNet-2.1/dict" ++#define DEFAULTPATH "/usr/dict" + #define DATAFILE "%s/data.%s" + #define INDEXFILE "%s/index.%s" + #define SENSEIDXFILE "%s/index.sense" diff --git a/app-dicts/wordnet/files/digest-wordnet-2.1 b/app-dicts/wordnet/files/digest-wordnet-2.1 new file mode 100644 index 000000000000..1b59b4f65a79 --- /dev/null +++ b/app-dicts/wordnet/files/digest-wordnet-2.1 @@ -0,0 +1 @@ +MD5 081aa25baaccac602cebb61f6cb949e7 WordNet-2.1.tar.gz 11441476 |