<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/10089b4bc0113fb796b8c90182a2a7fb1b839998">https://github.com/macports/macports-ports/commit/10089b4bc0113fb796b8c90182a2a7fb1b839998</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 10089b4bc01 gimp2: Whitelist strchr from implicit func check
</span>10089b4bc01 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 10089b4bc0113fb796b8c90182a2a7fb1b839998
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Fri Jun 11 19:03:17 2021 -0500

<span style='display:block; white-space:pre;color:#404040;'>    gimp2: Whitelist strchr from implicit func check
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    gimp2 regenerates configure with autoreconf. Autoconf now includes a new
</span><span style='display:block; white-space:pre;color:#404040;'>    standard configure test that deliberately doesn't include the header for
</span><span style='display:block; white-space:pre;color:#404040;'>    strchr in order to see how the compiler reacts to that.
</span>---
 graphics/gimp2/Portfile | 1 +
 1 file changed, 1 insertion(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/graphics/gimp2/Portfile b/graphics/gimp2/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 78636ce4600..a3d97b8586f 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/graphics/gimp2/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/graphics/gimp2/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -109,6 +109,7 @@ if {${os.platform} eq "darwin" && ${os.major} < 11} {
</span> 
 use_autoreconf      yes
 autoreconf.args     -fvi
<span style='display:block; white-space:pre;background:#e0ffe0;'>+configure.checks.implicit_function_declaration.whitelist-append strchr
</span> 
 pre-configure {
     if {[file exists ${prefix}/lib/gtk-2.0/include/gdkconfig.h]} {
</pre><pre style='margin:0'>

</pre>