<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/da29317eae4836ebb62d1702b307491c996d0504">https://github.com/macports/macports-ports/commit/da29317eae4836ebb62d1702b307491c996d0504</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 da29317eae4 LLVM 20: Disable on <Darwin16, trun off sanitizers on <Darwin18
</span>da29317eae4 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit da29317eae4836ebb62d1702b307491c996d0504
</span>Author: Chris Jones <jonesc@macports.org>
AuthorDate: Thu Mar 6 15:47:45 2025 +0000

<span style='display:block; white-space:pre;color:#404040;'>    LLVM 20: Disable on <Darwin16, trun off sanitizers on <Darwin18
</span>---
 lang/llvm-20/Portfile | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/lang/llvm-20/Portfile b/lang/llvm-20/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 9563463aa4b..9c8045a29e2 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/lang/llvm-20/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/lang/llvm-20/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -18,7 +18,7 @@ legacysupport.use_static              yes
</span> legacysupport.disable_function_wrap   yes
 
 categories              lang
<span style='display:block; white-space:pre;background:#ffe0e0;'>-platforms               {darwin >= 11}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+platforms               {darwin >= 16}
</span> license                 NCSA
 maintainers             nomaintainer
 
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -325,11 +325,12 @@ if { ${subport} eq "clang-${llvm_version}" || ${subport} eq "flang-${llvm_versio
</span>         configure.args-append    -DDARWIN_osx_SYSROOT="${configure.sdkroot}"
     }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    if {${os.platform} eq "darwin" && ${os.major} <= 15} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    if {${os.platform} eq "darwin" && ${os.major} <= 17} {
</span>         # sanitizers in compiler_rt fail to build on older systems
         # might be fixable with the use of newer SDK and/or effort if motivated
         # all three toggles are needed to force them off
         # Extended to 10.11 and older, see https://trac.macports.org/ticket/65887
<span style='display:block; white-space:pre;background:#e0ffe0;'>+        # Extend to 10.13 and older, see https://trac.macports.org/ticket/72150
</span>         configure.args-append    -DCOMPILER_RT_BUILD_SANITIZERS=OFF \
                                  -DCOMPILER_RT_BUILD_XRAY=OFF \
                                  -DCOMPILER_RT_BUILD_MEMPROF=OFF
</pre><pre style='margin:0'>

</pre>