[112829] trunk/dports/editors

raimue at macports.org raimue at macports.org
Sat Nov 2 05:46:03 PDT 2013


Revision: 112829
          https://trac.macports.org/changeset/112829
Author:   raimue at macports.org
Date:     2013-11-02 05:46:02 -0700 (Sat, 02 Nov 2013)
Log Message:
-----------
editors/vim, editors/vim-app, editors/MacVim:
Add configure option --enable-fail-if-missing to detect problems with linking
to scripting languages early. Affects build only, no rev bump.

Modified Paths:
--------------
    trunk/dports/editors/MacVim/Portfile
    trunk/dports/editors/vim/Portfile
    trunk/dports/editors/vim-app/Portfile

Modified: trunk/dports/editors/MacVim/Portfile
===================================================================
--- trunk/dports/editors/MacVim/Portfile	2013-11-02 12:32:59 UTC (rev 112828)
+++ trunk/dports/editors/MacVim/Portfile	2013-11-02 12:46:02 UTC (rev 112829)
@@ -71,7 +71,8 @@
                     --without-x \
                     --disable-gpm \
                     --with-tlib=ncurses \
-                    --enable-multibyte
+                    --enable-multibyte \
+                    --enable-fail-if-missing
 
 # Old pre-compiled headers could influence build, #26723
 build.args          XCODEFLAGS="CACHE_ROOT=${workpath}/caches" \

Modified: trunk/dports/editors/vim/Portfile
===================================================================
--- trunk/dports/editors/vim/Portfile	2013-11-02 12:32:59 UTC (rev 112828)
+++ trunk/dports/editors/vim/Portfile	2013-11-02 12:46:02 UTC (rev 112829)
@@ -122,7 +122,8 @@
                     --mandir=${prefix}/share/man \
                     --with-tlib=ncurses \
                     --enable-multibyte \
-                    --with-developer-dir=${developer_dir}
+                    --with-developer-dir=${developer_dir} \
+                    --enable-fail-if-missing
 
 post-destroot {
     ln -s ${prefix}/bin/vim ${destroot}${prefix}/bin/vi

Modified: trunk/dports/editors/vim-app/Portfile
===================================================================
--- trunk/dports/editors/vim-app/Portfile	2013-11-02 12:32:59 UTC (rev 112828)
+++ trunk/dports/editors/vim-app/Portfile	2013-11-02 12:46:02 UTC (rev 112829)
@@ -145,7 +145,8 @@
                     --mandir=${prefix}/share/man \
                     --with-tlib=ncurses \
                     --enable-multibyte \
-                    --with-developer-dir=${developer_dir}
+                    --with-developer-dir=${developer_dir} \
+                    --enable-fail-if-missing
 
 post-extract {
     system "tar xvfz ${distpath}/app-bm.tar.gz -C ${workpath}"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20131102/1abbd811/attachment.html>


More information about the macports-changes mailing list