<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/c4a4194d1f59bd4dfe884c0b2a9709e44cb9bce3">https://github.com/macports/macports-ports/commit/c4a4194d1f59bd4dfe884c0b2a9709e44cb9bce3</a></p>
<pre style="white-space: pre; background: #F8F8F8">The following commit(s) were added to refs/heads/master by this push:
<span style='display:block; white-space:pre;color:#404040;'>     new c4a4194  qt5*: keep configure.cxxflags empty
</span>c4a4194 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit c4a4194d1f59bd4dfe884c0b2a9709e44cb9bce3
</span>Author: Marcus Calhoun-Lopez <mcalhoun@macports.org>
AuthorDate: Thu Mar 21 08:01:32 2019 -0700

<span style='display:block; white-space:pre;color:#404040;'>    qt5*: keep configure.cxxflags empty
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    See https://github.com/macports/macports-ports/commit/7e49f996735b9601240155afb9e75ac9acfa821c
</span><span style='display:block; white-space:pre;color:#404040;'>    Fixes https://trac.macports.org/ticket/58211
</span>---
 aqua/qt55/Portfile | 2 +-
 aqua/qt56/Portfile | 2 +-
 aqua/qt57/Portfile | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/aqua/qt55/Portfile b/aqua/qt55/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 3105880..3abcb73 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/aqua/qt55/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/aqua/qt55/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -1025,7 +1025,7 @@ foreach {module module_info} [array get modules] {
</span>             # For consistency, clear MacPorts environment.
             #configure.cxx_stdlib
             proc portconfigure::should_add_stdlib {} {return false}
<span style='display:block; white-space:pre;background:#ffe0e0;'>-            proc register_gcc_dependents {} {}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+            proc cxx11.add_dependencies {} {}
</span>             configure.sdkroot
             configure.cc_archflags
             configure.cxx_archflags
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/aqua/qt56/Portfile b/aqua/qt56/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 2db8b1b..d5a4faa 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/aqua/qt56/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/aqua/qt56/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -1072,7 +1072,7 @@ foreach {module module_info} [array get modules] {
</span>             # For consistency, clear MacPorts environment.
             #configure.cxx_stdlib
             proc portconfigure::should_add_stdlib {} {return false}
<span style='display:block; white-space:pre;background:#ffe0e0;'>-            proc register_gcc_dependents {} {}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+            proc cxx11.add_dependencies {} {}
</span>             configure.sdkroot
             configure.cc_archflags
             configure.cxx_archflags
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/aqua/qt57/Portfile b/aqua/qt57/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 0f44513..dc02dbf 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/aqua/qt57/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/aqua/qt57/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -1143,7 +1143,7 @@ foreach {module module_info} [array get modules] {
</span>             # For consistency, clear MacPorts environment.
             #configure.cxx_stdlib
             proc portconfigure::should_add_stdlib {} {return false}
<span style='display:block; white-space:pre;background:#ffe0e0;'>-            proc register_gcc_dependents {} {}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+            proc cxx11.add_dependencies {} {}
</span>             configure.sdkroot
             configure.cc_archflags
             configure.cxx_archflags
</pre><pre style='margin:0'>

</pre>