svn commit: r345230 - head/editors/vim

Bryan Drewery bdrewery at FreeBSD.org
Thu Feb 20 15:07:53 UTC 2014


On 2/20/2014 9:05 AM, Sunpoet Po-Chuan Hsieh wrote:
> On Thu, Feb 20, 2014 at 10:44 PM, Bryan Drewery <bdrewery at freebsd.org
> <mailto: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

Thanks, looks good since there are default for vim and vim-lite.

Without the default SINGLE can cause frustration for users.

-- 
Regards,
Bryan Drewery

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 553 bytes
Desc: OpenPGP digital signature
URL: <http://lists.freebsd.org/pipermail/svn-ports-all/attachments/20140220/97b88bff/attachment.sig>


More information about the svn-ports-all mailing list