<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/30a74b93b59bff4dac6623f77c24a78213451478">https://github.com/macports/macports-ports/commit/30a74b93b59bff4dac6623f77c24a78213451478</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 30a74b93b59 texinfo: Ignore implicit declaration of strchr
</span>30a74b93b59 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 30a74b93b59bff4dac6623f77c24a78213451478
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Fri May 19 19:19:23 2023 -0500

<span style='display:block; white-space:pre;color:#404040;'>    texinfo: Ignore implicit declaration of strchr
</span>---
 textproc/texinfo/Portfile | 3 +++
 1 file changed, 3 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/textproc/texinfo/Portfile b/textproc/texinfo/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index ba0a0554c32..54ed92a9cc6 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/textproc/texinfo/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/textproc/texinfo/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -47,6 +47,9 @@ checksums           rmd160  c5b5d379d6558f126622ffc42a00748343df8564 \
</span>                     sha256  74b420d09d7f528e84f97aa330f0dd69a98a6053e7a4e01767eed115038807bf \
                     size    4886668
 
<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> configure.perl      ${perl5.bin}
 pre-configure {
     configure.env-append \
</pre><pre style='margin:0'>

</pre>