summaryrefslogtreecommitdiff
path: root/textproc/mecab-base
diff options
context:
space:
mode:
authorobache <obache>2008-02-04 04:58:52 +0000
committerobache <obache>2008-02-04 04:58:52 +0000
commit28e8fc46250dd42becb2063c9e2b4e7d728291a6 (patch)
tree19ab6f6f376a34b533f00d7a006010705b0258a7 /textproc/mecab-base
parentcae680be33d5a94035403a7bbbe2f5c668c27ab2 (diff)
downloadpkgsrc-28e8fc46250dd42becb2063c9e2b4e7d728291a6.tar.gz
Update mecab to 0.97.
Pkgsrc changes: * fix some pkglint warining * add DESTDIR support. Changes: * Fix a bug of exclusive control when dictionary is opened in MultiThreading environment. * When installing the Windows version, it came to be able to specify the character-code of the dictionary. * Fix a problem that was not able to be compiled correctly by some compilers. * Add API that changes partial, analytical mode (Tagger::set_partial()) * Add API that changes generation level of lattice (Tagger::set_lattice_level()) * Add API that changes temperature parameter (Tagger::set_theta()) * Add API that changes all candidate output mode (Tagger::set_all_morphs())
Diffstat (limited to 'textproc/mecab-base')
-rw-r--r--textproc/mecab-base/Makefile10
-rw-r--r--textproc/mecab-base/distinfo10
-rw-r--r--textproc/mecab-base/patches/patch-aa6
3 files changed, 11 insertions, 15 deletions
diff --git a/textproc/mecab-base/Makefile b/textproc/mecab-base/Makefile
index 91d4d7c85e6..f5364b11a78 100644
--- a/textproc/mecab-base/Makefile
+++ b/textproc/mecab-base/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2007/06/23 04:31:55 obache Exp $
+# $NetBSD: Makefile,v 1.4 2008/02/04 04:58:53 obache Exp $
#
.include "../../textproc/mecab/Makefile.common"
@@ -8,6 +8,8 @@ PKGNAME= mecab-base-${MECAB_VERSION}
COMMENT= Yet Another Part-of-Speech and Morphological Analyzer
+PKG_DESTDIR_SUPPORT= user-destdir
+
GNU_CONFIGURE= yes
USE_LANGUAGES= c c++
USE_LIBTOOL= yes
@@ -38,11 +40,5 @@ SUBST_SED.pthread= -e 's|-lpthread||g'
PTHREAD_AUTO_VARS= yes
-# XXX: avoid compiler error with -O2.
-.include "../../mk/compiler.mk"
-.if !empty(CC_VERSION:Mgcc*)
-BUILDLINK_TRANSFORM+= rename:-O2:-O3
-.endif
-
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/textproc/mecab-base/distinfo b/textproc/mecab-base/distinfo
index 12ebfbcbb23..1bffa5873ae 100644
--- a/textproc/mecab-base/distinfo
+++ b/textproc/mecab-base/distinfo
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.3 2007/06/23 04:31:55 obache Exp $
+$NetBSD: distinfo,v 1.4 2008/02/04 04:58:53 obache Exp $
-SHA1 (mecab-0.96.tar.gz) = a9dc9b0dd25287ee81fd16dc09066c3640e2ed11
-RMD160 (mecab-0.96.tar.gz) = 8032ff1cea3ee8201d4f32d540e45b277e8846e8
-Size (mecab-0.96.tar.gz) = 1387493 bytes
-SHA1 (patch-aa) = 101d0084a6bdce044559746fc91944852e92bfa9
+SHA1 (mecab-0.97.tar.gz) = 43ceea0e7acbb760c1022abe94709bd95f1035a0
+RMD160 (mecab-0.97.tar.gz) = a20d86c2993e1febd98eb6969125981c759389f5
+Size (mecab-0.97.tar.gz) = 1364214 bytes
+SHA1 (patch-aa) = da7abb1b86af09f15d4ed18bbf4bb0c490730ddd
SHA1 (patch-ab) = 2849effb4aa6e5e81d1be3280958e50cba0273d8
diff --git a/textproc/mecab-base/patches/patch-aa b/textproc/mecab-base/patches/patch-aa
index 85021a92e6c..94fc771de36 100644
--- a/textproc/mecab-base/patches/patch-aa
+++ b/textproc/mecab-base/patches/patch-aa
@@ -1,8 +1,8 @@
-$NetBSD: patch-aa,v 1.2 2007/06/23 04:31:55 obache Exp $
+$NetBSD: patch-aa,v 1.3 2008/02/04 04:58:53 obache Exp $
---- configure.orig 2007-03-20 08:33:35.000000000 +0000
+--- configure.orig 2008-01-21 12:59:59.000000000 +0000
+++ configure
-@@ -25844,8 +25844,8 @@ echo "$as_me: error: \"SUN make does not
+@@ -25106,8 +25106,8 @@ echo "$as_me: error: \"SUN make does not
fi
if test -n "$GCC"; then