svn commit: r360043 - head/devel/pcre++

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Jul 1 15:42:22 UTC 2014


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


More information about the svn-ports-all mailing list