Skip site navigation (1)Skip section navigation (2)
Date:      Fri,  9 May 2014 16:42:13 +0900 (JST)
From:      Yasuhiro KIMURA <yasu@utahime.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/189493: [MAINTAINER] japanese/ja-mecab: Convert to 'USES=libtool'.
Message-ID:  <20140509074214.0A5E875956@eastasia.home.utahime.org>
Resent-Message-ID: <201405090750.s497o0Lu009060@freefall.freebsd.org>

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

>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:



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