[87675] trunk/dports/editors

raimue at macports.org raimue at macports.org
Thu Dec 1 03:36:55 PST 2011


Revision: 87675
          http://trac.macports.org/changeset/87675
Author:   raimue at macports.org
Date:     2011-12-01 03:36:55 -0800 (Thu, 01 Dec 2011)
Log Message:
-----------
editors/vim, editors/vim-app, editors/MacVim:
Remove the +nls variant and provide its functionality by default.

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	2011-12-01 10:53:05 UTC (rev 87674)
+++ trunk/dports/editors/MacVim/Portfile	2011-12-01 11:36:55 UTC (rev 87675)
@@ -7,6 +7,7 @@
 set snapshot        63
 set gitcommit       snapshot-${snapshot}
 version             ${vim_version}.snapshot${snapshot}
+revision            1
 categories          editors
 platforms           darwin
 license             VimLicense GPL-2+
@@ -28,6 +29,7 @@
                     bin:autoconf:autoconf \
                     port:python27
 depends_lib         port:ncurses \
+                    port:gettext \
                     port:libiconv \
                     port:ctags
 
@@ -65,7 +67,6 @@
 configure.args      --enable-gui=macvim \
                     --without-x \
                     --disable-gpm \
-                    --disable-nls \
                     --with-tlib=ncurses \
                     --enable-multibyte
 
@@ -154,11 +155,6 @@
     configure.args-append   --enable-cscope
 }
 
-variant nls {
-    configure.args-delete   --disable-nls
-    depends_lib-append      port:gettext
-}
-
 livecheck.type          regex
 livecheck.url           http://github.com/b4winckler/macvim/downloads
 livecheck.version       ${snapshot}

Modified: trunk/dports/editors/vim/Portfile
===================================================================
--- trunk/dports/editors/vim/Portfile	2011-12-01 10:53:05 UTC (rev 87674)
+++ trunk/dports/editors/vim/Portfile	2011-12-01 11:36:55 UTC (rev 87675)
@@ -6,6 +6,7 @@
 set vim_version     7.3
 set vim_patchlevel  353
 version             ${vim_version}.${vim_patchlevel}
+revision            1
 categories          editors
 platforms           darwin freebsd
 license             VimLicense GPL-2+
@@ -412,6 +413,7 @@
 
 depends_build       bin:grep:grep
 depends_lib         port:ncurses \
+                    port:gettext \
                     port:libiconv \
                     port:ctags
 
@@ -421,7 +423,6 @@
 configure.args      --disable-gui \
                     --without-x \
                     --disable-gpm \
-                    --disable-nls \
                     --mandir=${prefix}/share/man \
                     --with-tlib=ncurses \
                     --enable-multibyte \
@@ -556,11 +557,6 @@
     configure.args-append   --enable-cscope
 }
 
-variant nls {
-    configure.args-delete   --disable-nls
-    depends_lib-append      port:gettext
-}
-
 platform puredarwin {
     configure.args-append --disable-darwin
 }

Modified: trunk/dports/editors/vim-app/Portfile
===================================================================
--- trunk/dports/editors/vim-app/Portfile	2011-12-01 10:53:05 UTC (rev 87674)
+++ trunk/dports/editors/vim-app/Portfile	2011-12-01 11:36:55 UTC (rev 87675)
@@ -7,6 +7,7 @@
 set vim_version     7.3
 set vim_patchlevel  353
 version             ${vim_version}.${vim_patchlevel}
+revision            1
 categories          editors
 platforms           darwin
 license             VimLicense GPL-2+
@@ -424,6 +425,7 @@
 
 depends_build       bin:grep:grep
 depends_lib         port:ncurses \
+                    port:gettext \
                     port:libiconv \
                     port:ctags
 
@@ -576,11 +578,6 @@
     configure.args-append   --enable-cscope
 }
 
-variant nls {
-    configure.args-delete   --disable-nls
-    depends_lib-append      port:gettext
-}
-
 platform darwin powerpc {
     post-destroot {
         xinstall -m 644 ${workpath}/app.icns ${destroot}${applications_dir}/Vim.app/Contents/Resources/appIcon.icns
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111201/eb1a552f/attachment.html>


More information about the macports-changes mailing list