<pre style='margin:0'>
Ryan Schmidt (ryandesign) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/5fe30e1bbd50526b1bbcc484e7b92a017010d288">https://github.com/macports/macports-ports/commit/5fe30e1bbd50526b1bbcc484e7b92a017010d288</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 5fe30e1bbd5 php-intl, php-mysql_xdevapi: known_fail on 10.6
</span>5fe30e1bbd5 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 5fe30e1bbd50526b1bbcc484e7b92a017010d288
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Sat Oct 31 10:25:04 2020 -0500

<span style='display:block; white-space:pre;color:#404040;'>    php-intl, php-mysql_xdevapi: known_fail on 10.6
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    The php 7.1/7.2/7.3 bug that prevents php-intl and php-mysql_xdevapi
</span><span style='display:block; white-space:pre;color:#404040;'>    from building on 10.7 also prevents them from building on 10.6 now that
</span><span style='display:block; white-space:pre;color:#404040;'>    we use a newer MacPorts clang on 10.6.
</span>---
 lang/php/Portfile              | 4 ++--
 php/php-mysql_xdevapi/Portfile | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/lang/php/Portfile b/lang/php/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 13155e81385..87eeb0617bb 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/lang/php/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/lang/php/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -1070,8 +1070,8 @@ subport ${php}-intl {
</span>     # required for ICU
     compiler.cxx_standard   2011
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    platform darwin 11 {
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-        if {[vercmp ${branch} 7.1] >= 0 && [vercmp ${branch} 7.4] < 0} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    platform darwin {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        if {(${os.major} == 10 || ${os.major} == 11) && [vercmp ${branch} 7.1] >= 0 && [vercmp ${branch} 7.4] < 0} {
</span>             # Need to investigate how this was fixed for php 7.4 and
             # possibly backport the fix.
             # https://bugs.php.net/bug.php?id=76826
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/php/php-mysql_xdevapi/Portfile b/php/php-mysql_xdevapi/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index f62f187ee8c..97af997c9a3 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/php/php-mysql_xdevapi/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/php/php-mysql_xdevapi/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -74,8 +74,8 @@ if {${name} ne ${subport}} {
</span>                         --with-zstd=${prefix}/include \
                         ac_cv_path_GIT_EXEC_PATH=
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    platform darwin 11 {
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-        if {[vercmp ${php.branch} 7.1] >= 0 && [vercmp ${php.branch} 7.4] < 0} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    platform darwin {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        if {(${os.major} == 10 || ${os.major} == 11) && [vercmp ${php.branch} 7.1] >= 0 && [vercmp ${php.branch} 7.4] < 0} {
</span>             # Need to investigate how this was fixed for php 7.4 and
             # possibly backport the fix.
             # https://bugs.php.net/bug.php?id=76826
</pre><pre style='margin:0'>

</pre>