mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04: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
4 changed files with 5 additions and 6 deletions
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
PORTNAME= cppunit
|
PORTNAME= cppunit
|
||||||
PORTVERSION= 1.12.1
|
PORTVERSION= 1.12.1
|
||||||
PORTREVISION= 1
|
PORTREVISION= 2
|
||||||
CATEGORIES= devel
|
CATEGORIES= devel
|
||||||
MASTER_SITES= SF
|
MASTER_SITES= SF
|
||||||
|
|
||||||
|
@ -12,7 +12,7 @@ COMMENT= C++ port of the JUnit framework for unit testing
|
||||||
|
|
||||||
OPTIONS_DEFINE= DOXYGEN DOCS
|
OPTIONS_DEFINE= DOXYGEN DOCS
|
||||||
|
|
||||||
USE_AUTOTOOLS= libtool
|
USES= libtool
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
|
|
||||||
|
|
|
@ -1,9 +1,8 @@
|
||||||
bin/DllPlugInTester
|
bin/DllPlugInTester
|
||||||
bin/cppunit-config
|
bin/cppunit-config
|
||||||
lib/libcppunit-1.12.so
|
|
||||||
lib/libcppunit-1.12.so.1
|
lib/libcppunit-1.12.so.1
|
||||||
|
lib/libcppunit-1.12.so.1.0.0
|
||||||
lib/libcppunit.a
|
lib/libcppunit.a
|
||||||
lib/libcppunit.la
|
|
||||||
lib/libcppunit.so
|
lib/libcppunit.so
|
||||||
libdata/pkgconfig/cppunit.pc
|
libdata/pkgconfig/cppunit.pc
|
||||||
man/man1/cppunit-config.1.gz
|
man/man1/cppunit-config.1.gz
|
||||||
|
|
|
@ -22,7 +22,7 @@ CONFIGURE_ARGS= --with-cxx=${CXX}
|
||||||
.include <bsd.port.options.mk>
|
.include <bsd.port.options.mk>
|
||||||
|
|
||||||
.if ${PORT_OPTIONS:MCPPUNIT}
|
.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}
|
CONFIGURE_ARGS+= --with-cppunit-prefix=${LOCALBASE}
|
||||||
.else
|
.else
|
||||||
CONFIGURE_ENV+= ac_cv_path_CPPUNIT_CONFIG=no
|
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
|
LIB_DEPENDS+= libpackagekit-glib2.so:${PORTSDIR}/ports-mgmt/packagekit
|
||||||
|
|
||||||
CONFIGURE_ARGS+=--enable-qt
|
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
|
USE_QT4+= dbus gui xml sql moc_build
|
||||||
#.include "${PORTSDIR}/Mk/bsd.qt.mk"
|
#.include "${PORTSDIR}/Mk/bsd.qt.mk"
|
||||||
.endif
|
.endif
|
||||||
|
|
Loading…
Add table
Reference in a new issue