<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/d7f5d810f7f52782a5076c4bfb378ec8b4b97667">https://github.com/macports/macports-ports/commit/d7f5d810f7f52782a5076c4bfb378ec8b4b97667</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 d7f5d81 php: Blacklist old compilers for php73
</span>d7f5d81 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit d7f5d810f7f52782a5076c4bfb378ec8b4b97667
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Thu Aug 30 21:36:30 2018 -0500
<span style='display:block; white-space:pre;color:#404040;'> php: Blacklist old compilers for php73
</span>---
lang/php/Portfile | 5 +++++
1 file changed, 5 insertions(+)
<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 0256a54..e1d11ab 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,10 +211,15 @@ if {[is_sapi_subport]} {
</span> patch-${php}-pcre-8.30.diff
}
<span style='display:block; white-space:pre;background:#e0ffe0;'>+ 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:#e0ffe0;'>+ } else {
</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 *gcc-3.* *gcc-4.* {clang < 500}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ }
</span>
set phpinidir ${prefix}/etc/${php}
set extraphpinidir ${prefix}/var/db/${php}
</pre><pre style='margin:0'>
</pre>