svn commit: r418338 - branches/2016Q3/devel/qtcreator
Raphael Kubo da Costa
rakuco at FreeBSD.org
Sun Jul 10 18:53:20 UTC 2016
Author: rakuco
Date: Sun Jul 10 18:53:19 2016
New Revision: 418338
URL: https://svnweb.freebsd.org/changeset/ports/418338
Log:
MFH: r418337
Add missing dependencies to pass `make stage-qa'.
Error: /usr/local/bin/qtcreator 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/qtcreator/plugins/libCore.so is linked to /usr/local/lib/libQt5Help.so.5 from devel/qt5-help but it is not declared as a dependency
Warning: you need USE_QT5+=help
Error: /usr/local/lib/qtcreator/plugins/libCore.so is linked to /usr/local/lib/libQt5PrintSupport.so.5 from print/qt5-printsupport but it is not declared as a dependency
Warning: you need USE_QT5+=printsupport
Approved by: ports-secteam (junovitch)
Modified:
branches/2016Q3/devel/qtcreator/Makefile
Directory Properties:
branches/2016Q3/ (props changed)
Modified: branches/2016Q3/devel/qtcreator/Makefile
==============================================================================
--- branches/2016Q3/devel/qtcreator/Makefile Sun Jul 10 18:16:17 2016 (r418337)
+++ branches/2016Q3/devel/qtcreator/Makefile Sun Jul 10 18:53:19 2016 (r418338)
@@ -3,7 +3,7 @@
PORTNAME= qtcreator
DISTVERSION= 4.0.2
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= devel
MASTER_SITES= QT/official_releases/qtcreator/${DISTVERSION:R}/${DISTVERSION}
DISTNAME= qt-creator-opensource-src-${DISTVERSION}
@@ -18,9 +18,10 @@ RUN_DEPENDS= qbs:devel/qbs
USE_LDCONFIG= ${LOCALBASE}/lib/${PORTNAME}
USES= qmake compiler:c++11-lib
-USE_QT5= buildtools concurrent core declarative designer gui linguist \
- network qdoc qml quick quickcontrols script script sql svg \
- webkit widgets xml xmlpatterns
+USE_GL= gl
+USE_QT5= buildtools concurrent core declarative designer gui help \
+ linguist network printsupport qdoc qml quick quickcontrols \
+ script script sql svg webkit widgets xml xmlpatterns
# be paranoid and do not extract qbs (devel/qbs) copy from source tree
EXTRACT_AFTER_ARGS+= --exclude '${DISTNAME}/src/shared/qbs'
More information about the svn-ports-branches
mailing list