<pre style='margin:0'>
Ryan Schmidt (ryandesign) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/646bdca6a7aeff4c08f05dbc5e6ebcced555b4ab">https://github.com/macports/macports-ports/commit/646bdca6a7aeff4c08f05dbc5e6ebcced555b4ab</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 646bdca6a7aeff4c08f05dbc5e6ebcced555b4ab
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Mon Dec 12 04:32:36 2022 -0600

<span style='display:block; white-space:pre;color:#404040;'>    libidn: Suppress strchr warning
</span>---
 mail/libidn/Portfile | 2 ++
 1 file changed, 2 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/mail/libidn/Portfile b/mail/libidn/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 1244f101fef..17e03fd60f9 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/mail/libidn/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/mail/libidn/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -25,6 +25,8 @@ depends_lib         port:libiconv port:gettext-runtime
</span> 
 configure.args      --disable-csharp --disable-silent-rules
 
<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> notes "
 GNU libidn2 is the successor of GNU libidn. It comes with IDNA 2008 and\
 TR46 implementations and also provides a compatibility layer for GNU libidn.
</pre><pre style='margin:0'>

</pre>