svn commit: r345230 - head/editors/vim
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Thu Feb 20 15:05:45 UTC 2014
On Thu, Feb 20, 2014 at 10:44 PM, Bryan Drewery <bdrewery at freebsd.org>wrote:
> On 2/20/2014 8:20 AM, Sunpoet Po-Chuan Hsieh wrote:
> > Author: sunpoet
> > Date: Thu Feb 20 14:20:36 2014
> > New Revision: 345230
> > URL: http://svnweb.freebsd.org/changeset/ports/345230
> > QAT: https://qat.redports.org/buildarchive/r345230/
> >
> > Log:
> > - Fix type of option group: it was RADIO but it should be SINGLE now
> (with the addition of CONSOLE)
> >
> > Modified:
> > head/editors/vim/Makefile
> >
> > Modified: head/editors/vim/Makefile
> >
> ==============================================================================
> > --- head/editors/vim/Makefile Thu Feb 20 14:17:54 2014 (r345229)
> > +++ head/editors/vim/Makefile Thu Feb 20 14:20:36 2014 (r345230)
> > @@ -19,8 +19,8 @@ MAINTAINER?= sunpoet at FreeBSD.org
> > COMMENT?= Vi "workalike", with many additional features
> >
> > OPTIONS_DEFINE= CSCOPE EXUBERANT_CTAGS LUA NLS PERL PYTHON RUBY
> TCL XTERM_SAVE
> > -OPTIONS_RADIO= UI
> > -OPTIONS_RADIO_UI= ATHENA CONSOLE GNOME GTK2 MOTIF X11
> > +OPTIONS_SINGLE= UI
> > +OPTIONS_SINGLE_UI= ATHENA CONSOLE GNOME GTK2 MOTIF X11
> > OPTIONS_SUB= yes
> > ATHENA_DESC= Athena GUI toolkit
> > CSCOPE_DESC= cscope support
> >
>
> Just to be sure. (Assuming no default) You *MUST* select one to have vim
> build or can it build without picking one?
>
> --
> Regards,
> Bryan Drewery
>
>
The UI group was RADIO, including ATHENA, GNOME, GTK2 (default on), MOTIF
and X11.
I added CONSOLE option to this group for users who do not need GUI support.
Thus it should be SINGLE now. :)
Regards,
sunpoet
More information about the svn-ports-all
mailing list