Skip site navigation (1)Skip section navigation (2)
Date:      Mon,  8 Apr 2013 02:15:43 +0900 (JST)
From:      Yasuhiro KIMURA <yasu@utahime.org>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        ruby@FreeBSD.org, perl@FreeBSD.org, clsung@FreeBSD.org, jun-g@daemonfreaks.com
Subject:   ports/177694: [PATCH] japanese/mecab: update to 0.996
Message-ID:  <20130407171543.053F74E640@eastasia.home.utahime.org>
Resent-Message-ID: <201304071730.r37HU0gU053401@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         177694
>Category:       ports
>Synopsis:       [PATCH] japanese/mecab: update to 0.996
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Apr 07 17:30:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Yasuhiro KIMURA
>Release:        FreeBSD 9.1-RELEASE-p2 amd64
>Organization:
>Environment:
System: FreeBSD xxxx 9.1-RELEASE-p2 FreeBSD 9.1-RELEASE-p2 #0 r249030: Wed Apr 3 08:10:01 JST 2013 xxxx amd64


	
>Description:
	- Update japanese/mecab and language bindings to 0.996 (maintainers CCed).
	- Take over maintainership of japanese/mecab because current maintainer didn't respond to previous 2 PRs (ports/171413 and ports/175258).

	
>How-To-Repeat:
	
>Fix:

	

--- patch-ja-mecab begins here ---
Index: japanese/mecab/Makefile
===================================================================
--- japanese/mecab/Makefile	(revision 315754)
+++ japanese/mecab/Makefile	(working copy)
@@ -2,11 +2,11 @@
 # $FreeBSD$
 
 PORTNAME=	mecab
-PORTVERSION=	0.995
+PORTVERSION=	0.996
 CATEGORIES=	japanese textproc
 MASTER_SITES=	GOOGLE_CODE
 
-MAINTAINER=	clsung@FreeBSD.org
+MAINTAINER=	yasu@utahime.org
 COMMENT=	Yet Another Part-of-Speech and Morphological Analyzer
 
 LICENSE=	BSD GPLv2 LGPL21
@@ -15,7 +15,9 @@
 LICENSE_FILE_GPLv2=	${WRKSRC}/GPL
 LICENSE_FILE_LGPL21=	${WRKSRC}/LGPL
 
-USE_AUTOTOOLS=	libtool
+BUILD_DEPENDS=	${LOCALBASE}/share/aclocal/iconv.m4:${PORTSDIR}/devel/gettext
+
+USE_AUTOTOOLS=	autoconf autoheader automake aclocal libtool
 USE_ICONV=	yes
 USE_PERL5_BUILD=	yes
 GNU_CONFIGURE=	yes
