<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/b669f7569d73b1ade55828592d0366c95e9ef691">https://github.com/macports/macports-ports/commit/b669f7569d73b1ade55828592d0366c95e9ef691</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 b669f75  php: Only blacklist compilers for php73 on i386
</span>b669f75 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit b669f7569d73b1ade55828592d0366c95e9ef691
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Thu Aug 30 21:51:20 2018 -0500

<span style='display:block; white-space:pre;color:#404040;'>    php: Only blacklist compilers for php73 on i386
</span>---
 lang/php/Portfile | 8 ++++----
 1 file 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 e1d11ab..078843b 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;'>@@ -211,14 +211,14 @@ if {[is_sapi_subport]} {
</span>                         patch-${php}-pcre-8.30.diff
     }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    if {[vercmp ${branch} 7.3] < 0} {
</span>     # https://trac.macports.org/ticket/31590
     # Tested all subports (except oracle) and they built with clang-425.  The reported failure was with Xcode 4.2.
     # Xcode 4.3 may work, but leaving it blacklisted due to lack of testing
     compiler.blacklist  {clang < 400}
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    } else {
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    # https://bugs.php.net/bug.php?id=76825
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    compiler.blacklist  *gcc-3.* *gcc-4.* {clang < 500}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    if {[vercmp ${branch} 7.3] < 0 && ${os.arch} eq "i386"} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        # https://bugs.php.net/bug.php?id=76825
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        compiler.blacklist-append   *gcc-3.* *gcc-4.* {clang < 500}
</span>     }
     
     set phpinidir       ${prefix}/etc/${php}
</pre><pre style='margin:0'>

</pre>