From owner-svn-ports-all@FreeBSD.ORG Thu Jun 19 06:27:18 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3A477F30; Thu, 19 Jun 2014 06:27:18 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2833B2BDC; Thu, 19 Jun 2014 06:27:18 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s5J6RIli027949; Thu, 19 Jun 2014 06:27:18 GMT (envelope-from marino@svn.freebsd.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s5J6RH02027947; Thu, 19 Jun 2014 06:27:17 GMT (envelope-from marino@svn.freebsd.org) Message-Id: <201406190627.s5J6RH02027947@svn.freebsd.org> From: John Marino Date: Thu, 19 Jun 2014 06:27:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r358351 - head/japanese/mecab X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Jun 2014 06:27:18 -0000 Author: marino Date: Thu Jun 19 06:27:17 2014 New Revision: 358351 URL: http://svnweb.freebsd.org/changeset/ports/358351 QAT: https://qat.redports.org/buildarchive/r358351/ Log: japanese/mecab: Convert to USES+= libtool PR: 189493 Submitted by: maintainer (Yasuhiro KIMURA) Modified: head/japanese/mecab/Makefile head/japanese/mecab/pkg-plist Modified: head/japanese/mecab/Makefile ============================================================================== --- head/japanese/mecab/Makefile Thu Jun 19 06:26:03 2014 (r358350) +++ head/japanese/mecab/Makefile Thu Jun 19 06:27:17 2014 (r358351) @@ -3,6 +3,7 @@ PORTNAME= mecab PORTVERSION= 0.996 +PORTREVISION= 1 CATEGORIES= japanese textproc MASTER_SITES= GOOGLE_CODE @@ -12,8 +13,9 @@ COMMENT= Yet Another Part-of-Speech and LICENSE= BSD3CLAUSE GPLv2 LGPL21 LICENSE_COMB= multi -USE_AUTOTOOLS= autoconf autoheader automake aclocal libtool -USES= iconv gettext:build perl5 +BUILD_DEPENDS= ${LOCALBASE}/share/aclocal/libtool.m4:${PORTSDIR}/devel/libtool +USE_AUTOTOOLS= autoconf autoheader automake aclocal +USES= iconv gettext:build libtool perl5 USE_PERL5= build GNU_CONFIGURE= yes USE_LDCONFIG= yes @@ -22,7 +24,6 @@ CONFIGURE_ENV+= ac_cv_lib_stdcpp_main=no 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 Modified: head/japanese/mecab/pkg-plist ============================================================================== --- head/japanese/mecab/pkg-plist Thu Jun 19 06:26:03 2014 (r358350) +++ head/japanese/mecab/pkg-plist Thu Jun 19 06:27:17 2014 (r358351) @@ -2,9 +2,9 @@ bin/mecab 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