<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/2bbc71aa6f3fb4f66d9252d32fdc6feb74137833">https://github.com/macports/macports-ports/commit/2bbc71aa6f3fb4f66d9252d32fdc6feb74137833</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 2bbc71aa6f3 clang_compilers : limit clan-17+ to Darwin12 and newer
</span>2bbc71aa6f3 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 2bbc71aa6f3fb4f66d9252d32fdc6feb74137833
</span>Author: Chris Jones <jonesc@macports.org>
AuthorDate: Tue Oct 15 10:20:53 2024 +0100

<span style='display:block; white-space:pre;color:#404040;'>    clang_compilers : limit clan-17+ to Darwin12 and newer
</span>---
 _resources/port1.0/compilers/clang_compilers.tcl | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/_resources/port1.0/compilers/clang_compilers.tcl b/_resources/port1.0/compilers/clang_compilers.tcl
</span><span style='display:block; white-space:pre;color:#808080;'>index cf3c676a7c6..f6dda4f86ec 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/_resources/port1.0/compilers/clang_compilers.tcl
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/_resources/port1.0/compilers/clang_compilers.tcl
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -12,8 +12,8 @@ if {${os.platform} eq "darwin" && [option configure.build_arch] in [list ppc ppc
</span>     return
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-# Clang 17+ only available on Darwin11 and newer
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-if {${os.major} >= 11 || ${os.platform} ne "darwin"} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# Clang 17+ only available on newer Darwin versions
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+if {${os.major} >= 12 || ${os.platform} ne "darwin"} {
</span>     # For now limit exposure of clang-18+ to macOS13+ due to issues like
     # https://github.com/macports/macports-ports/pull/21051
     # https://trac.macports.org/ticket/68640
</pre><pre style='margin:0'>

</pre>