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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/fa0c8a897f759d2e2bdc539b224ef034fbc086d6">https://github.com/macports/macports-ports/commit/fa0c8a897f759d2e2bdc539b224ef034fbc086d6</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 fa0c8a897f7 mtxclient: Blacklist all non-c++20 Xcode clangs
</span>fa0c8a897f7 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit fa0c8a897f759d2e2bdc539b224ef034fbc086d6
</span>Author: Chris Jones <jonesc@macports.org>
AuthorDate: Thu Mar 30 13:12:58 2023 +0100

<span style='display:block; white-space:pre;color:#404040;'>    mtxclient: Blacklist all non-c++20 Xcode clangs
</span>---
 net/mtxclient/Portfile | 2 ++
 1 file changed, 2 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/net/mtxclient/Portfile b/net/mtxclient/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 2f08c7e4711..eb81eb43c8d 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/net/mtxclient/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/net/mtxclient/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -23,6 +23,8 @@ long_description    Client API library for the Matrix protocol, built on top of
</span> 
 compiler.cxx_standard \
                     2020
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# base does not yet know about c++20 so manually blacklist Xcode clangs for now
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+compiler.blacklist-append clang
</span> 
 configure.args-append \
                     -DBUILD_LIB_TESTS=OFF \
</pre><pre style='margin:0'>

</pre>