Date: Tue, 27 May 2014 18:27:39 +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: r355553 - head/devel/xxl Message-ID: <201405271827.s4RIRdSC050086@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Tue May 27 18:27:38 2014 New Revision: 355553 URL: http://svnweb.freebsd.org/changeset/ports/355553 QAT: https://qat.redports.org/buildarchive/r355553/ Log: - Switch to USES=libtool, drop .la files - Strip libraries Modified: head/devel/xxl/Makefile Modified: head/devel/xxl/Makefile ============================================================================== --- head/devel/xxl/Makefile Tue May 27 18:25:51 2014 (r355552) +++ head/devel/xxl/Makefile Tue May 27 18:27:38 2014 (r355553) @@ -3,7 +3,7 @@ PORTNAME= xxl PORTVERSION= 1.0.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= http://launchpadlibrarian.net/39195019/ \ http://www.zork.org/software/ @@ -13,11 +13,12 @@ COMMENT= C/C++ library for exception han LICENSE= BSD3CLAUSE -USE_AUTOTOOLS= libtool +USES= libtool +GNU_CONFIGURE= yes USE_LDCONFIG= yes -PLIST_FILES= include/xxl.h lib/libxxl.a lib/libxxl.la lib/libxxl.so \ - lib/libxxl.so.2 +PLIST_FILES= include/xxl.h lib/libxxl.a lib/libxxl.so \ + lib/libxxl.so.1 lib/libxxl.so.1.1.0 PORTDOCS= xxl.html xxl.pdf OPTIONS_DEFINE= THREADS DOCS @@ -28,7 +29,7 @@ THREADS_CONFIGURE_WITH= threads post-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} (cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}) - @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libxxl.so.2 + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libxxl.so regression-test test: build @(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405271827.s4RIRdSC050086>