From owner-svn-ports-all@FreeBSD.ORG Thu Sep 18 10:10:55 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 1CF0D1B6; Thu, 18 Sep 2014 10:10:55 +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 E2477C04; Thu, 18 Sep 2014 10:10:54 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8IAAswu041858; Thu, 18 Sep 2014 10:10:54 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8IAAsuJ041855; Thu, 18 Sep 2014 10:10:54 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201409181010.s8IAAsuJ041855@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Thu, 18 Sep 2014 10:10:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r368438 - in head/chinese: libtabe p5-Lingua-ZH-TaBE 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-1 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, 18 Sep 2014 10:10:55 -0000 Author: tijl Date: Thu Sep 18 10:10:53 2014 New Revision: 368438 URL: http://svnweb.freebsd.org/changeset/ports/368438 QAT: https://qat.redports.org/buildarchive/r368438/ Log: chinese/libtabe: convert to USES=libtool and bump dependent ports Modified: head/chinese/libtabe/Makefile head/chinese/libtabe/pkg-plist head/chinese/p5-Lingua-ZH-TaBE/Makefile Modified: head/chinese/libtabe/Makefile ============================================================================== --- head/chinese/libtabe/Makefile Thu Sep 18 09:51:18 2014 (r368437) +++ head/chinese/libtabe/Makefile Thu Sep 18 10:10:53 2014 (r368438) @@ -3,31 +3,28 @@ PORTNAME= libtabe PORTVERSION= 0.2.6 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= chinese MASTER_SITES= ftp://cle.linux.org.tw/pub/xcin/cvs/ MAINTAINER= clsung@FreeBSD.org COMMENT= Unified library for Chinese text processing -USES= gmake +USES= gmake libtool USE_LDCONFIG= yes GNU_CONFIGURE= yes USE_BDB= yes OBSOLETE_BDB_VAR= USE_DB2 DATADIR= ${PREFIX}/share/tabe DOCSDIR= ${PREFIX}/share/doc/tabe -CONFIGURE_ARGS= --prefix=${PREFIX} \ - --includedir=${PREFIX}/include/tabe \ +CONFIGURE_ARGS= --includedir=${PREFIX}/include/tabe \ --with-db-name=${BDB_LIB_NAME} \ --with-db-inc=${BDB_INCLUDE_DIR} \ --with-db-lib=${BDB_LIB_DIR} \ - --with-db-bin=${LOCALBASE}/bin \ - --enable-shared + --with-db-bin=${LOCALBASE}/bin MAKE_JOBS_UNSAFE= yes OPTIONS_DEFINE= DOCS X11 -OPTIONS_DEFAULT= DOCS .include @@ -51,7 +48,6 @@ pre-everything:: .endif post-patch: - ${REINPLACE_CMD} -e '/objformat/s/echo aout/echo elf/' ${WRKSRC}/configure .if !${PORT_OPTIONS:MX11} ${REINPLACE_CMD} -e '/all:/s/ bims//; /bims/d' ${WRKSRC}/src/Makefile.in .endif Modified: head/chinese/libtabe/pkg-plist ============================================================================== --- head/chinese/libtabe/pkg-plist Thu Sep 18 09:51:18 2014 (r368437) +++ head/chinese/libtabe/pkg-plist Thu Sep 18 10:10:53 2014 (r368438) @@ -8,10 +8,12 @@ bin/tsiyindump include/tabe/tabe.h %%X11%%lib/libbims.a %%X11%%lib/libbims.so -%%X11%%lib/libbims.so.3 +%%X11%%lib/libbims.so.2 +%%X11%%lib/libbims.so.2.1.0 lib/libtabe.a lib/libtabe.so -lib/libtabe.so.3 +lib/libtabe.so.2 +lib/libtabe.so.2.1.0 lib/tabe/tsi.db lib/tabe/yin.db %%PORTDOCS%%%%DOCSDIR%%/BoPoMoFo.shtml Modified: head/chinese/p5-Lingua-ZH-TaBE/Makefile ============================================================================== --- head/chinese/p5-Lingua-ZH-TaBE/Makefile Thu Sep 18 09:51:18 2014 (r368437) +++ head/chinese/p5-Lingua-ZH-TaBE/Makefile Thu Sep 18 10:10:53 2014 (r368438) @@ -3,7 +3,7 @@ PORTNAME= Lingua-ZH-TaBE PORTVERSION= 0.07 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= chinese perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5-