<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/07aeffc13698e2e528f450cc681e64fd1fbe7161">https://github.com/macports/macports-ports/commit/07aeffc13698e2e528f450cc681e64fd1fbe7161</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 07aeffc1369 mesa: Blacklist system clang on macOS10.10 and older
</span>07aeffc1369 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 07aeffc13698e2e528f450cc681e64fd1fbe7161
</span>Author: Chris Jones <jonesc@macports.org>
AuthorDate: Tue Oct 4 12:31:28 2022 +0100

<span style='display:block; white-space:pre;color:#404040;'>    mesa: Blacklist system clang on macOS10.10 and older
</span>---
 x11/mesa/Portfile | 5 +++++
 1 file changed, 5 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/x11/mesa/Portfile b/x11/mesa/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 4cdd2a8b587..22a7f141e3c 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/x11/mesa/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/x11/mesa/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -5,6 +5,7 @@ PortGroup               meson 1.0
</span> PortGroup               conflicts_build 1.0
 PortGroup               muniversal 1.1
 PortGroup               legacysupport 1.0
<span style='display:block; white-space:pre;background:#e0ffe0;'>+PortGroup               compiler_blacklist_versions 1.0
</span> 
 # timespec_get() and others
 legacysupport.newest_darwin_requires_legacy 17
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -56,6 +57,10 @@ post-patch {
</span> 
 compiler.c_standard     2011
 compiler.cxx_standard   2014
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# Build issues on mac OS 10.10
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# ../mesa-22.1.7/src/util/compiler.h:90:7: error: builtin feature check macro requires a parenthesized identifier
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# #elif HAS_CLANG_FALLTHROUGH
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+compiler.blacklist-append  {clang < 800}
</span> 
 configure.args          -Dc_std=c11 \
                         -Dosmesa=true \
</pre><pre style='margin:0'>

</pre>