mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Switch devel/cppunit to USES=libtool, drop .la files
Approved by: portmgr blanket
This commit is contained in:
parent
2c1a902381
commit
f0a1c5bc72
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=363412
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user