Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Jul 2014 23:40:17 +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: r363412 - in head: devel/cppunit math/tvmet ports-mgmt/packagekit
Message-ID:  <201407292340.s6TNeHL8035916@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Tue Jul 29 23:40:17 2014
New Revision: 363412
URL: http://svnweb.freebsd.org/changeset/ports/363412
QAT: https://qat.redports.org/buildarchive/r363412/

Log:
  - Switch devel/cppunit to USES=libtool, drop .la files
  
  Approved by:	portmgr blanket

Modified:
  head/devel/cppunit/Makefile
  head/devel/cppunit/pkg-plist
  head/math/tvmet/Makefile
  head/ports-mgmt/packagekit/Makefile

Modified: head/devel/cppunit/Makefile
==============================================================================
--- head/devel/cppunit/Makefile	Tue Jul 29 23:15:46 2014	(r363411)
+++ head/devel/cppunit/Makefile	Tue Jul 29 23:40:17 2014	(r363412)
@@ -3,7 +3,7 @@
 
 PORTNAME=	cppunit
 PORTVERSION=	1.12.1
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel
 MASTER_SITES=	SF
 
@@ -12,7 +12,7 @@ COMMENT=	C++ port of the JUnit framework
 
 OPTIONS_DEFINE=	DOXYGEN DOCS
 
-USE_AUTOTOOLS=	libtool
+USES=		libtool
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 

Modified: head/devel/cppunit/pkg-plist
==============================================================================
--- head/devel/cppunit/pkg-plist	Tue Jul 29 23:15:46 2014	(r363411)
+++ head/devel/cppunit/pkg-plist	Tue Jul 29 23:40:17 2014	(r363412)
@@ -1,9 +1,8 @@
 bin/DllPlugInTester
 bin/cppunit-config
-lib/libcppunit-1.12.so
 lib/libcppunit-1.12.so.1
+lib/libcppunit-1.12.so.1.0.0
 lib/libcppunit.a
-lib/libcppunit.la
 lib/libcppunit.so
 libdata/pkgconfig/cppunit.pc
 man/man1/cppunit-config.1.gz

Modified: head/math/tvmet/Makefile
==============================================================================
--- head/math/tvmet/Makefile	Tue Jul 29 23:15:46 2014	(r363411)
+++ head/math/tvmet/Makefile	Tue Jul 29 23:40:17 2014	(r363412)
@@ -22,7 +22,7 @@ CONFIGURE_ARGS=	--with-cxx=${CXX}
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MCPPUNIT}
-LIB_DEPENDS+=	libcppunit-1.12.so:${PORTSDIR}/devel/cppunit
+LIB_DEPENDS+=	libcppunit.so:${PORTSDIR}/devel/cppunit
 CONFIGURE_ARGS+=	--with-cppunit-prefix=${LOCALBASE}
 .else
 CONFIGURE_ENV+=	ac_cv_path_CPPUNIT_CONFIG=no

Modified: head/ports-mgmt/packagekit/Makefile
==============================================================================
--- head/ports-mgmt/packagekit/Makefile	Tue Jul 29 23:15:46 2014	(r363411)
+++ head/ports-mgmt/packagekit/Makefile	Tue Jul 29 23:40:17 2014	(r363412)
@@ -75,7 +75,7 @@ CONFIGURE_ARGS+=--disable-qt
 LIB_DEPENDS+=	libpackagekit-glib2.so:${PORTSDIR}/ports-mgmt/packagekit
 
 CONFIGURE_ARGS+=--enable-qt
-LIB_DEPENDS+=	libcppunit-1.12.so:${PORTSDIR}/devel/cppunit
+LIB_DEPENDS+=	libcppunit.so:${PORTSDIR}/devel/cppunit
 USE_QT4+=	dbus gui xml sql moc_build
 #.include "${PORTSDIR}/Mk/bsd.qt.mk"
 .endif



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407292340.s6TNeHL8035916>