Date: Sun, 30 Jun 2013 14:59:44 -0700 From: Jason Helfman <jgh@FreeBSD.org> To: Sayetsky Anton <vsjcfm@gmail.com> Cc: "svn-ports-head@freebsd.org" <svn-ports-head@freebsd.org>, "svn-ports-all@freebsd.org" <svn-ports-all@freebsd.org>, obrien@freebsd.org Subject: Re: svn commit: r322016 - head/editors/vim Message-ID: <CAMuy=%2BgYQ3596qQHbg5MNxQLg%2BkGXafvfy=qixYwvvRQGCBVrg@mail.gmail.com> In-Reply-To: <CAFG2KCKAJm%2B-Y4CWF6m7hZevCPdENPrY_1%2BCDwrrerQ4qzxwnQ@mail.gmail.com> References: <CAL7fYohpqGEbNKsB2Ge=6RaJ=RucNJrPmon-owGtfWoANzdKvw@mail.gmail.com> <CAFG2KCKAJm%2B-Y4CWF6m7hZevCPdENPrY_1%2BCDwrrerQ4qzxwnQ@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, Jun 29, 2013 at 8:38 AM, Sayetsky Anton <vsjcfm@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@FreeBSD.org | http://people.freebsd.org/~jgh | The Power to Serve
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAMuy=%2BgYQ3596qQHbg5MNxQLg%2BkGXafvfy=qixYwvvRQGCBVrg>