<pre style='margin:0'>
Joshua Root (jmroot) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/7a6ba90e6db759d1798062b888d2ccf4b6ce2094">https://github.com/macports/macports-ports/commit/7a6ba90e6db759d1798062b888d2ccf4b6ce2094</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 7a6ba90e6db bind9: require a clang with stdatomic.h
</span>7a6ba90e6db is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 7a6ba90e6db759d1798062b888d2ccf4b6ce2094
</span>Author: Joshua Root <jmr@macports.org>
AuthorDate: Thu Jul 25 13:51:40 2024 +1000
<span style='display:block; white-space:pre;color:#404040;'> bind9: require a clang with stdatomic.h
</span>---
net/bind9/Portfile | 2 ++
1 file changed, 2 insertions(+)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/net/bind9/Portfile b/net/bind9/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 54279be1da6..d7b0d6c7965 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/net/bind9/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/net/bind9/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -53,8 +53,10 @@ universal_variant \
</span> no
compiler.c_standard 2011
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# Needs stdatomic.h
</span> # Apple clang 15.0.0 from Xcode before 15.2 has a codegen bug that causes a crash in libisc
compiler.blacklist \
<span style='display:block; white-space:pre;background:#e0ffe0;'>+ {clang < 703} \
</span> {clang >= 1500.0.40.1 < 1500.1.0.2.5 }
patchfiles atomics.patch \
</pre><pre style='margin:0'>
</pre>