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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/aafd3809b59c8cf880a9a4e80c1f35e2c2f77df6">https://github.com/macports/macports-ports/commit/aafd3809b59c8cf880a9a4e80c1f35e2c2f77df6</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 aafd380  the_silver_searcher: tweak thread-local blacklisting
</span>aafd380 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit aafd3809b59c8cf880a9a4e80c1f35e2c2f77df6
</span>Author: kencu <ken.cunningham.webuse@gmail.com>
AuthorDate: Mon Feb 25 08:29:51 2019 -0800

<span style='display:block; white-space:pre;color:#404040;'>    the_silver_searcher: tweak thread-local blacklisting
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    a bit bulky. This block should disappear and be replaced with
</span><span style='display:block; white-space:pre;color:#404040;'>    one line once the new base supporting granular compiler feature
</span><span style='display:block; white-space:pre;color:#404040;'>    selection is release
</span>---
 textproc/the_silver_searcher/Portfile | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/textproc/the_silver_searcher/Portfile b/textproc/the_silver_searcher/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index cd367c5..21dd8fc 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/textproc/the_silver_searcher/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/textproc/the_silver_searcher/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -30,10 +30,14 @@ depends_lib         port:pcre \
</span> 
 build.args-append   V=1
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-# requires basic thread-local storage
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# requires basic thread-local storage -- Looking forward to the
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# new streamlined compiler selection coming in base which should replace this
</span> # src/print.c:34: error: thread-local storage not supported for this target
 compiler.blacklist-append *gcc-3.* *gcc-4.*
 compiler.blacklist-append { clang < 318 } macports-clang-3.3
<span style='display:block; white-space:pre;background:#e0ffe0;'>+if { ${os.platform} eq "darwin" && ${os.major} < 11 } {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    compiler.blacklist-append macports-clang-3.4 macports-clang-3.7 macports-clang-3.9 macports-clang 4.0
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+}
</span> platform darwin i386 {
     compiler.fallback-append  macports-clang-5.0 macports-clang-6.0 macports-clang-7.0
 }
</pre><pre style='margin:0'>

</pre>