<pre style='margin:0'>
Jeremy Huddleston Sequoia (jeremyhu) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/1fbc6294306d3dd30f5ffe919d96cf67d077637a">https://github.com/macports/macports-ports/commit/1fbc6294306d3dd30f5ffe919d96cf67d077637a</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 1fbc6294306d3dd30f5ffe919d96cf67d077637a
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Thu Sep 3 19:48:26 2020 -0500

<span style='display:block; white-space:pre;color:#404040;'>    quartz-wm: Disable silent rules
</span>---
 x11/quartz-wm/Portfile | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/x11/quartz-wm/Portfile b/x11/quartz-wm/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index addbb7aaed2..93c84b8e97d 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/x11/quartz-wm/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/x11/quartz-wm/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -40,11 +40,12 @@ if {${os.arch} eq "powerpc"} {
</span> # http://trac.macports.org/ticket/36043
 compiler.blacklist-append gcc-4.0
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+configure.args  --disable-silent-rules \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                --with-bundle-id-prefix=org.macports
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> platform macosx {
     if {${os.major} < 10} {
         # Xplugin.h is missing on Tiger and incorrect on Leopard
         configure.cppflags-append -I${filespath}/include
     }
 }
<span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-configure.args  --with-bundle-id-prefix=org.macports
</span></pre><pre style='margin:0'>

</pre>