<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/864f894caf2d732c1c8a61289c932f3d98474cff">https://github.com/macports/macports-ports/commit/864f894caf2d732c1c8a61289c932f3d98474cff</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 864f894  LyX: Disable silent rules
</span>864f894 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 864f894caf2d732c1c8a61289c932f3d98474cff
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Wed Mar 28 23:11:52 2018 -0500

<span style='display:block; white-space:pre;color:#404040;'>    LyX: Disable silent rules
</span>---
 aqua/LyX/Portfile | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/aqua/LyX/Portfile b/aqua/LyX/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index c89349e..6c59c84 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/aqua/LyX/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/aqua/LyX/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -42,6 +42,8 @@ checksums           rmd160  374b428cdfc9cedfb597b5be0ee03b2ef7e139ef \
</span>                     sha256  310f556adbfafd243f2c17a0be0d22fa50b9b4f7de41e66625cace8ea088b92b \
                     size    15676680
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+configure.args      --disable-silent-rules
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> post-configure {
     reinplace \
         "s|\$(MKDIR_P) \$(pkgdatadir)|\
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -72,7 +74,8 @@ variant qt4 conflicts qt5 description {Use Qt4} {
</span>     PortGroup qt4 1.0
 
     configure.pre_args  --prefix=${applications_dir}/LyX.app
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    configure.args      --without-x \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    configure.args-append \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                        --without-x \
</span>                         --without-included-boost \
                         --enable-optimization=-Os \
                         --with-version-suffix=-${branch} \
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -88,7 +91,8 @@ variant qt5 conflicts qt4 description {Use Qt5} {
</span> 
     configure.cxxflags-append -std=c++11
     configure.pre_args  --prefix=${applications_dir}/LyX.app
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    configure.args      --without-x \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    configure.args-append \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                        --without-x \
</span>                         --without-included-boost \
                         --enable-cxx11 \
                         --enable-optimization=-Os \
</pre><pre style='margin:0'>

</pre>