<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/f7bc46d15f959c46c65e821626e628cb212d5ab6">https://github.com/macports/macports-ports/commit/f7bc46d15f959c46c65e821626e628cb212d5ab6</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 f7bc46d15f9 libcxx: tweak note
</span>f7bc46d15f9 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit f7bc46d15f959c46c65e821626e628cb212d5ab6
</span>Author: Ken Cunningham <ken.cunningham.webuse@gmail.com>
AuthorDate: Sun Sep 19 18:07:22 2021 -0700

<span style='display:block; white-space:pre;color:#404040;'>    libcxx: tweak note
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    to indicate any desired newer macports-clang will
</span><span style='display:block; white-space:pre;color:#404040;'>    properly build libcxx +emulated_tls
</span>---
 lang/libcxx/Portfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/lang/libcxx/Portfile b/lang/libcxx/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index ee06b515230..27cf45fd008 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/lang/libcxx/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/lang/libcxx/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -235,8 +235,8 @@ if {${os.major} < 11 || [variant_isset replacemnt_libcxx]} {
</span>     if {![variant_isset emulated_tls] && ${os.major} < 11} {
     notes "
     The libcxx you have installed is functional but does not have thread_local support.\
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    To rebuild libcxx with full thread_local support, please install clang-9.0 and then\
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    rebuild libcxx like this:
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    To rebuild libcxx with full thread_local support, please install clang-9.0 or any\
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    macports-clang >= clang-5.0 and then rebuild libcxx like this:
</span> 
     sudo port -v -n upgrade --force --enforce-variants libcxx +emulated_tls
 
</pre><pre style='margin:0'>

</pre>