Date: Tue, 3 Jun 2014 00:40:11 +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: r356266 - head/devel/regexx Message-ID: <201406030040.s530eBaV020381@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406030040.s530eBaV020381>