[144786] trunk/dports/aqua/qt5/Portfile
mcalhoun at macports.org
mcalhoun at macports.org
Mon Jan 18 07:03:54 PST 2016
Revision: 144786
https://trac.macports.org/changeset/144786
Author: mcalhoun at macports.org
Date: 2016-01-18 07:03:54 -0800 (Mon, 18 Jan 2016)
Log Message:
-----------
qt5: whitespace (indenting) changes only
Modified Paths:
--------------
trunk/dports/aqua/qt5/Portfile
Modified: trunk/dports/aqua/qt5/Portfile
===================================================================
--- trunk/dports/aqua/qt5/Portfile 2016-01-18 15:00:16 UTC (rev 144785)
+++ trunk/dports/aqua/qt5/Portfile 2016-01-18 15:03:54 UTC (rev 144786)
@@ -66,19 +66,20 @@
} else {
# ${qt5_min_tested_version} <= ${os.major} <= ${qt5_max_reference_version}
}
- if { [variant_isset universal] } {
+
+if { [variant_isset universal] } {
+ pre-fetch {
+ ui_warn "Multiple architectures is not a Reference Configuration for Qt."
+ ui_warn "See http://doc.qt.io/qt-5/supported-platforms.html#reference-configurations"
+ }
+} else {
+ if { ${configure.build_arch} eq "i386" } {
pre-fetch {
- ui_warn "Multiple architectures is not a Reference Configuration for Qt."
+ ui_warn "32-bit mode is not a Reference Configuration for Qt."
ui_warn "See http://doc.qt.io/qt-5/supported-platforms.html#reference-configurations"
}
- } else {
- if { ${configure.build_arch} eq "i386" } {
- pre-fetch {
- ui_warn "32-bit mode is not a Reference Configuration for Qt."
- ui_warn "See http://doc.qt.io/qt-5/supported-platforms.html#reference-configurations"
- }
- }
}
+}
############################################################################### Modules Not Considered
#
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160118/5b89f2a5/attachment.html>
More information about the macports-changes
mailing list