<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/e05ac0a3202700addfc285b65ac98b0d4eb246c0">https://github.com/macports/macports-ports/commit/e05ac0a3202700addfc285b65ac98b0d4eb246c0</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 e05ac0a3202 php-swoole: Requires thread-local storage
</span>e05ac0a3202 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit e05ac0a3202700addfc285b65ac98b0d4eb246c0
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Fri Jul 3 04:33:11 2020 -0500

<span style='display:block; white-space:pre;color:#404040;'>    php-swoole: Requires thread-local storage
</span>---
 php/php-swoole/Portfile | 8 ++++++++
 1 file changed, 8 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/php/php-swoole/Portfile b/php/php-swoole/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 374d7ee7fe1..d8b27e1f930 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/php/php-swoole/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/php/php-swoole/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -57,6 +57,14 @@ if {${name} ne ${subport}} {
</span>         compiler.cxx_standard 2011
     }
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+    if {[vercmp ${version} 4.5.0] >= 0} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        compiler.thread_local_storage yes
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        # Work around thread local compiler selection bug. Remove after
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        # https://github.com/macports/macports-base/pull/161 is released.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        PortGroup       compiler_blacklist_versions 1.0
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        compiler.blacklist-append {clang < 800}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    }
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span>     depends_lib-append  port:hiredis \
                         port:nghttp2 \
                         path:lib/libssl.dylib:openssl \
</pre><pre style='margin:0'>

</pre>