svn commit: r322016 - head/editors/vim
Jason Helfman
jgh at FreeBSD.org
Sun Jun 30 21:59:50 UTC 2013
On Sat, Jun 29, 2013 at 8:38 AM, Sayetsky Anton <vsjcfm at gmail.com> wrote:
> Hello,
> After this commit, I cannot set vim options via "make config" &
> without setting WITH_OPTIONS.
> Is this an expected behavior? If yes, maybe an UPDATING entry must be
> added?
>
It seems that applying this will restore options presentation behavior.
That being said, I don't know if the previous behavior was expected,
correct or broken.
Index: editors/vim/Makefile
===================================================================
--- editors/vim/Makefile (revision 322107)
+++ editors/vim/Makefile (working copy)
@@ -43,7 +43,7 @@
SLAVEDIRS= editors/vim-lite
-.if defined(WITH_OPTIONS) || defined(WITH_VIM_OPTIONS) || !defined(LITE)
&& defined(PACKAGE_BUILDING)
+.if defined(WITH_OPTIONS) || defined(WITH_VIM_OPTIONS) || !defined(LITE)
&& !defined(PACKAGE_BUILDING)
.include "${.CURDIR}/../vim/options"
. if !defined(LITE) && defined(PACKAGE_BUILDING)
OPTIONS_DEFAULT+= CSCOPE EXUBERANT_CTAGS PERL PYTHON RUBY \
-jgh
--
Jason Helfman | FreeBSD Committer
jgh at FreeBSD.org | http://people.freebsd.org/~jgh | The Power to Serve
More information about the svn-ports-all
mailing list