Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 May 2012 16:57:39 -0700
From:      Jason Helfman <jgh@FreeBSD.org>
To:        Ruslan Mahmatkhanov <cvs-src@yandex.ru>
Cc:        ports@FreeBSD.org, Baptiste Daroussin <bapt@FreeBSD.org>
Subject:   Re: [HEADSUP] New framework options aka optionng
Message-ID:  <20120529235739.GJ31475@dormouse.experts-exchange.com>
In-Reply-To: <4FC5237D.9090804@yandex.ru>
References:  <4301C0E3-3C53-46E2-B5A5-7BD120CD775F@FreeBSD.org> <4FAE047D.7040708@FreeBSD.org> <20120512131731.GB3222@azathoth.lan> <4FC5237D.9090804@yandex.ru>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, May 29, 2012 at 11:29:01PM +0400, Ruslan Mahmatkhanov thus spake:
>Hi Baptiste,
>
>Am I right that `make rmconfig' isn't working with optionsng?
>I got this lines:
>
>OPTIONS_DEFINE=	FIREBIRD SSH SVN X11
>FIREBIRD_DESC=	Enable firebird support
>SSH_DESC=	Enable ssh support
>SVN_DESC=	Enable subversion support
>
>I `make config` and mark couple of them - X11, SVN. Then do `make
>rmconfig` and got
>"===> No user-specified options configured for hydra-7.3".
>Then do `make config` again and still got this X11 and SVN options
>marked. Is this a bug or I missing something (I didn't yet read the new
>Mk's, just the docs)?
>
>Thanks.
>
>-- 
>Regards,
>Ruslan
>

Did you define:

OPTIONS_DEFAULT=  SOMEOPTION1 SOMEOPTION2

Otherwise, this sounds right.

-jgh
-- 
Jason Helfman
FreeBSD Committer | http://people.freebsd.org/~jgh | The Power To Serve



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20120529235739.GJ31475>