Date: Wed, 6 Aug 2014 14:54:16 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r364186 - head/chinese/libpinyin Message-ID: <53e24199.5cfd.5a0f5949@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?53e24199.5cfd.5a0f5949>