Date: Thu, 20 Feb 2014 23:05:16 +0800 From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: Bryan Drewery <bdrewery@freebsd.org> Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers <ports-committers@freebsd.org> Subject: Re: svn commit: r345230 - head/editors/vim Message-ID: <CAMHz58Rh0RKFvTP8XHBmK8hJqU9C2jD%2B4Ee6g6TUgwDRx-YbFw@mail.gmail.com> In-Reply-To: <530614EB.9070302@FreeBSD.org> References: <201402201420.s1KEKbVw086176@svn.freebsd.org> <530614EB.9070302@FreeBSD.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, Feb 20, 2014 at 10:44 PM, Bryan Drewery <bdrewery@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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAMHz58Rh0RKFvTP8XHBmK8hJqU9C2jD%2B4Ee6g6TUgwDRx-YbFw>