<pre style='margin:0'>
Daniel J. Luke (danielluke) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/4024356eb05a3835da457e4f465659b672506fcd">https://github.com/macports/macports-ports/commit/4024356eb05a3835da457e4f465659b672506fcd</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 4024356eb05 bind9: blacklist xcode15's clang
</span>4024356eb05 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 4024356eb05a3835da457e4f465659b672506fcd
</span>Author: Daniel J. Luke <dluke@macports.org>
AuthorDate: Sun Oct 1 16:36:29 2023 -0400
<span style='display:block; white-space:pre;color:#404040;'> bind9: blacklist xcode15's clang
</span><span style='display:block; white-space:pre;color:#404040;'>
</span><span style='display:block; white-space:pre;color:#404040;'> bad codegen for libisc causes all of the bind9 binaries to crash if
</span><span style='display:block; white-space:pre;color:#404040;'> built with this blacklisted compiler
</span>---
net/bind9/Portfile | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
<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 966eb849b5a..3820be0b3e1 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;'>@@ -6,6 +6,7 @@ PortGroup compiler_blacklist_versions 1.0
</span>
name bind9
version 9.18.19
<span style='display:block; white-space:pre;background:#e0ffe0;'>+revision 1
</span> categories net
maintainers {geeklair.net:dluke @danielluke} {jmr @jmroot}
platforms darwin freebsd sunos
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -50,9 +51,11 @@ universal_variant \
</span> no
# Needs working __atomic_* builtins
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# xcode15 (1500.0.40.1) generates unaligned movaps == crash in libisc isc_random_initialize
</span> compiler.blacklist \
gcc-4.2 \
<span style='display:block; white-space:pre;background:#ffe0e0;'>- {clang < 500}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ {clang < 500} \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ {clang == 1500.0.40.1}
</span>
patchfiles atomics.patch \
lib_dns_Makefile.in.patch
</pre><pre style='margin:0'>
</pre>