summaryrefslogtreecommitdiff
path: root/japanese/chasen/patches
diff options
context:
space:
mode:
authorsakamoto <sakamoto>1999-06-07 09:46:47 +0000
committersakamoto <sakamoto>1999-06-07 09:46:47 +0000
commit93e731d0c8df80a2dccdbcb9b597da0911975b48 (patch)
treefc8fc57e5a7c1df99e8a8e4c28dcead3ea75e415 /japanese/chasen/patches
parent2580c4d69468a73f641431ad6193aacffce76e6d (diff)
downloadpkgsrc-93e731d0c8df80a2dccdbcb9b597da0911975b48.tar.gz
Import FreeBSD's "chasen" port:
Japanese Morphological Analysis System.
Diffstat (limited to 'japanese/chasen/patches')
-rw-r--r--japanese/chasen/patches/patch-aa11
-rw-r--r--japanese/chasen/patches/patch-ab18
2 files changed, 29 insertions, 0 deletions
diff --git a/japanese/chasen/patches/patch-aa b/japanese/chasen/patches/patch-aa
new file mode 100644
index 00000000000..73207f7d087
--- /dev/null
+++ b/japanese/chasen/patches/patch-aa
@@ -0,0 +1,11 @@
+--- Makefile~ Mon Jul 28 21:55:58 1997
++++ Makefile Thu Oct 22 00:46:10 1998
+@@ -19,7 +19,7 @@
+
+ # --- install directories
+ BINDIR = /usr/local/bin
+-LIBDIR = /usr/local/lib/chasen
++LIBDIR = /usr/local/share/chasen
+ MKDICDIR = $(LIBDIR)/mkchadic
+ DICDIR = $(LIBDIR)/dic
+
diff --git a/japanese/chasen/patches/patch-ab b/japanese/chasen/patches/patch-ab
new file mode 100644
index 00000000000..90acf40192d
--- /dev/null
+++ b/japanese/chasen/patches/patch-ab
@@ -0,0 +1,18 @@
+--- lib/pat.h~ Tue May 27 06:12:58 1997
++++ lib/pat.h Thu Oct 22 00:58:38 1998
+@@ -14,6 +14,7 @@
+ #define OL(x) /* */
+ #endif
+
++#include <sys/types.h>
+ #ifndef NO_MMAP
+ #ifdef _WIN32
+ #define ONMEM_DIC
+@@ -21,7 +22,6 @@
+ #include <sys/mman.h>
+ #endif
+ #endif /* !NO_MMAP */
+-#include <sys/types.h>
+ #include <sys/stat.h>
+
+ #ifdef ONMEM_DIC