Date: Mon, 6 Mar 2017 23:53:25 +0000 (UTC) From: "Jason E. Hale" <jhale@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r435574 - branches/2017Q1/audio/libechonest Message-ID: <201703062353.v26NrP6E030877@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jhale Date: Mon Mar 6 23:53:25 2017 New Revision: 435574 URL: https://svnweb.freebsd.org/changeset/ports/435574 Log: MFH: r435573 Add missing Qt4 xml dependency to fix build failure when TEST option is ON Register Qt4 corelib dependency Fix LICENSE and add LICENSE_FILE Approved by: portmgr (blanket) Approved by: ports-secteam (blanket) Modified: branches/2017Q1/audio/libechonest/Makefile Directory Properties: branches/2017Q1/ (props changed) Modified: branches/2017Q1/audio/libechonest/Makefile ============================================================================== --- branches/2017Q1/audio/libechonest/Makefile Mon Mar 6 23:50:09 2017 (r435573) +++ branches/2017Q1/audio/libechonest/Makefile Mon Mar 6 23:53:25 2017 (r435574) @@ -3,13 +3,14 @@ PORTNAME= libechonest PORTVERSION= 2.3.1 -#PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= audio MAINTAINER= nivit@FreeBSD.org COMMENT= Collection of C++/Qt classes designed to use the APIs of The Echo Nest -LICENSE= GPLv2 +LICENSE= GPLv2+ +LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libqjson.so:devel/qjson @@ -19,12 +20,12 @@ OPTIONS_DEFINE= TEST PLIST_SUB= PORTVERSION=${PORTVERSION} -TEST_CMAKE_OFF= -DECHONEST_BUILD_TESTS:BOOL=OFF -TEST_USE= qt4=qtestlib_build +TEST_CMAKE_BOOL=ECHONEST_BUILD_TESTS +TEST_USE= qt4=qtestlib_build,xml_build USES= cmake pkgconfig USE_GITHUB= yes USE_LDCONFIG= yes -USE_QT4= qmake_build moc_build network rcc_build +USE_QT4= corelib qmake_build moc_build network rcc_build .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201703062353.v26NrP6E030877>