svn commit: r368438 - in head/chinese: libtabe p5-Lingua-ZH-TaBE
Tijl Coosemans
tijl at FreeBSD.org
Thu Sep 18 10:10:55 UTC 2014
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 at 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 <bsd.port.options.mk>
@@ -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-
More information about the svn-ports-all
mailing list