<pre style='margin:0'>
Ken (kencu) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/bd6d69d0731a8ae8841f9da2640d7918a09363be">https://github.com/macports/macports-ports/commit/bd6d69d0731a8ae8841f9da2640d7918a09363be</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 bd6d69d0731 aria2: disable silent rules
</span>bd6d69d0731 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit bd6d69d0731a8ae8841f9da2640d7918a09363be
</span>Author: Ken Cunningham <kencu@macports.org>
AuthorDate: Sun Jan 28 15:24:02 2024 -0800
<span style='display:block; white-space:pre;color:#404040;'> aria2: disable silent rules
</span><span style='display:block; white-space:pre;color:#404040;'>
</span><span style='display:block; white-space:pre;color:#404040;'> so we can see the build and link lines in the logs
</span>---
net/aria2/Portfile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/net/aria2/Portfile b/net/aria2/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index f4991dcf661..164a72bdac4 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/net/aria2/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/net/aria2/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -43,7 +43,8 @@ configure.args --with-libiconv-prefix=${prefix} \
</span> --with-libuv \
--with-xml-prefix=${prefix} \
--without-libcares \
<span style='display:block; white-space:pre;background:#ffe0e0;'>- --without-sqlite3
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ --without-sqlite3 \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ --disable-silent-rules
</span>
# See https://trac.macports.org/ticket/68951
# and https://github.com/aria2/aria2/issues/2083
</pre><pre style='margin:0'>
</pre>