diff options
author | taca <taca@pkgsrc.org> | 2001-02-24 01:25:01 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2001-02-24 01:25:01 +0000 |
commit | 05cbe5d955298338feb3c19ee7d9928e194e72ad (patch) | |
tree | ed4a8cd4a187cf91bc17cd465d3e9f4c10591404 /japanese | |
parent | 62c9a1f8a8434923a464d6c2744d477a612bdaf9 (diff) | |
download | pkgsrc-05cbe5d955298338feb3c19ee7d9928e194e72ad.tar.gz |
Update to chasen 2.2.3. Fix bug of creating SUFARY dictionary.
ChangeLog:
2001-02-24 Masayuki Asahara <masayu-a@is.aist-nara.ac.jp>
release-2.2.3
2001-02-23 TAKAOKA Kazuma <kazuma-t@is.aist-nara.ac.jp>
* Rewrite function definitions in ANSI-C style.
* Remove the code of KoCha.
* lib/select.c (sa_common_prefix_search): The loop can't find
end-of-string. Fix.
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/chasen-base/Makefile.common | 5 | ||||
-rw-r--r-- | japanese/chasen-base/files/md5 | 4 | ||||
-rw-r--r-- | japanese/chasen-base/files/patch-sum | 5 | ||||
-rw-r--r-- | japanese/chasen-base/patches/patch-ab | 19 | ||||
-rw-r--r-- | japanese/chasen-base/patches/patch-ad | 6 |
5 files changed, 10 insertions, 29 deletions
diff --git a/japanese/chasen-base/Makefile.common b/japanese/chasen-base/Makefile.common index 6153f76f33d..b8dd8a91157 100644 --- a/japanese/chasen-base/Makefile.common +++ b/japanese/chasen-base/Makefile.common @@ -1,3 +1,4 @@ -# $NetBSD: Makefile.common,v 1.1 2001/02/23 15:03:45 taca Exp $ +# $NetBSD: Makefile.common,v 1.2 2001/02/24 01:25:01 taca Exp $ # -CHASEN_VERSION= 2.2.2 + +CHASEN_VERSION= 2.2.3 diff --git a/japanese/chasen-base/files/md5 b/japanese/chasen-base/files/md5 index 27f24654ad3..5674c55f652 100644 --- a/japanese/chasen-base/files/md5 +++ b/japanese/chasen-base/files/md5 @@ -1,3 +1,3 @@ -$NetBSD: md5,v 1.2 2001/02/23 15:03:46 taca Exp $ +$NetBSD: md5,v 1.3 2001/02/24 01:25:01 taca Exp $ -MD5 (chasen-2.2.2.tar.gz) = 2c9f5bcaf8f165993bfae30aff2c8a61 +MD5 (chasen-2.2.3.tar.gz) = 6acee970b3d63a12be8297d391656d19 diff --git a/japanese/chasen-base/files/patch-sum b/japanese/chasen-base/files/patch-sum index ed05368b442..00c5d6b79a7 100644 --- a/japanese/chasen-base/files/patch-sum +++ b/japanese/chasen-base/files/patch-sum @@ -1,5 +1,4 @@ -$NetBSD: patch-sum,v 1.3 2001/02/23 15:03:46 taca Exp $ +$NetBSD: patch-sum,v 1.4 2001/02/24 01:25:01 taca Exp $ -MD5 (patch-ab) = 52472b6615bc0439821a4ccd642fe034 MD5 (patch-ac) = 21e7e18a6982499fa4adafebaded9dd6 -MD5 (patch-ad) = ece2bd7f2783109a700ab1b643f10dd2 +MD5 (patch-ad) = 98802b9ed1d1b71287ebd1955de9dd4f diff --git a/japanese/chasen-base/patches/patch-ab b/japanese/chasen-base/patches/patch-ab deleted file mode 100644 index c7ca4249418..00000000000 --- a/japanese/chasen-base/patches/patch-ab +++ /dev/null @@ -1,19 +0,0 @@ -$NetBSD: patch-ab,v 1.2 2001/02/23 15:03:47 taca Exp $ - ---- lib/print.c.orig Wed Feb 14 09:20:53 2001 -+++ lib/print.c -@@ -167,14 +167,6 @@ - void cha_set_fput(server_mode) - int server_mode; - { -- /* -- * For system having no prototype declarations for the following -- * functions such as SunOS 4.1.4. -- */ -- extern int fputc(); -- extern int fputs(); -- extern int fprintf(); -- - if (server_mode) { - cha_fputc = (void (*))cha_clputc; - cha_fputs = (void (*))cha_clputs; diff --git a/japanese/chasen-base/patches/patch-ad b/japanese/chasen-base/patches/patch-ad index d9e637bcc98..c80f2d3a8bf 100644 --- a/japanese/chasen-base/patches/patch-ad +++ b/japanese/chasen-base/patches/patch-ad @@ -1,8 +1,8 @@ -$NetBSD: patch-ad,v 1.1.1.1 2001/01/10 14:45:03 taca Exp $ +$NetBSD: patch-ad,v 1.2 2001/02/24 01:25:02 taca Exp $ ---- mkchadic/mkary.c.orig Fri Nov 24 05:25:06 2000 +--- mkchadic/mkary.c.orig Fri Feb 23 20:50:10 2001 +++ mkchadic/mkary.c -@@ -9,6 +9,7 @@ +@@ -16,6 +16,7 @@ #include <stdio.h> #include <string.h> #include <stdlib.h> |