From owner-svn-ports-all@FreeBSD.ORG Thu Feb 20 15:07:53 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 32F87D51 for ; Thu, 20 Feb 2014 15:07:53 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 106AD1B32 for ; Thu, 20 Feb 2014 15:07:53 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id s1KF7qOg073330 for ; Thu, 20 Feb 2014 15:07:52 GMT (envelope-from bdrewery@freefall.freebsd.org) Received: (from bdrewery@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s1KF7qqe073325 for svn-ports-all@freebsd.org; Thu, 20 Feb 2014 15:07:52 GMT (envelope-from bdrewery) Received: (qmail 40053 invoked from network); 20 Feb 2014 09:07:51 -0600 Received: from unknown (HELO ?10.10.0.24?) (freebsd@shatow.net@10.10.0.24) by sweb.xzibition.com with ESMTPA; 20 Feb 2014 09:07:51 -0600 Message-ID: <53061A41.8040607@FreeBSD.org> Date: Thu, 20 Feb 2014 09:07:45 -0600 From: Bryan Drewery Organization: FreeBSD User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.3.0 MIME-Version: 1.0 To: Sunpoet Po-Chuan Hsieh Subject: Re: svn commit: r345230 - head/editors/vim References: <201402201420.s1KEKbVw086176@svn.freebsd.org> <530614EB.9070302@FreeBSD.org> In-Reply-To: X-Enigmail-Version: 1.6 OpenPGP: id=6E4697CF; url=http://www.shatow.net/bryan/bryan2.asc Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="GRjplFKLv8L1eEjkN8PPX7nxFpMp8UBHd" Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Feb 2014 15:07:53 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --GRjplFKLv8L1eEjkN8PPX7nxFpMp8UBHd Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On 2/20/2014 9:05 AM, Sunpoet Po-Chuan Hsieh wrote: > On Thu, Feb 20, 2014 at 10:44 PM, Bryan Drewery > wrote: >=20 > 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 SINGL= E > now (with the addition of CONSOLE) > > > > Modified: > > head/editors/vim/Makefile > > > > Modified: head/editors/vim/Makefile > > > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D > > --- head/editors/vim/Makefile Thu Feb 20 14:17:54 2014 =20 > (r345229) > > +++ head/editors/vim/Makefile Thu Feb 20 14:20:36 2014 =20 > (r345230) > > @@ -19,8 +19,8 @@ MAINTAINER?=3D sunpoet@FreeBSD.org > > COMMENT?=3D Vi "workalike", with many additional features > > > > OPTIONS_DEFINE=3D CSCOPE EXUBERANT_CTAGS LUA NLS PERL PYTHO= N > RUBY TCL XTERM_SAVE > > -OPTIONS_RADIO=3D UI > > -OPTIONS_RADIO_UI=3D ATHENA CONSOLE GNOME GTK2 MOTIF X11 > > +OPTIONS_SINGLE=3D UI > > +OPTIONS_SINGLE_UI=3D ATHENA CONSOLE GNOME GTK2 MOTIF X11 > > OPTIONS_SUB=3D yes > > ATHENA_DESC=3D Athena GUI toolkit > > CSCOPE_DESC=3D cscope support > > >=20 > Just to be sure. (Assuming no default) You *MUST* select one to hav= e vim > build or can it build without picking one? >=20 > -- > Regards, > Bryan Drewery >=20 >=20 > 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 supp= ort. > Thus it should be SINGLE now. :) >=20 > Regards, > sunpoet Thanks, looks good since there are default for vim and vim-lite. Without the default SINGLE can cause frustration for users. --=20 Regards, Bryan Drewery --GRjplFKLv8L1eEjkN8PPX7nxFpMp8UBHd Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (MingW32) Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iQEcBAEBAgAGBQJTBhpCAAoJEDXXcbtuRpfPJ8YH/0Azwk7Ahhj/fWMAoZ+dOcoH ZLmdyVSpogl25+iKOP9EguNTf1Nl4Dsvz1L6202cjqbkRZvEMGQEUExXekPCDxXT sPUT9Pu443Fb3wgSFPGds2RzwSrXZ4klbGuRyPulJsyppM5DMi02LiIKQCDgPZUa 77VmhRSbvO5ncZuNz4awmOiO33hNtfwJXkebHyNUG2O1o4vKXPtASsuDT6oKbrb6 y0MfkaLWw7prHjrQXdLqR1UWUGPE+yeSzZ01CEklv0BbntnYyWMk2TZZ95hCWhFo NwbG0d5sCC2ZsFvTT9EqnBiJ9uPfXm8cTDhpAcO4FInQq6ZrOxQK6IUgx2GhbFU= =3WvW -----END PGP SIGNATURE----- --GRjplFKLv8L1eEjkN8PPX7nxFpMp8UBHd--