summaryrefslogtreecommitdiff
path: root/chinese
diff options
context:
space:
mode:
authorTijl Coosemans <tijl@FreeBSD.org>2014-09-18 10:10:53 +0000
committerTijl Coosemans <tijl@FreeBSD.org>2014-09-18 10:10:53 +0000
commitc62432124451cc12dee9c71e5ee541e40139e05d (patch)
tree25a1eeec9d20de6cf5fbdbc198fab178722a1ff4 /chinese
parent- Replace patch with USES=pathfix and post-patch command (diff)
chinese/libtabe: convert to USES=libtool and bump dependent ports
Notes
Notes: svn path=/head/; revision=368438
Diffstat (limited to 'chinese')
-rw-r--r--chinese/libtabe/Makefile12
-rw-r--r--chinese/libtabe/pkg-plist6
-rw-r--r--chinese/p5-Lingua-ZH-TaBE/Makefile2
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-