<pre style='margin:0'>
Ken (kencu) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/f830225333a87404f5db617984863ed0cff29912">https://github.com/macports/macports-ports/commit/f830225333a87404f5db617984863ed0cff29912</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 f830225  macvim: fix build with Xcode10
</span>f830225 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit f830225333a87404f5db617984863ed0cff29912
</span>Author: ken-cunningham-webuse <ken.cunningham.webuse@gmail.com>
AuthorDate: Sun Sep 30 17:17:28 2018 -0700

<span style='display:block; white-space:pre;color:#404040;'>    macvim: fix build with Xcode10
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    closes: https://trac.macports.org/ticket/57170
</span>---
 editors/MacVim/Portfile | 5 +++++
 1 file changed, 5 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/editors/MacVim/Portfile b/editors/MacVim/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index ead89d0..e1d8b1d 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/editors/MacVim/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/editors/MacVim/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -75,6 +75,11 @@ configure.args      --enable-gui=macvim \
</span> # Old pre-compiled headers could influence build, #26723
 build.args          XCODEFLAGS="CACHE_ROOT=${workpath}/caches"
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# this port does not build with the new xcode build system at present
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+if {[vercmp ${xcodeversion} 10.0] >= 0} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    build.args    XCODEFLAGS="CACHE_ROOT=${workpath}/caches -UseNewBuildSystem=NO"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> destroot {
     copy ${worksrcpath}/src/MacVim/build/Release/MacVim.app ${destroot}${applications_dir}
     ln -s ${applications_dir}/MacVim.app/Contents/bin/mvim ${destroot}${prefix}/bin/mvim
</pre><pre style='margin:0'>

</pre>