<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/4949bfebf8b481c80f4267286f129347508d19ba">https://github.com/macports/macports-ports/commit/4949bfebf8b481c80f4267286f129347508d19ba</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 4949bfebf8b bind9: Suppress strchr implicit func decl warning (#26816)
</span>4949bfebf8b is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 4949bfebf8b481c80f4267286f129347508d19ba
</span>Author: Ryan Carsten Schmidt <ryandesign@macports.org>
AuthorDate: Fri Nov 29 00:15:04 2024 -0600

<span style='display:block; white-space:pre;color:#404040;'>    bind9: Suppress strchr implicit func decl warning (#26816)
</span>---
 net/bind9/Portfile | 3 +++
 1 file changed, 3 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 c50296bb604..827b5d305d9 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;'>@@ -59,6 +59,9 @@ compiler.blacklist \
</span>                 {clang < 703} \
                 {clang >= 1500.0.40.1 < 1500.1.0.2.5 }
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# https://trac.macports.org/wiki/WimplicitFunctionDeclaration#strchr
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+configure.checks.implicit_function_declaration.whitelist-append strchr
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> patchfiles      atomics.patch \
                 lib_dns_Makefile.in.patch \
                 setrlimit.patch \
</pre><pre style='margin:0'>

</pre>