svn commit: r364186 - head/chinese/libpinyin
Dmitry Marakasov
amdmi3 at FreeBSD.org
Wed Aug 6 14:54:17 UTC 2014
Author: amdmi3
Date: Wed Aug 6 14:54:16 2014
New Revision: 364186
URL: http://svnweb.freebsd.org/changeset/ports/364186
QAT: https://qat.redports.org/buildarchive/r364186/
Log:
- Switch to USES=libtool, drop .la files
Approved by: portmgr blanket
Modified:
head/chinese/libpinyin/Makefile
head/chinese/libpinyin/pkg-plist
Modified: head/chinese/libpinyin/Makefile
==============================================================================
--- head/chinese/libpinyin/Makefile Wed Aug 6 14:53:08 2014 (r364185)
+++ head/chinese/libpinyin/Makefile Wed Aug 6 14:54:16 2014 (r364186)
@@ -3,6 +3,7 @@
PORTNAME= libpinyin
PORTVERSION= 0.7.91
+PORTREVISION= 1
CATEGORIES= chinese textproc
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}
@@ -11,9 +12,8 @@ COMMENT= Library to deal with pinyin
USE_BDB= yes
USE_GNOME= glib20
-USES= gettext gmake pathfix pkgconfig
+USES= gettext gmake libtool pathfix pkgconfig
GNU_CONFIGURE= yes
-USE_AUTOTOOLS= libtool
USE_LDCONFIG= yes
CONFIGURE_ARGS+=CPPFLAGS="-I${LOCALBASE}/include \
Modified: head/chinese/libpinyin/pkg-plist
==============================================================================
--- head/chinese/libpinyin/pkg-plist Wed Aug 6 14:53:08 2014 (r364185)
+++ head/chinese/libpinyin/pkg-plist Wed Aug 6 14:54:16 2014 (r364186)
@@ -7,9 +7,9 @@ include/libpinyin-%%VER%%/novel_types.h
include/libpinyin-%%VER%%/pinyin.h
include/libpinyin-%%VER%%/pinyin_custom2.h
lib/libpinyin.a
-lib/libpinyin.la
lib/libpinyin.so
lib/libpinyin.so.2
+lib/libpinyin.so.2.0.0
libdata/pkgconfig/libpinyin.pc
man/man1/gen_binary_files.1.gz
man/man1/gen_unigram.1.gz
More information about the svn-ports-all
mailing list