pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/editors/vim-share Remove cscope option and make it def...
details: https://anonhg.NetBSD.org/pkgsrc/rev/908b0a505acb
branches: trunk
changeset: 398138:908b0a505acb
user: hasso <hasso%pkgsrc.org@localhost>
date: Tue Aug 25 08:17:36 2009 +0000
description:
Remove cscope option and make it default. Via PR 40710 and discussed with
martti@.
diffstat:
editors/vim-share/Makefile.common | 10 +++-------
1 files changed, 3 insertions(+), 7 deletions(-)
diffs (35 lines):
diff -r c2e801980fa7 -r 908b0a505acb editors/vim-share/Makefile.common
--- a/editors/vim-share/Makefile.common Tue Aug 25 07:29:18 2009 +0000
+++ b/editors/vim-share/Makefile.common Tue Aug 25 08:17:36 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.126 2009/08/04 05:53:03 martti Exp $
+# $NetBSD: Makefile.common,v 1.127 2009/08/25 08:17:36 hasso Exp $
# used by editors/vim/Makefile
# used by editors/vim-gtk/Makefile
@@ -57,6 +57,7 @@
# files (and PLIST might not include all files) so use at your own risk!
CONFIGURE_ARGS+= ${VIM_EXTRA_OPTS}
CONFIGURE_ARGS+= --enable-multibyte
+CONFIGURE_ARGS+= --enable-cscope
PATCH_ARGS= -d ${WRKDIR}/${VIM_SUBDIR} --forward --quiet \
-E ${PATCH_STRIP:Q}
@@ -75,16 +76,11 @@
ALTERNATIVES_SRC=
.endif
-PKG_SUPPORTED_OPTIONS+= cscope ruby
+PKG_SUPPORTED_OPTIONS+= ruby
PKG_OPTIONS_VAR= PKG_OPTIONS.vim
.include "../../mk/bsd.options.mk"
-.if !empty(PKG_OPTIONS:Mcscope)
-DEPENDS+= cscope-[0-9]*:../../devel/cscope
-CONFIGURE_ARGS+= --enable-cscope
-.endif
-
.if !empty(PKG_OPTIONS:Mruby)
.include "../../lang/ruby/buildlink3.mk"
CONFIGURE_ARGS+= --enable-rubyinterp
Home |
Main Index |
Thread Index |
Old Index