<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/54355f4d6cebc1f3212dc2bfaf854d1a7e5e60a5">https://github.com/macports/macports-ports/commit/54355f4d6cebc1f3212dc2bfaf854d1a7e5e60a5</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 54355f4d6ce bind9: add comment for future reference
</span>54355f4d6ce is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 54355f4d6cebc1f3212dc2bfaf854d1a7e5e60a5
</span>Author: Daniel J. Luke <dluke@macports.org>
AuthorDate: Mon Oct 9 15:33:59 2023 -0400

<span style='display:block; white-space:pre;color:#404040;'>    bind9: add comment for future reference
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Newer clang doesn't have the codegen bug so don't need the patch.
</span>---
 net/bind9/Portfile | 1 +
 1 file changed, 1 insertion(+)

<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 437dfb70a05..5f989332718 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;'>@@ -58,6 +58,7 @@ compiler.blacklist \
</span> # libisc_random_clang_codgen.patch forces 8 byte alignment for the thread_local variable
 # which causes clang to produce a movups insruction instead of an un-aligned movaps instruction
 # we could alternatively build with gcc or figure out which clang version(s) don't have this problem
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# macports clang 16 and 17 don't have this problem but clang-14 does.
</span> patchfiles      atomics.patch \
                 lib_dns_Makefile.in.patch \
                 libisc_random_clang_codegen.patch
</pre><pre style='margin:0'>

</pre>