ports/189493: [MAINTAINER] japanese/ja-mecab: Convert to 'USES=libtool'.

Yasuhiro KIMURA yasu at utahime.org
Fri May 9 07:50:00 UTC 2014


>Number:         189493
>Category:       ports
>Synopsis:       [MAINTAINER] japanese/ja-mecab: Convert to 'USES=libtool'.
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri May 09 07:50:00 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator:     Yasuhiro KIMURA
>Release:        FreeBSD 10.0-RELEASE-p2 amd64
>Organization:
>Environment:
System: FreeBSD xxxx 10.0-RELEASE-p2 FreeBSD 10.0-RELEASE-p2 #0 r265129: Wed Apr 30 19:06:44 JST
>Description:
[PORTTOOLS: DESCRIBE CHANGES]
Convert 'USE_AUTOTOOLS=libtool' to 'USES=libtool'.

Generated with FreeBSD Port Tools 1.02 (mode: change, diff: SVN)
>How-To-Repeat:
>Fix:

--- ja-mecab-0.996.patch begins here ---
Index: Makefile
===================================================================
--- Makefile	(revision 353446)
+++ Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	mecab
 PORTVERSION=	0.996
+PORTREVISION=	1
 CATEGORIES=	japanese textproc
 MASTER_SITES=	GOOGLE_CODE
 
@@ -12,8 +13,8 @@
 LICENSE=	BSD3CLAUSE GPLv2 LGPL21
 LICENSE_COMB=	multi
 
-USE_AUTOTOOLS=	autoconf autoheader automake aclocal libtool
-USES=		iconv gettext:build perl5
+USE_AUTOTOOLS=	autoconf autoheader automake aclocal
+USES=		iconv gettext:build libtool perl5
 USE_PERL5=	build
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
@@ -22,7 +23,6 @@
 CPPFLAGS+=	${PTHREAD_CFLAGS} -I ${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 
-ACLOCAL_ARGS=	--system-acdir=${LOCALBASE}/share/aclocal
 AUTOMAKE_ARGS=	--add-missing
 
 PORTDOCS=	AUTHORS README *.html
Index: pkg-plist
===================================================================
--- pkg-plist	(revision 353446)
+++ pkg-plist	(working copy)
@@ -2,9 +2,9 @@
 bin/mecab-config
 include/mecab.h
 lib/libmecab.a
-lib/libmecab.la
 lib/libmecab.so
 lib/libmecab.so.2
+lib/libmecab.so.2.0.0
 libexec/mecab/mecab-cost-train
 libexec/mecab/mecab-dict-gen
 libexec/mecab/mecab-dict-index
--- ja-mecab-0.996.patch ends here ---

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


More information about the freebsd-ports-bugs mailing list