<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/c5921d56a8c2ffc6cfc548b024b873e62d506b2a">https://github.com/macports/macports-ports/commit/c5921d56a8c2ffc6cfc548b024b873e62d506b2a</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 c5921d56a8c rsync: Use autoconf
</span>c5921d56a8c is described below

<span style='display:block; white-space:pre;color:#808000;'>commit c5921d56a8c2ffc6cfc548b024b873e62d506b2a
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Sun Oct 30 07:10:44 2022 -0500

<span style='display:block; white-space:pre;color:#404040;'>    rsync: Use autoconf
</span>---
 net/rsync/Portfile | 8 ++++++++
 1 file changed, 8 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/net/rsync/Portfile b/net/rsync/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index f1be045cb86..38eff0f39ce 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/net/rsync/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/net/rsync/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -28,6 +28,8 @@ long_description    rsync is an open source utility that provides fast \
</span> homepage            https://rsync.samba.org
 master_sites        https://download.samba.org/pub/rsync/src/
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+depends_build       port:autoconf
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> depends_lib         port:popt \
                     port:libiconv \
                     port:xxhashlib \
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -46,6 +48,12 @@ patch.pre_args      -p1
</span> # https://trac.macports.org/ticket/60792#comment:2
 patchfiles          fileflags.diff
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+pre-configure {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    # fileflags.diff patches aclocal.m4 so the configure script needs
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    # to be regenerated, which is one of the things this script does.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    system -W ${worksrcpath} "./prepare-source"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> compiler.blacklist  {clang >= 1100 < 1103}
 
 configure.args      --with-rsyncd-conf=${prefix}/etc/rsyncd.conf
</pre><pre style='margin:0'>

</pre>