Date: Sat, 8 Jun 2013 02:06:48 +0200 From: Baptiste Daroussin <bapt@freebsd.org> To: Jim Trigg <jtrigg@spamcop.net> Cc: Chris Rees <crees@FreeBSD.org>, "ports@freebsd.org" <ports@freebsd.org> Subject: Re: Conversion to new options framework over Message-ID: <20130608000647.GN35160@ithaqua.etoilebsd.net> In-Reply-To: <20130607204956.GF9419@spamcop.net> References: <20130606064509.GI38896@ithaqua.etoilebsd.net> <20130607175537.GE9419@spamcop.net> <CADLo83-9SkuTpwneryC3w02TcKaQ1K0B-kVRivn3HomF-cQ4Gw@mail.gmail.com> <20130607204956.GF9419@spamcop.net>
next in thread | previous in thread | raw e-mail | index | archive | help
--b1ERR0FXR0PvNIRE Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Jun 07, 2013 at 04:49:56PM -0400, Jim Trigg wrote: > On Fri, Jun 07, 2013 at 08:09:30PM +0100, Chris Rees wrote: > > On 7 June 2013 18:55, Jim Trigg <jtrigg@spamcop.net> wrote: > > > On Thu, Jun 06, 2013 at 08:45:10AM +0200, Baptiste Daroussin wrote: > > >> The compatibility code to parse the WITH/WITHOUT entries in make.conf > > >> will be removed in 6 months either. > > >> > > >> Do not forget to convert your configuration (make.conf, portsconf et= c). > > >> A reminder will be send a month before the removal of the compatibil= ity > > >> code. > > > > > > It would be useful to provide a pointer to instructions for doing so = -- > > > what exactly replaces WITH/WITHOUT entries in make.conf? For example, > > > my dedicated server has WITHOUT_X11=3Dyes in /etc/make.conf because i= t's > > > headless and doesn't run an X server. What should that become? > > > > > > I tried googling, and the github doc page's only mention of make.conf= is > > > to add "WITH_PKGNG=3Dyes". Likewise the FreeBSD Handbook. The wiki > > > apparently just points to the Handbook. > >=20 > > WITH_PKGNG is not a classical OPTION, because it doesn't apply to any > > port in particular. >=20 > I hadn't meant to refer to that as one of the WITH_ options that needed > to be changed... >=20 > > There is some documentation for users at [1], basically you need to > > change any WITH_ variables to OPTIONS_SET=3D, and WITHOUT_ to > > OPTIONS_UNSET=3D. I'll hopefully find some time soon to get it in the > > Handbook.... > >=20 > > For example; > >=20 > > WITHOUT_X11=3Dyes > > WITH_CUPS=3Dyes > > WITHOUT_PULSEAUDIO=3Dyes > >=20 > > becomes > >=20 > > OPTIONS_SET=3DCUPS > > OPTIONS_UNSET=3DPULSEAUDIO X11 >=20 > That works for binary options, but what about version options? E.g., WITH= _BDB_VER=3D47 ... >=20 > Thanks, > Jim those haven't been touched no change for them regards, Bapt --b1ERR0FXR0PvNIRE Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (FreeBSD) iEYEARECAAYFAlGydZcACgkQ8kTtMUmk6Ez2kwCgs1ol4BF5JVLndwACPelwiUpD 4pMAoKcrBUHzcNsiR/29vmuWoppb9959 =GDou -----END PGP SIGNATURE----- --b1ERR0FXR0PvNIRE--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20130608000647.GN35160>