summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2014-07-29 23:40:17 +0000
committeramdmi3 <amdmi3@FreeBSD.org>2014-07-29 23:40:17 +0000
commitccd6b1db39fe5f5e129fac6e64d7507bec0d2da2 (patch)
tree0df970ff39faac3ca9f589cf56e32ecab53e92b5
parent4fc8923b77c937d645c76354a3916a9dbe8e55b2 (diff)
downloadFreeBSD-ports-ccd6b1db39fe5f5e129fac6e64d7507bec0d2da2.zip
FreeBSD-ports-ccd6b1db39fe5f5e129fac6e64d7507bec0d2da2.tar.gz
- Switch devel/cppunit to USES=libtool, drop .la files
Approved by: portmgr blanket
-rw-r--r--devel/cppunit/Makefile4
-rw-r--r--devel/cppunit/pkg-plist3
-rw-r--r--math/tvmet/Makefile2
-rw-r--r--ports-mgmt/packagekit/Makefile2
4 files changed, 5 insertions, 6 deletions
diff --git a/devel/cppunit/Makefile b/devel/cppunit/Makefile
index a57482e..881d704 100644
--- a/devel/cppunit/Makefile
+++ b/devel/cppunit/Makefile
@@ -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 for unit testing
OPTIONS_DEFINE= DOXYGEN DOCS
-USE_AUTOTOOLS= libtool
+USES= libtool
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
diff --git a/devel/cppunit/pkg-plist b/devel/cppunit/pkg-plist
index ef0567e..ab6884a 100644
--- a/devel/cppunit/pkg-plist
+++ b/devel/cppunit/pkg-plist
@@ -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
diff --git a/math/tvmet/Makefile b/math/tvmet/Makefile
index e33e3dc..5b1830c 100644
--- a/math/tvmet/Makefile
+++ b/math/tvmet/Makefile
@@ -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
diff --git a/ports-mgmt/packagekit/Makefile b/ports-mgmt/packagekit/Makefile
index 45ed5d0..f8b3f27 100644
--- a/ports-mgmt/packagekit/Makefile
+++ b/ports-mgmt/packagekit/Makefile
@@ -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
OpenPOWER on IntegriCloud