<pre style='margin:0'>
Rainer Müller (raimue) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/bfa6d87d069395362515f3d8de0979af0f222865">https://github.com/macports/macports-ports/commit/bfa6d87d069395362515f3d8de0979af0f222865</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit bfa6d87d069395362515f3d8de0979af0f222865
</span>Author: Rainer Müller <raimue@macports.org>
AuthorDate: Wed Jun 6 17:59:34 2018 +0200

<span style='display:block; white-space:pre;color:#404040;'>    MacVim: Use 'make autoconf' as in port vim
</span>---
 editors/MacVim/Portfile | 11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)

<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 fcae6b5..83ef483 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;'>@@ -58,7 +58,10 @@ post-patch {
</span>     }
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-autoconf.dir        ${worksrcpath}/src
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+autoconf.cmd make autoconf
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+autoconf.pre_args
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+autoconf.args
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+autoconf.dir ${worksrcpath}/src
</span> 
 configure.args      --enable-gui=macvim \
                     --without-x \
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -115,6 +118,8 @@ variant python26 conflicts python27 description {Enable Python scripting} {
</span>     depends_lib-append      port:python26
 
     use_autoconf yes
<span style='display:block; white-space:pre;background:#e0ffe0;'>+    # Overwriting autoconf.cmd above removes dependency, add it again
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    depends_build-append port:autoconf
</span> }
 variant python27 conflicts python26 description {Enable Python scripting} {
     configure.args-append   --enable-pythoninterp --with-python=${prefix}/bin/python2.7
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -122,6 +127,8 @@ variant python27 conflicts python26 description {Enable Python scripting} {
</span>     depends_lib-append      port:python27
 
     use_autoconf yes
<span style='display:block; white-space:pre;background:#e0ffe0;'>+    # Overwriting autoconf.cmd above removes dependency, add it again
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    depends_build-append port:autoconf
</span> }
 variant python33 conflicts python34 python35 python36 description {Enable Python scripting} {
     configure.args-append   --enable-python3interp --with-python3=${prefix}/bin/python3.3
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -204,6 +211,8 @@ variant tcl description {Enable Tcl scripting} {
</span>     depends_lib-append      port:tcl
 
     use_autoconf yes
<span style='display:block; white-space:pre;background:#e0ffe0;'>+    # Overwriting autoconf.cmd above removes dependency, add it again
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    depends_build-append port:autoconf
</span> }
 
 variant lua description {Enable Lua scripting} {
</pre><pre style='margin:0'>

</pre>