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

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

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/devel/util-linux/Portfile b/devel/util-linux/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 055b628c24f..3e6ddff5ec0 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/devel/util-linux/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/devel/util-linux/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -8,7 +8,6 @@ github.setup        karelzak util-linux 2.38.1 v
</span> revision            0
 set branch          [join [lrange [split ${version} .] 0 1] .]
 categories          devel
<span style='display:block; white-space:pre;background:#ffe0e0;'>-platforms           darwin
</span> maintainers         {khindenburg @kurthindenburg} openmaintainer
 license             BSD GPL-2+ public-domain
 
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -82,6 +81,8 @@ configure.args      --disable-agetty \
</span>                     --without-audit \
                     --without-python
 
<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> # When adding new programs, check the .c file for license
 build.target        colcrt column getopt hardlink look rename rev scriptreplay setsid
 
</pre><pre style='margin:0'>

</pre>