[29714] trunk/dports/editors/vim

source_changes at macosforge.org source_changes at macosforge.org
Sat Oct 6 16:57:12 PDT 2007


Revision: 29714
          http://trac.macosforge.org/projects/macports/changeset/29714
Author:   raimue at macports.org
Date:     2007-10-06 16:57:12 -0700 (Sat, 06 Oct 2007)

Log Message:
-----------
editors/vim, editors/vim-app:
enable +multibyte by default, fixes ticket #12830

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

Modified: trunk/dports/editors/vim/Portfile
===================================================================
--- trunk/dports/editors/vim/Portfile	2007-10-06 20:40:58 UTC (rev 29713)
+++ trunk/dports/editors/vim/Portfile	2007-10-06 23:57:12 UTC (rev 29714)
@@ -47,7 +47,8 @@
                     --disable-gpm \
                     --disable-nls \
                     --mandir=${prefix}/share/man \
-                    --with-tlib=ncurses
+                    --with-tlib=ncurses \
+                    --enable-multibyte
 
 extract.only        [suffix ${name}-${vim_version}]
 post-extract {
@@ -84,7 +85,6 @@
 variant small conflicts tiny		{ configure.args-append --with-features=small }
 variant big conflicts tiny small	{ configure.args-append --with-features=big }
 variant huge conflicts tiny small big	{ configure.args-append --with-features=huge }
-variant multibyte         		{ configure.args-append --enable-multibyte }
 variant xim               		{ configure.args-append --with-xim }
 
 variant perl {

Modified: trunk/dports/editors/vim-app/Portfile
===================================================================
--- trunk/dports/editors/vim-app/Portfile	2007-10-06 20:40:58 UTC (rev 29713)
+++ trunk/dports/editors/vim-app/Portfile	2007-10-06 23:57:12 UTC (rev 29714)
@@ -56,7 +56,8 @@
                     --without-x \
                     --disable-gpm \
                     --mandir=${prefix}/share/man \
-                    --with-tlib=ncurses
+                    --with-tlib=ncurses \
+                    --enable-multibyte
 
 extract.only        [suffix ${realname}-${vim_version}]
 post-extract {
@@ -119,7 +120,6 @@
 
 variant big                     { configure.args-append --with-features=big }
 variant huge                    { configure.args-append --with-features=huge }
-variant multibyte               { configure.args-append --enable-multibyte }
 variant xim                     { configure.args-append --with-xim }
 
 variant perl {

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20071006/fdcabb00/attachment.html


More information about the macports-changes mailing list