[144265] trunk/dports/aqua/qt5/Portfile
mcalhoun at macports.org
mcalhoun at macports.org
Tue Jan 5 11:43:41 PST 2016
Revision: 144265
https://trac.macports.org/changeset/144265
Author: mcalhoun at macports.org
Date: 2016-01-05 11:43:41 -0800 (Tue, 05 Jan 2016)
Log Message:
-----------
qt5-qtdeclarative, qt5-qtwebengine, qt5-qtwebkit: use Macports python for building
No revbump since build should turn out the same
Modified Paths:
--------------
trunk/dports/aqua/qt5/Portfile
Modified: trunk/dports/aqua/qt5/Portfile
===================================================================
--- trunk/dports/aqua/qt5/Portfile 2016-01-05 19:06:17 UTC (rev 144264)
+++ trunk/dports/aqua/qt5/Portfile 2016-01-05 19:43:41 UTC (rev 144265)
@@ -187,8 +187,8 @@
qtdeclarative {
1d8939c42f4b510443365479ffe8bc525e0faac6
5fd14eefb83fff36fb17681693a70868f6aaf6138603d799c16466a094b26791
+ "port:python27"
""
- ""
"qtbase qtxmlpatterns"
{"Qt QML" "Qt Quick" "Qt Quick Widgets"}
""
@@ -347,8 +347,8 @@
qtwebengine {
0c24bb89cc72a18c06e2fd613db1eb879ada2a2a
7c4d328dd305991aaf0c3450615f4a8e5d80152194bee6f5925bd8d3477e2b90
+ "port:python27"
""
- ""
"qtbase qtdeclarative qtxmlpatterns qtquickcontrols qtwebchannel qtlocation"
{"Qt WebEngine" "Qt WebEngine Widgets"}
"very large and relatively new; requires newer version of XCode"
@@ -377,7 +377,7 @@
qtwebkit {
0594ec1150f7899d72f57d8ff2f108f3f75faaf9
77583f9dbd3e6ad874386df71b165dc3ce88efdabbc6e5d97a959ee2187d6d69
- ""
+ "port:python27"
"port:fontconfig port:icu port:leveldb port:webp port:libxml2 port:libxslt port:zlib port:sqlite3"
"qtbase qtxmlpatterns qtdeclarative qtlocation qtmultimedia qtsensors qtwebchannel"
{"Qt WebKit" "Qt WebKit Widgets"}
@@ -678,8 +678,9 @@
#
# versions 5.5.1 of qtdeclarative and qtwebkit also use python with no way of specifying which one
#
- configure.env-append PATH="/bin:/sbin:/usr/bin:/usr/sbin:${prefix}/bin:${prefix}/sbin"
- build.env-append PATH="/bin:/sbin:/usr/bin:/usr/sbin:${prefix}/bin:${prefix}/sbin"
+ set python_framework ${frameworks_dir}/Python.framework/Versions/2.7
+ configure.env-append PATH=${python_framework}/bin:$env(PATH)
+ build.env-append PATH=${python_framework}/bin:$env(PATH)
}
# detremint which variants are to be turned off
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160105/063bdd91/attachment-0001.html>
More information about the macports-changes
mailing list