Date: Tue, 1 Jul 2014 15:42:22 +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: r360043 - head/devel/pcre++ Message-ID: <201407011542.s61FgMqX044633@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Tue Jul 1 15:42:21 2014 New Revision: 360043 URL: http://svnweb.freebsd.org/changeset/ports/360043 QAT: https://qat.redports.org/buildarchive/r360043/ Log: - Switch to USES=libtool, drop .la files Approved by: portmgr blanket Modified: head/devel/pcre++/Makefile head/devel/pcre++/pkg-plist Modified: head/devel/pcre++/Makefile ============================================================================== --- head/devel/pcre++/Makefile Tue Jul 1 15:41:54 2014 (r360042) +++ head/devel/pcre++/Makefile Tue Jul 1 15:42:21 2014 (r360043) @@ -3,7 +3,7 @@ PORTNAME= pcre++ PORTVERSION= 0.9.5 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel MASTER_SITES= http://www.daemon.de/idisk/Apps/pcre++/ @@ -14,8 +14,8 @@ LICENSE= LGPL21 LIB_DEPENDS= libpcre.so:${PORTSDIR}/devel/pcre -USES= gmake -USE_AUTOTOOLS= libtool +USES= gmake libtool +GNU_CONFIGURE= yes USE_LDCONFIG= yes CPPFLAGS+= $$(${PCRE_CONFIG} --cflags) Modified: head/devel/pcre++/pkg-plist ============================================================================== --- head/devel/pcre++/pkg-plist Tue Jul 1 15:41:54 2014 (r360042) +++ head/devel/pcre++/pkg-plist Tue Jul 1 15:42:21 2014 (r360043) @@ -1,9 +1,9 @@ bin/pcre++-config include/pcre++.h lib/libpcre++.a -lib/libpcre++.la lib/libpcre++.so lib/libpcre++.so.0 +lib/libpcre++.so.0.0.0 man/man3/Pcre.3.gz %%DOCSDIR%%/AUTHORS %%DOCSDIR%%/ChangeLog
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407011542.s61FgMqX044633>