pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/editors Move --enable-multibyte from vim/Makefile to v...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ce6596d8e1e7
branches:  trunk
changeset: 486918:ce6596d8e1e7
user:      cjs <cjs%pkgsrc.org@localhost>
date:      Wed Jan 05 11:03:44 2005 +0000

description:
Move --enable-multibyte from vim/Makefile to vim-share/Makefile.common,
since it should be not just the command line version of vim but all
versions (e.g., gtk) that use this.

diffstat:

 editors/vim-share/Makefile.common |  3 ++-
 editors/vim/Makefile              |  3 +--
 2 files changed, 3 insertions(+), 3 deletions(-)

diffs (34 lines):

diff -r 5993aba7be8f -r ce6596d8e1e7 editors/vim-share/Makefile.common
--- a/editors/vim-share/Makefile.common Wed Jan 05 11:01:09 2005 +0000
+++ b/editors/vim-share/Makefile.common Wed Jan 05 11:03:44 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.37 2004/06/21 08:23:48 martti Exp $
+# $NetBSD: Makefile.common,v 1.38 2005/01/05 11:03:44 cjs Exp $
 
 VIM_VERSION=           6.3
 VIM_PATCHLEVEL=                0
@@ -29,6 +29,7 @@
 # See "configure --help" extra options. These might affect the installed
 # files (and PLIST might not include all files) so use at your own risk!
 CONFIGURE_ARGS+=       ${VIM_EXTRA_OPTS}
+CONFIGURE_ARGS+=       --enable-multibyte
 
 PATCH_ARGS=            -d ${WRKDIR}/vim63 --forward --quiet \
                                -E ${PATCH_STRIP}
diff -r 5993aba7be8f -r ce6596d8e1e7 editors/vim/Makefile
--- a/editors/vim/Makefile      Wed Jan 05 11:01:09 2005 +0000
+++ b/editors/vim/Makefile      Wed Jan 05 11:03:44 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.55 2004/12/03 15:14:56 wiz Exp $
+# $NetBSD: Makefile,v 1.56 2005/01/05 11:03:44 cjs Exp $
 
 .include               "../vim-share/Makefile.common"
 
@@ -15,7 +15,6 @@
 
 CONFIGURE_ARGS+=       --enable-gui=no --without-x
 CONFIGURE_ARGS+=       --with-tlib=ncurses
-CONFIGURE_ARGS+=       --enable-multibyte
 
 BUILD_TARGET=          vim
 INSTALL_TARGET=                installvimbin



Home | Main Index | Thread Index | Old Index