From owner-freebsd-current@FreeBSD.ORG Fri Jun 4 19:33:21 2010 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E4A881065675 for ; Fri, 4 Jun 2010 19:33:21 +0000 (UTC) (envelope-from bf1783@googlemail.com) Received: from mail-wy0-f182.google.com (mail-wy0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id 7961B8FC14 for ; Fri, 4 Jun 2010 19:33:21 +0000 (UTC) Received: by wyf28 with SMTP id 28so1504829wyf.13 for ; Fri, 04 Jun 2010 12:33:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:received:received:reply-to:date :message-id:subject:from:to:cc:content-type; bh=hCEq2zrV+NLnAetc6u9qfRQe/awj7Dz1W1T35JfweYQ=; b=p+jBozwaSKZ6EP68f+af5MVdxqml6c8a3q9qQT4RHAIJFb+pH5pxTNHeY5WvKq9umQ Z/J+c5cLpRX+p6Ibp4qpzDiQsDu3INMDyCeWRChNGmCHV+nqNi22/3KaIPYbKUMrNJyo lWkwG/o4762pgklh9c0FVzg2JulrBEIpbWrf4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:reply-to:date:message-id:subject:from:to:cc :content-type; b=G1hVKSHbX+ctu+KtDHC5OqTAyOT+P+0vSBvo9jzKI6Q+9LwZ2gx6ta/Grt7j1qTP0y yIBc1fcyBD1LXXr4B4f4cFt2kQVC8m3P8tEhyMnt/SZ3j+1eGuhxKK/sOQEjEQoizxAh iFGWz4vwoXEtr9v1Tx1HENXjTcBDoCh1iDCAg= MIME-Version: 1.0 Received: by 10.227.148.10 with SMTP id n10mr6149818wbv.87.1275680000145; Fri, 04 Jun 2010 12:33:20 -0700 (PDT) Received: by 10.216.183.5 with HTTP; Fri, 4 Jun 2010 12:33:19 -0700 (PDT) Date: Fri, 4 Jun 2010 19:33:19 +0000 Message-ID: From: "b. f." To: Freddie Cash Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-current@freebsd.org Subject: Re: 'buildworld' not always pulling in /etc/src.conf X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: bf1783@gmail.com List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Jun 2010 19:33:22 -0000 >Wouldn't it be great, if /etc/make.conf disappeared completely? > >To be replaced by /etc/src.conf for buildworld/kernel stuff. > >And /etc/ports.conf for ports building stuff. > Er, and replaced by what for using make on the many things that are neither in the base system, nor in FreeBSD Ports? The world of software is a big place. >With no linkage of any kind between the two, with all the "magic" hidden in >/usr/ports/Mk and /usr/share/Mk. > >Maybe I'm dreaming, but wouldn't it make things a lot simpler in the long >run? Just because you have a make.conf, doesn't mean that you can't have a ports.conf, or that you must continue to use src.conf in the way that it is used now. b.