<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/4a5bb470565259b502fdc46d9ded9bd5bfc7a054">https://github.com/macports/macports-ports/commit/4a5bb470565259b502fdc46d9ded9bd5bfc7a054</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 4a5bb470565259b502fdc46d9ded9bd5bfc7a054
</span>Author: Ryan Schmidt <git@ryandesign.com>
AuthorDate: Sat Mar 3 18:25:08 2018 -0600
<span style='display:block; white-space:pre;color:#404040;'> qgis: Remove conflicting use_parallel_build directives
</span><span style='display:block; white-space:pre;color:#404040;'>
</span><span style='display:block; white-space:pre;color:#404040;'> See: https://trac.macports.org/ticket/55905
</span>---
gis/qgis/Portfile | 3 ---
1 file changed, 3 deletions(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/gis/qgis/Portfile b/gis/qgis/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 35a6b0e..c7b15d5 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/gis/qgis/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/gis/qgis/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -27,8 +27,6 @@ distname final-${version_u}
</span> master_sites https://github.com/qgis/QGIS/archive/
worksrcdir QGIS-${distname}
<span style='display:block; white-space:pre;background:#ffe0e0;'>-use_parallel_build no
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span> checksums rmd160 fc85c0821532505c531aacb39f5abdfc9fac15f0 \
sha256 f8912cddca6673b54fcbea8b418d877b51d7229ebd4caec07bdb5fbfda6851e4
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -184,6 +182,5 @@ variant grass description "Build Grass 7 plugin" {
</span> configure.dir ${worksrcpath}/build
configure.cmd cmake ..
<span style='display:block; white-space:pre;background:#ffe0e0;'>-use_parallel_build yes
</span> build.dir ${worksrcpath}/build
destroot.target install
</pre><pre style='margin:0'>
</pre>