<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/3016286b6087f47cf660773c877ab9b70f5896fb">https://github.com/macports/macports-ports/commit/3016286b6087f47cf660773c877ab9b70f5896fb</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 3016286b608 clang_compilers: revert change allowing clang-12+ on old systems
</span>3016286b608 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 3016286b6087f47cf660773c877ab9b70f5896fb
</span>Author: Chris Jones <jonesc@macports.org>
AuthorDate: Mon Oct 9 23:41:01 2023 +0100

<span style='display:block; white-space:pre;color:#404040;'>    clang_compilers: revert change allowing clang-12+ on old systems
</span>---
 _resources/port1.0/compilers/clang_compilers.tcl | 10 ++++------
 1 file changed, 4 insertions(+), 6 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 116af9424e1..bd7a36f811b 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,12 +12,10 @@ if {${os.platform} eq "darwin" && [option configure.build_arch] in [list ppc ppc
</span>     return
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-if {${os.major} >= 9 || ${os.platform} ne "darwin"} {
</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:#ffe0e0;'>-        if {[option compiler.cxx_standard] >= 2020} {
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-            # For now limit exposure of clang-17 to ports needing c++20 or newer
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-            lappend compilers macports-clang-17
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-        }
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+if {${os.major} >= 11 || ${os.platform} ne "darwin"} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    if {[option compiler.cxx_standard] >= 2020} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        # For now limit exposure of clang-17 to ports needing c++20 or newer
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        lappend compilers macports-clang-17
</span>     }
     if {[option compiler.cxx_standard] >= 2014} {
         # For now limit exposure of clang-16 to ports needing c++14 or newer
</pre><pre style='margin:0'>

</pre>