<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/00461b59e05039c16a0cda04485ae34045607f32">https://github.com/macports/macports-ports/commit/00461b59e05039c16a0cda04485ae34045607f32</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 00461b59e05039c16a0cda04485ae34045607f32
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Mon Dec 12 04:29:32 2022 -0600

<span style='display:block; white-space:pre;color:#404040;'>    coreutils*: Suppress strchr warning
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    See: https://trac.macports.org/ticket/65435
</span>---
 sysutils/coreutils-devel/Portfile | 2 ++
 sysutils/coreutils/Portfile       | 2 ++
 2 files changed, 4 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/sysutils/coreutils-devel/Portfile b/sysutils/coreutils-devel/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 440161128c1..f454560343e 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/sysutils/coreutils-devel/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/sysutils/coreutils-devel/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -60,6 +60,8 @@ configure.args-append \
</span> configure.env-append \
                 FORCE_UNSAFE_CONFIGURE=1
 
<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> post-destroot {
     if {[file exists ${destroot}${prefix}/share/info/dir]} {
         delete ${destroot}${prefix}/share/info/dir
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/sysutils/coreutils/Portfile b/sysutils/coreutils/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 5f4eda3e4fa..3df1f53774e 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/sysutils/coreutils/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/sysutils/coreutils/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -68,6 +68,8 @@ configure.args-append \
</span> configure.env-append \
                 FORCE_UNSAFE_CONFIGURE=1
 
<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> post-destroot {
     if {[file exists ${destroot}${prefix}/share/info/dir]} {
         delete ${destroot}${prefix}/share/info/dir
</pre><pre style='margin:0'>

</pre>