[143642] trunk/dports/aqua/qt5/Portfile
mcalhoun at macports.org
mcalhoun at macports.org
Wed Dec 16 08:05:40 PST 2015
Revision: 143642
https://trac.macports.org/changeset/143642
Author: mcalhoun at macports.org
Date: 2015-12-16 08:05:39 -0800 (Wed, 16 Dec 2015)
Log Message:
-----------
qt5-qtwebengine: fix difficult to detect dependency on qt5-qtlocation
if qt5-qtlocation is installed when qt5-qtwebengine is built and then uninstalled, qt5-qtwebengine breaks
Modified Paths:
--------------
trunk/dports/aqua/qt5/Portfile
Modified: trunk/dports/aqua/qt5/Portfile
===================================================================
--- trunk/dports/aqua/qt5/Portfile 2015-12-16 15:40:35 UTC (rev 143641)
+++ trunk/dports/aqua/qt5/Portfile 2015-12-16 16:05:39 UTC (rev 143642)
@@ -18,6 +18,10 @@
homepage http://qt.io
+if { ${version} eq "5.5.1" && ${subport} eq "qt5-qtwebengine" } {
+ incr revision 1
+}
+
# generate documentation from complete code base
# generate modules from separate downloads
if { ${subport} ne "${name}-docs" } {
@@ -337,7 +341,7 @@
7c4d328dd305991aaf0c3450615f4a8e5d80152194bee6f5925bd8d3477e2b90
""
""
- "qtbase qtdeclarative qtxmlpatterns qtquickcontrols qtwebchannel"
+ "qtbase qtdeclarative qtxmlpatterns qtquickcontrols qtwebchannel qtlocation"
{"Qt WebEngine" "Qt WebEngine Widgets"}
"very large and relatively new; requires newer version of XCode"
"variant overrides: "
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151216/0ed4dc13/attachment.html>
More information about the macports-changes
mailing list