<pre style='margin:0'>
tobypeterson pushed a commit to branch master
in repository macports-base.

</pre>
<p><a href="https://github.com/macports/macports-base/commit/0f35ebbacf5f2f3b8e9a3147d69191bb86cceb2b">https://github.com/macports/macports-base/commit/0f35ebbacf5f2f3b8e9a3147d69191bb86cceb2b</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 0f35ebb  macports.tcl: On macOS 10.14 Mojave, do not complain about the default setting for universal_archs.
</span>0f35ebb is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 0f35ebbacf5f2f3b8e9a3147d69191bb86cceb2b
</span>Author: Toby Peterson <toby@macports.org>
AuthorDate: Mon Jun 11 18:29:42 2018 -0700

<span style='display:block; white-space:pre;color:#404040;'>    macports.tcl: On macOS 10.14 Mojave, do not complain about the default setting for universal_archs.
</span>---
 src/macports1.0/macports.tcl | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/src/macports1.0/macports.tcl b/src/macports1.0/macports.tcl
</span><span style='display:block; white-space:pre;color:#808080;'>index 19481eb..97da311 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/src/macports1.0/macports.tcl
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/src/macports1.0/macports.tcl
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -1062,7 +1062,9 @@ match macports.conf.default."
</span>             set macports::universal_archs {i386 ppc}
         }
     } elseif {[llength $macports::universal_archs] < 2} {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-        ui_warn "invalid universal_archs configured (should contain at least 2 archs)"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        if {$os_major < 18} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+            ui_warn "invalid universal_archs configured (should contain at least 2 archs)"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        }
</span>     }
 
     # Default arch to build for
</pre><pre style='margin:0'>

</pre>