svn commit: r355553 - head/devel/xxl

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue May 27 18:27:39 UTC 2014


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} \


More information about the svn-ports-all mailing list