Date: Sun, 10 Jul 2016 16:52:09 +0000 (UTC) From: Raphael Kubo da Costa <rakuco@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r418330 - head/devel/qbs Message-ID: <201607101652.u6AGq9u5041884@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rakuco Date: Sun Jul 10 16:52:09 2016 New Revision: 418330 URL: https://svnweb.freebsd.org/changeset/ports/418330 Log: Declare missing dependencies to pass `make stage-qa'. Error: /usr/local/bin/qbs is linked to /usr/local/lib/libQt5Core.so.5 from devel/qt5-core but it is not declared as a dependency Warning: you need USE_QT5+=core Error: /usr/local/bin/qbs-config-ui is linked to /usr/local/lib/.mesa/libGL.so from graphics/libGL but it is not declared as a dependency Warning: you need USE_GL+=gl Error: /usr/local/lib/libqbscore.so.1.5.2 is linked to /usr/local/lib/libQt5Network.so.5 from net/qt5-network but it is not declared as a dependency Warning: you need USE_QT5+=network MFH: 2016Q3 Modified: head/devel/qbs/Makefile Modified: head/devel/qbs/Makefile ============================================================================== --- head/devel/qbs/Makefile Sun Jul 10 16:34:20 2016 (r418329) +++ head/devel/qbs/Makefile Sun Jul 10 16:52:09 2016 (r418330) @@ -3,6 +3,7 @@ PORTNAME= qbs PORTVERSION= 1.5.1 DISTVERSIONPREFIX= src- +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= QT/official_releases/${PORTNAME}/${PORTVERSION} DIST_SUBDIR= KDE/Qt/qbs @@ -14,8 +15,10 @@ LICENSE= GPLv3 LGPL21 LICENSE_COMB= dual USES= compiler:c++11-lib qmake:outsource +USE_GL= yes USE_LDCONFIG= yes -USE_QT5= buildtools_build concurrent gui script testlib widgets xml +USE_QT5= buildtools_build core concurrent gui network script testlib \ + widgets xml QMAKE_SOURCE_PATH= ${WRKSRC}/qbs.pro
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201607101652.u6AGq9u5041884>