<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/8ca3803ffcb825b5d89d1cd709408cd92fa3f803">https://github.com/macports/macports-ports/commit/8ca3803ffcb825b5d89d1cd709408cd92fa3f803</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 8ca3803ffcb abseil: add note about older systems
</span>8ca3803ffcb is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 8ca3803ffcb825b5d89d1cd709408cd92fa3f803
</span>Author: Ken Cunningham <kencu@macports.org>
AuthorDate: Wed Aug 18 19:05:21 2021 -0700

<span style='display:block; white-space:pre;color:#404040;'>    abseil: add note about older systems
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    builds without trouble if libcxx is installed
</span><span style='display:block; white-space:pre;color:#404040;'>    with emulated_tls
</span>---
 devel/abseil/Portfile | 4 ++++
 1 file changed, 4 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/devel/abseil/Portfile b/devel/abseil/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index fe537597003..f2969528f6f 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/devel/abseil/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/devel/abseil/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -21,6 +21,10 @@ long_description    Abseil is an open-source collection of C++ library \
</span> platforms           darwin
 
 if {${os.major} < 11} {
<span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    # NB this port builds with < darwin 11 if libcxx is installed
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    # with the emulated_tls variant to enable thread_local_storage
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span>     # https://abseil.io/docs/cpp/platforms/platforms
     known_fail      yes
     pre-fetch {
</pre><pre style='margin:0'>

</pre>