@@ -24,6 +26,8 @@
 CPPFLAGS+=	${PTHREAD_CFLAGS} -I ${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 
+ACLOCAL_ARGS=	--system-acdir=${LOCALBASE}/share/aclocal
+
 MAN1=		mecab.1
 
 PORTDOCS=	AUTHORS README *.html
Index: japanese/mecab/distinfo
===================================================================
--- japanese/mecab/distinfo	(revision 315754)
+++ japanese/mecab/distinfo	(working copy)
@@ -1,2 +1,2 @@
-SHA256 (mecab-0.995.tar.gz) = a281cac1a7053c9d16e3885a677398566923d7e4c5fc34654d4ebc6c3b3aa520
-SIZE (mecab-0.995.tar.gz) = 1377686
+SHA256 (mecab-0.996.tar.gz) = e073325783135b72e666145c781bb48fada583d5224fb2490fb6c1403ba69c59
+SIZE (mecab-0.996.tar.gz) = 1398663
Index: japanese/mecab/files/patch-src_Makefile.am
===================================================================
--- japanese/mecab/files/patch-src_Makefile.am	(revision 0)
+++ japanese/mecab/files/patch-src_Makefile.am	(working copy)
@@ -0,0 +1,10 @@
+--- src/Makefile.am.orig	2013-01-24 14:35:35.000000000 +0900
++++ src/Makefile.am	2013-04-07 21:39:46.000000000 +0900
+@@ -17,6 +17,7 @@
+ 			feature_index.cpp  feature_index.h  lbfgs.cpp \
+ 			lbfgs.h  learner_tagger.cpp  learner_tagger.h  learner.cpp  \
+ 			learner_node.h libmecab.cpp
++libmecab_la_LIBADD = $(LTLIBICONV)
+ 
+ include_HEADERS = mecab.h
+ bin_PROGRAMS    = mecab
Index: japanese/mecab/pkg-plist
===================================================================
--- japanese/mecab/pkg-plist	(revision 315754)
+++ japanese/mecab/pkg-plist	(working copy)
@@ -11,6 +11,4 @@
 libexec/mecab/mecab-system-eval
 libexec/mecab/mecab-test-gen
 @dirrm libexec/mecab
-@unexec if cmp -s %D/etc/mecabrc.dist %D/etc/mecabrc; then rm -f %D/etc/mecabrc; else true; fi
-etc/mecabrc.dist
-@exec if [ ! -f %D/etc/mecabrc ]; then cp -p %D/%F %B/mecabrc; fi
+etc/mecabrc
Index: japanese/p5-MeCab/Makefile
===================================================================
--- japanese/p5-MeCab/Makefile	(revision 315754)
+++ japanese/p5-MeCab/Makefile	(working copy)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	MeCab
-PORTVERSION=	0.995
+PORTVERSION=	0.996
 CATEGORIES=	japanese textproc perl5
 MASTER_SITES=	GOOGLE_CODE
 PROJECTHOST=	${PORTNAME:L}
Index: japanese/p5-MeCab/distinfo
===================================================================
--- japanese/p5-MeCab/distinfo	(revision 315754)
+++ japanese/p5-MeCab/distinfo	(working copy)
@@ -1,2 +1,2 @@
-SHA256 (mecab-perl-0.995.tar.gz) = 130e3492005b424a9a0a166925d34ddb4f01926ef261089fc1fc6c3496e51f6f
-SIZE (mecab-perl-0.995.tar.gz) = 49839
+SHA256 (mecab-perl-0.996.tar.gz) = 71fe5559c5bd2a13ea9929190a8f9f5ee4c63987108081bd7332ca1bbbb616c9
+SIZE (mecab-perl-0.996.tar.gz) = 49888
Index: japanese/py-mecab/Makefile
===================================================================
--- japanese/py-mecab/Makefile	(revision 315754)
+++ japanese/py-mecab/Makefile	(working copy)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	mecab
-PORTVERSION=	0.995
+PORTVERSION=	0.996
 CATEGORIES=	japanese python textproc
 MASTER_SITES=	GOOGLE_CODE
 DISTNAME=	${PORTNAME}-python-${PORTVERSION}
Index: japanese/py-mecab/distinfo
===================================================================
--- japanese/py-mecab/distinfo	(revision 315754)
+++ japanese/py-mecab/distinfo	(working copy)
@@ -1,2 +1,2 @@
-SHA256 (mecab-python-0.995.tar.gz) = 5babaa9e9d8025eadfe62770980f07b48e9e54107e64a80478b455568c45f5fd
-SIZE (mecab-python-0.995.tar.gz) = 62281
+SHA256 (mecab-python-0.996.tar.gz) = d305c30af9e781e70f7619a0b444ac1101f2faaf3922415a0d6c49da85a63511
+SIZE (mecab-python-0.996.tar.gz) = 62338
Index: japanese/ruby-mecab/Makefile
===================================================================
--- japanese/ruby-mecab/Makefile	(revision 315754)
+++ japanese/ruby-mecab/Makefile	(working copy)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	mecab
-PORTVERSION=	0.995
+PORTVERSION=	0.996
 CATEGORIES=	japanese textproc ruby
 MASTER_SITES=	${MASTER_SITE_GOOGLE_CODE}
 DISTNAME=	${PORTNAME}-ruby-${PORTVERSION}
Index: japanese/ruby-mecab/distinfo
===================================================================
--- japanese/ruby-mecab/distinfo	(revision 315754)
+++ japanese/ruby-mecab/distinfo	(working copy)
@@ -1,2 +1,2 @@
-SHA256 (mecab-ruby-0.995.tar.gz) = d55241f11ad676fe02421c67ad57f5805c1ef893d6b6b91d0209ac9cf0dfa7f0
-SIZE (mecab-ruby-0.995.tar.gz) = 48688
+SHA256 (mecab-ruby-0.996.tar.gz) = b75e9731e717cec1c261a27d06c4f7baa696cf2fd4e5e3158df5f8fd65107285
+SIZE (mecab-ruby-0.996.tar.gz) = 48723
--- patch-ja-mecab ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20130407171543.053F74E640>