<pre style='margin:0'>
Joshua Root (jmroot) pushed a commit to branch master
in repository mpbb.
</pre>
<p><a href="https://github.com/macports/mpbb/commit/7716d31da1100e8813086cd1af69f63d935211a8">https://github.com/macports/mpbb/commit/7716d31da1100e8813086cd1af69f63d935211a8</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 7716d31 Work around slow 'xcodebuild -version' on 10.5
</span>7716d31 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 7716d31da1100e8813086cd1af69f63d935211a8
</span>Author: Joshua Root <jmr@macports.org>
AuthorDate: Thu Jan 5 23:20:02 2017 +1100
<span style='display:block; white-space:pre;color:#404040;'> Work around slow 'xcodebuild -version' on 10.5
</span>---
mpbb-checkout | 10 ++++++++++
1 file changed, 10 insertions(+)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/mpbb-checkout b/mpbb-checkout
</span><span style='display:block; white-space:pre;color:#808080;'>index 3e990c0..4632b7e 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/mpbb-checkout
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/mpbb-checkout
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -197,6 +197,16 @@ host_blacklist ${mirrors[*]/%/.distfiles.macports.org} \
</span> EOF
) || return
<span style='display:block; white-space:pre;background:#e0ffe0;'>+ if uname -r | grep -q '^9\.'; then
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ # Work around very slow 'xcodebuild -version' on 10.5. Make sure these
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ # settings match the reality on the Leopard buildslave, obviously.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ cat >> "${option_work_dir}/macports.conf" <<EOF
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+xcodeversion 3.1.4
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+xcodebuildcmd /usr/bin/xcodebuild
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+developer_dir /Developer
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+EOF
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ fi
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> cat > "${option_work_dir}/sources.conf" <<EOF || return
# Automatically overwritten by mpbb-checkout
# Do not edit !!!
</pre><pre style='margin:0'>
</pre>