<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/912c1f1ae1c359700ae37f4fa3e62e0f80f31c7a">https://github.com/macports/macports-ports/commit/912c1f1ae1c359700ae37f4fa3e62e0f80f31c7a</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 912c1f1ae1c emacs: disable silent rules
</span>912c1f1ae1c is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 912c1f1ae1c359700ae37f4fa3e62e0f80f31c7a
</span>Author: Christopher Chavez <chrischavez@gmx.us>
AuthorDate: Wed Sep 23 22:41:12 2020 -0500

<span style='display:block; white-space:pre;color:#404040;'>    emacs: disable silent rules
</span>---
 editors/emacs/Portfile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/editors/emacs/Portfile b/editors/emacs/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 94a714a3520..1fb7ca5d848 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/editors/emacs/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/editors/emacs/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -36,7 +36,8 @@ subport emacs-app-devel {
</span> 
 depends_build-append port:autoconf port:automake port:libtool
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-configure.args  --without-ns \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+configure.args  --disable-silent-rules \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                --without-ns \
</span>                 --without-x \
                 --without-dbus \
                 --without-gconf \
</pre><pre style='margin:0'>

</pre>