From owner-cvs-all@FreeBSD.ORG Sun Aug 7 01:07:42 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9793F16A41F; Sun, 7 Aug 2005 01:07:42 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (vc4-2-0-87.dsl.netrack.net [199.45.160.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id E4B6443D49; Sun, 7 Aug 2005 01:07:41 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (localhost.village.org [127.0.0.1] (may be forged)) by harmony.bsdimp.com (8.13.3/8.13.3) with ESMTP id j7717EsI072131; Sat, 6 Aug 2005 19:07:14 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Sat, 06 Aug 2005 19:08:17 -0600 (MDT) Message-Id: <20050806.190817.128046221.imp@bsdimp.com> To: phk@haven.freebsd.dk From: "M. Warner Losh" In-Reply-To: <25357.1123323114@phk.freebsd.dk> References: <20050806093614.GI48504@ip.net.ua> <25357.1123323114@phk.freebsd.dk> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0 (harmony.bsdimp.com [127.0.0.1]); Sat, 06 Aug 2005 19:07:15 -0600 (MDT) Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, ru@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Aug 2005 01:07:42 -0000 In message: <25357.1123323114@phk.freebsd.dk> "Poul-Henning Kamp" writes: : In message <20050806093614.GI48504@ip.net.ua>, Ruslan Ermilov writes: : > : >On Sat, Aug 06, 2005 at 06:56:39AM +0000, Poul-Henning Kamp wrote: : >> phk 2005-08-06 06:56:39 UTC : >> : >> FreeBSD src repository : >> : >> Modified files: : >> usr.bin Makefile : >> Log: : >> Put hesinfo(1) under buildoption "YES_HESIOD" : >> : >> Revision Changes Path : >> 1.283 +5 -1 src/usr.bin/Makefile : >> : >Traditionally, this would be spelled "WITH_HESIOD". : : Yes, but I wanted to clear category for toplevel-only : build options. : : The WITH_FOO have traditionally been used to control : single programs, but you can't enable HESIOD in : amd if it is not also in libc, so the YES_FOO options : are intended to be usable only for buildworld and installworld : targets. I think we need to move to the NetBSD-like way of having WITH_FOO/WITHOUT_FOO controlling MK_FOO getting set to yes/no (or did I get that backwards). Sorting that out, however, might be a pita... Warner