diff options
author | tijl <tijl@FreeBSD.org> | 2014-09-18 18:10:53 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2014-09-18 18:10:53 +0800 |
commit | 0564b237332f02eb6e73057817a5780caf4ccf2b (patch) | |
tree | 25a1eeec9d20de6cf5fbdbc198fab178722a1ff4 | |
parent | 685e47c8dd1541deea68ef6c18f574fbb7dcaa42 (diff) | |
download | freebsd-ports-gnome-0564b237332f02eb6e73057817a5780caf4ccf2b.tar.gz freebsd-ports-gnome-0564b237332f02eb6e73057817a5780caf4ccf2b.tar.zst freebsd-ports-gnome-0564b237332f02eb6e73057817a5780caf4ccf2b.zip |
chinese/libtabe: convert to USES=libtool and bump dependent ports
-rw-r--r-- | chinese/libtabe/Makefile | 12 | ||||
-rw-r--r-- | chinese/libtabe/pkg-plist | 6 | ||||
-rw-r--r-- | chinese/p5-Lingua-ZH-TaBE/Makefile | 2 |
3 files changed, 9 insertions, 11 deletions
diff --git a/chinese/libtabe/Makefile b/chinese/libtabe/Makefile index 03ebd819298c..527f0f66a543 100644 --- a/chinese/libtabe/Makefile +++ b/chinese/libtabe/Makefile @@ -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 <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 diff --git a/chinese/libtabe/pkg-plist b/chinese/libtabe/pkg-plist index c07bf436fa55..a54ef9805813 100644 --- a/chinese/libtabe/pkg-plist +++ b/chinese/libtabe/pkg-plist @@ -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 diff --git a/chinese/p5-Lingua-ZH-TaBE/Makefile b/chinese/p5-Lingua-ZH-TaBE/Makefile index ccab503ad257..8023a11f8633 100644 --- a/chinese/p5-Lingua-ZH-TaBE/Makefile +++ b/chinese/p5-Lingua-ZH-TaBE/Makefile @@ -3,7 +3,7 @@ PORTNAME= Lingua-ZH-TaBE PORTVERSION= 0.07 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= chinese perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- |