svn commit: r353187 - head/devel/pire

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed May 7 18:08:00 UTC 2014


Author: amdmi3
Date: Wed May  7 18:07:59 2014
New Revision: 353187
URL: http://svnweb.freebsd.org/changeset/ports/353187
QAT: https://qat.redports.org/buildarchive/r353187/

Log:
  - Convert to USES=libtool
  - Strip libraries
  - Make regression-test target depend on build

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

Modified: head/devel/pire/Makefile
==============================================================================
--- head/devel/pire/Makefile	Wed May  7 18:06:21 2014	(r353186)
+++ head/devel/pire/Makefile	Wed May  7 18:07:59 2014	(r353187)
@@ -15,9 +15,9 @@ GH_COMMIT=	012bedf
 
 LICENSE=	LGPL3
 
-USE_AUTOTOOLS=	autoconf automake libtool libtoolize
+USE_AUTOTOOLS=	autoconf automake libtoolize
 GNU_CONFIGURE=	yes
-USES=		gmake bison
+USES=		gmake bison libtool
 USE_LDCONFIG=	yes
 
 ONLY_FOR_ARCHS=	amd64 i386 ia64
@@ -28,6 +28,9 @@ UNITTEST_DESC=	Compile with unittest sup
 
 .include <bsd.port.options.mk>
 
+post-install:
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libpire*.so
+
 run-autotools:
 	@cd ${CONFIGURE_WRKSRC} && ${SETENV} ${AUTOTOOLS_ENV} ${AUTORECONF} -fi
 
@@ -35,7 +38,7 @@ run-autotools:
 BUILD_DEPENDS+=	cppunit-config:${PORTSDIR}/devel/cppunit
 CONFIGURE_ARGS=	--with-cppunit-prefix=${LOCALBASE}
 
-regression-test:
+regression-test: build
 	@cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} check || \
 		(${CAT} ${WRKSRC}/tests/test-suite.log; false)
 .endif

Modified: head/devel/pire/pkg-plist
==============================================================================
--- head/devel/pire/pkg-plist	Wed May  7 18:06:21 2014	(r353186)
+++ head/devel/pire/pkg-plist	Wed May  7 18:07:59 2014	(r353187)
@@ -32,13 +32,13 @@ include/pire/stub/singleton.h
 include/pire/stub/stl.h
 include/pire/vbitset.h
 lib/libpire.a
-lib/libpire.la
 lib/libpire.so
 lib/libpire.so.0
+lib/libpire.so.0.0.0
 lib/libpire_unit.a
-lib/libpire_unit.la
 lib/libpire_unit.so
 lib/libpire_unit.so.0
- at dirrm include/pire/stub
+lib/libpire_unit.so.0.0.0
 @dirrm include/pire/scanners
+ at dirrm include/pire/stub
 @dirrm include/pire


More information about the svn-ports-all mailing list