Date: Wed, 18 Nov 2009 15:34:59 +0100 From: Miroslav Lachman <000.fbsd@quip.cz> To: Olivier Smedts <olivier@gid0.org> Cc: freebsd-current@freebsd.org, Gonzalo Nemmi <gnemmi@gmail.com> Subject: Re: WITHOUT_TELNET=yes .. does it work? Message-ID: <4B040613.4030705@quip.cz> In-Reply-To: <367b2c980911180330x32407537qa6468d230936cb85@mail.gmail.com> References: <200911172043.28008.gnemmi@gmail.com> <20091118000838.60CBC1CC47@ptavv.es.net> <19e9a5dc0911171905r67f4e9c4q8513782cce8f5f82@mail.gmail.com> <367b2c980911180330x32407537qa6468d230936cb85@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Olivier Smedts wrote: > 2009/11/18 Gonzalo Nemmi<gnemmi@gmail.com>: >> On Tue, Nov 17, 2009 at 9:08 PM, Kevin Oberman<oberman@es.net> wrote: >> >>>> From: Gonzalo Nemmi<gnemmi@gmail.com> >>>> Date: Tue, 17 Nov 2009 20:43:27 -0200 >>>> Sender: owner-freebsd-current@freebsd.org >>>> >>>> On Tuesday 17 November 2009 8:30:41 pm Poul-Henning Kamp wrote: >>>>> Check out the scripts in src/tools/tools/build_option_survey/ >>>>> >>>>> The result looked like this on stable-7 some time ago: >>>>> >>>>> http://phk.freebsd.dk/misc/stable7_build_options/ >>>> >>>> >>>> no effect .. >>>> Interesting ... >>>> Thanks for the link Mr. Poul-Henning Kamp >>> >>> I can state that several of the src.conf options in 8.0 don't work and >>> some will break the build. There is an open PR that has a fix to >>> Makefile.inc1 for at least some of the problems. >>> >>> That said, building a new world without telnet does not delete the >>> existing binaries, libs, header files, etc. It just causes them not to >>> be built again. Further, delete-old will not delete them. > > But someone (you, me...) can file a PR to add them to OLD_FILES when > WITHOUT_TELNET is set to yes, like it's done for some other WITHOUT_ > options. It could be *dangerous* to automatically delete files based on WITHOUT_ settings in src.conf. If somebody set WITHOUT_OPENSSH and have it built and replaced by ssh from ports with OPENSSH_OVERWRITE_BASE, then your proposed magic will delete this ssh as well. So the machine ends without any ssh even if there should be ssh from ports! Miroslav Lachman
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4B040613.4030705>