Date: Mon, 4 Aug 2014 19:29:14 +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: r364038 - head/devel/libunicode Message-ID: <53dfdf0a.58a8.3611d240@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Mon Aug 4 19:29:13 2014 New Revision: 364038 URL: http://svnweb.freebsd.org/changeset/ports/364038 QAT: https://qat.redports.org/buildarchive/r364038/ Log: - Switch to USES=libtool, drop .la files Approved by: portmgr blanket Approved by: kwm Modified: head/devel/libunicode/Makefile head/devel/libunicode/pkg-plist Modified: head/devel/libunicode/Makefile ============================================================================== --- head/devel/libunicode/Makefile Mon Aug 4 19:19:03 2014 (r364037) +++ head/devel/libunicode/Makefile Mon Aug 4 19:29:13 2014 (r364038) @@ -4,7 +4,7 @@ PORTNAME= libunicode PORTVERSION= 0.4 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= devel gnome MASTER_SITES= GNOME MASTER_SITE_SUBDIR= sources/libunicode/0.4 @@ -13,8 +13,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}.gno MAINTAINER= gnome@FreeBSD.org COMMENT= Library for manipulating Unicode characters and strings -USE_AUTOTOOLS= libtool -USES= gmake +USES= gmake libtool GNU_CONFIGURE= yes USE_LDCONFIG= yes CONFIGURE_ARGS= --localstatedir=${PREFIX}/share \ Modified: head/devel/libunicode/pkg-plist ============================================================================== --- head/devel/libunicode/pkg-plist Mon Aug 4 19:19:03 2014 (r364037) +++ head/devel/libunicode/pkg-plist Mon Aug 4 19:29:13 2014 (r364038) @@ -2,6 +2,6 @@ bin/unicode-config etc/unicodeConf.sh include/unicode.h lib/libunicode.a -lib/libunicode.la lib/libunicode.so lib/libunicode.so.0 +lib/libunicode.so.0.0.0
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?53dfdf0a.58a8.3611d240>