From owner-svn-ports-all@FreeBSD.ORG Wed May 7 18:08:00 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 26E1D484; Wed, 7 May 2014 18:08:00 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EE8669DE; Wed, 7 May 2014 18:07:59 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s47I7xin006695; Wed, 7 May 2014 18:07:59 GMT (envelope-from amdmi3@svn.freebsd.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s47I7xJn006693; Wed, 7 May 2014 18:07:59 GMT (envelope-from amdmi3@svn.freebsd.org) Message-Id: <201405071807.s47I7xJn006693@svn.freebsd.org> From: Dmitry Marakasov Date: Wed, 7 May 2014 18:07:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r353187 - head/devel/pire X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 May 2014 18:08:00 -0000 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 +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 -@dirrm include/pire/stub +lib/libpire_unit.so.0.0.0 @dirrm include/pire/scanners +@dirrm include/pire/stub @dirrm include/pire