svn commit: r356266 - head/devel/regexx

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Jun 3 00:40:12 UTC 2014


Author: amdmi3
Date: Tue Jun  3 00:40:11 2014
New Revision: 356266
URL: http://svnweb.freebsd.org/changeset/ports/356266
QAT: https://qat.redports.org/buildarchive/r356266/

Log:
  - Switch to USES=libtool, drop .la files
  - Strip libraries

Modified:
  head/devel/regexx/Makefile
  head/devel/regexx/pkg-plist

Modified: head/devel/regexx/Makefile
==============================================================================
--- head/devel/regexx/Makefile	Tue Jun  3 00:40:01 2014	(r356265)
+++ head/devel/regexx/Makefile	Tue Jun  3 00:40:11 2014	(r356266)
@@ -3,7 +3,7 @@
 
 PORTNAME=	regexx
 PORTVERSION=	0.98.1
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	devel
 MASTER_SITES=	SF
 
@@ -14,8 +14,8 @@ LICENSE=	LGPL21
 
 LIB_DEPENDS=	libpcre.so:${PORTSDIR}/devel/pcre
 
-USES=		gmake pkgconfig
-USE_AUTOTOOLS=	libtool
+USES=		gmake pkgconfig libtool
+GNU_CONFIGURE=	yes
 MAKE_ARGS=	ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOHEADER="${TRUE}" \
 		AUTOMAKE="${TRUE}"
 USE_LDCONFIG=	yes
@@ -28,6 +28,6 @@ post-patch:
 		's|"pcre"||' ${WRKSRC}/configure
 
 post-install:
-	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libregexx.so.2
+	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libregexx.so
 
 .include <bsd.port.mk>

Modified: head/devel/regexx/pkg-plist
==============================================================================
--- head/devel/regexx/pkg-plist	Tue Jun  3 00:40:01 2014	(r356265)
+++ head/devel/regexx/pkg-plist	Tue Jun  3 00:40:11 2014	(r356266)
@@ -1,6 +1,6 @@
 include/regexx.hh
 include/split.hh
 lib/libregexx.a
-lib/libregexx.la
 lib/libregexx.so
-lib/libregexx.so.2
+lib/libregexx.so.1
+lib/libregexx.so.1.1.0


More information about the svn-ports-head mailing list