<pre style='margin:0'>
Christopher Nielsen (mascguy) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/2c5fddbf1c44ac71f830304f2c9f221276fff1c5">https://github.com/macports/macports-ports/commit/2c5fddbf1c44ac71f830304f2c9f221276fff1c5</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 2c5fddbf1c4 abseil: blacklist clang < 900, to fix builds for 10.10/10.11 Fixes: https://trac.macports.org/ticket/67553
</span>2c5fddbf1c4 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 2c5fddbf1c44ac71f830304f2c9f221276fff1c5
</span>Author: Christopher Nielsen <mascguy@github.com>
AuthorDate: Sat Jun 3 11:49:50 2023 -0400
<span style='display:block; white-space:pre;color:#404040;'> abseil: blacklist clang < 900, to fix builds for 10.10/10.11
</span><span style='display:block; white-space:pre;color:#404040;'> Fixes: https://trac.macports.org/ticket/67553
</span>---
devel/abseil/Portfile | 7 +++++++
1 file changed, 7 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 8416c5371fa..2497f985573 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;'>@@ -4,6 +4,7 @@ PortSystem 1.0
</span> PortGroup cmake 1.1
PortGroup github 1.0
PortGroup legacysupport 1.1
<span style='display:block; white-space:pre;background:#e0ffe0;'>+PortGroup compiler_blacklist_versions 1.0
</span>
# MAP_ANONYMOUS
legacysupport.newest_darwin_requires_legacy 14
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -44,6 +45,12 @@ github.livecheck.regex {([0-9.]+)}
</span>
compiler.cxx_standard 2014
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# https://trac.macports.org/ticket/67553
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# error: default initialization of an object of const type 'const absl::lts_20230125::Condition'
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# without a user-provided default constructo
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+compiler.blacklist-append \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ {clang < 900}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> configure.args-append \
-DBUILD_SHARED_LIBS=ON \
-DCMAKE_CXX_STANDARD=14 \
</pre><pre style='margin:0'>
</pre>