<pre style='margin:0'>
Ryan Schmidt (ryandesign) pushed a commit to branch master
in repository macports-base.

</pre>
<p><a href="https://github.com/macports/macports-base/commit/1a78a90fe253ce032822c9881d7c6db4247c2f69">https://github.com/macports/macports-base/commit/1a78a90fe253ce032822c9881d7c6db4247c2f69</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 1a78a90  portbuild.tcl: Specify -j flag when using ninja
</span>1a78a90 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 1a78a90fe253ce032822c9881d7c6db4247c2f69
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Sun Nov 12 11:34:41 2017 -0600

<span style='display:block; white-space:pre;color:#404040;'>    portbuild.tcl: Specify -j flag when using ninja
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    ninja build in parallel by default, but this makes it honor the
</span><span style='display:block; white-space:pre;color:#404040;'>    macports.conf setting.
</span>---
 src/port1.0/portbuild.tcl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/src/port1.0/portbuild.tcl b/src/port1.0/portbuild.tcl
</span><span style='display:block; white-space:pre;color:#808080;'>index fa8af85..a8b84ea 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/src/port1.0/portbuild.tcl
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/src/port1.0/portbuild.tcl
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -173,7 +173,7 @@ proc portbuild::build_getjobsarg {args} {
</span>         return ""
     }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    if {![exists build.jobs] || !([string match "*make*" [option build.cmd]] || [string match "*scons*" [option build.cmd]])} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    if {![exists build.jobs] || !([string match "*make*" [option build.cmd]] || [string match "*ninja*" [option build.cmd]] || [string match "*scons*" [option build.cmd]])} {
</span>         return ""
     }
     set jobs [option build.jobs]
</pre><pre style='margin:0'>

</pre>