<pre style='margin:0'>
Marcus Calhoun-Lopez (MarcusCalhoun-Lopez) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/6581be86b7f12c37494716f381eda37cbe5ff1ab">https://github.com/macports/macports-ports/commit/6581be86b7f12c37494716f381eda37cbe5ff1ab</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 6581be86b7f12c37494716f381eda37cbe5ff1ab
</span>Author: Marcus Calhoun-Lopez <mcalhoun@macports.org>
AuthorDate: Sat Nov 9 08:28:30 2019 -0700

<span style='display:block; white-space:pre;color:#404040;'>    qt5: require at least Xcode 9
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Fixes https://trac.macports.org/ticket/59315
</span>---
 aqua/qt5/Portfile | 4 ++++
 1 file changed, 4 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/aqua/qt5/Portfile b/aqua/qt5/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index bfa42e1..f484ce4 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/aqua/qt5/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/aqua/qt5/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -846,6 +846,7 @@ foreach {module module_info} [array get modules] {
</span>         if { ${module} eq "qtbase" } {
             # this subport uses configure script (NOT qmake)
             PortGroup           qt5 1.0
<span style='display:block; white-space:pre;background:#e0ffe0;'>+            PortGroup           developerversion 1.0
</span> 
             if { ${os.platform} ne "darwin" } {
                 pre-fetch {
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -860,6 +861,9 @@ foreach {module module_info} [array get modules] {
</span>                 }
             }
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+            # see https://trac.macports.org/ticket/59315
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+            minimum_developerversions 16 9
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span>             # Neither "pkg-config --cflags Qt5Core" nor "pkg-config --cflags-only-I Qt5Core" will allow
             #     a configure script to find CPPFLAGS since the include mechanism relies on
             #     -F and -framework BOTH being set
</pre><pre style='margin:0'>

</pre>