svn commit: r435574 - branches/2017Q1/audio/libechonest
Jason E. Hale
jhale at FreeBSD.org
Mon Mar 6 23:53:26 UTC 2017
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 at 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>
More information about the svn-ports-all
mailing list