<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/7afb15d5b187288125b8ad01ecb3f0cbab690b80">https://github.com/macports/macports-ports/commit/7afb15d5b187288125b8ad01ecb3f0cbab690b80</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 7afb15d5b18 libarchive: Suppress implicit func decl warning
</span>7afb15d5b18 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 7afb15d5b187288125b8ad01ecb3f0cbab690b80
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Sun Jan 29 00:48:03 2023 -0600

<span style='display:block; white-space:pre;color:#404040;'>    libarchive: Suppress implicit func decl warning
</span>---
 archivers/libarchive/Portfile | 2 ++
 1 file changed, 2 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/archivers/libarchive/Portfile b/archivers/libarchive/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 91d6312775d..995f4b1004a 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/archivers/libarchive/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/archivers/libarchive/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -44,6 +44,8 @@ configure.args   --enable-bsdtar=shared --enable-bsdcpio=shared \
</span>                  --disable-silent-rules --without-nettle \
                  --without-openssl --with-lzo2 --with-zstd
 
<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 {
     xinstall -d ${destroot}${prefix}/libexec/${subport}
     foreach program [glob -tails -directory ${destroot}${prefix}/bin *] {
</pre><pre style='margin:0'>

</pre>