From owner-freebsd-current@FreeBSD.ORG Mon Jun 22 14:44:01 2009 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 812AD10656C5 for ; Mon, 22 Jun 2009 14:44:01 +0000 (UTC) (envelope-from keramida@freebsd.org) Received: from poseidon.ceid.upatras.gr (poseidon.ceid.upatras.gr [150.140.141.169]) by mx1.freebsd.org (Postfix) with ESMTP id 2B3348FC19 for ; Mon, 22 Jun 2009 14:44:00 +0000 (UTC) (envelope-from keramida@freebsd.org) Received: from mail.ceid.upatras.gr (unknown [10.1.0.143]) by poseidon.ceid.upatras.gr (Postfix) with ESMTP id CA8E0EB5138; Mon, 22 Jun 2009 17:43:59 +0300 (EEST) Received: from localhost (europa.ceid.upatras.gr [127.0.0.1]) by mail.ceid.upatras.gr (Postfix) with ESMTP id B474B450C6; Mon, 22 Jun 2009 17:43:59 +0300 (EEST) X-Virus-Scanned: amavisd-new at ceid.upatras.gr Received: from mail.ceid.upatras.gr ([127.0.0.1]) by localhost (europa.ceid.upatras.gr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id REz2vMVKxsBo; Mon, 22 Jun 2009 17:43:59 +0300 (EEST) Received: from kobe.laptop (adsl105-76.kln.forthnet.gr [77.49.224.76]) by mail.ceid.upatras.gr (Postfix) with ESMTP id 698664503F; Mon, 22 Jun 2009 17:43:59 +0300 (EEST) Received: from kobe.laptop (kobe.laptop [127.0.0.1]) by kobe.laptop (8.14.3/8.14.3) with ESMTP id n5MEhwgt022226; Mon, 22 Jun 2009 17:43:58 +0300 (EEST) (envelope-from keramida@freebsd.org) Received: (from keramida@localhost) by kobe.laptop (8.14.3/8.14.3/Submit) id n5MEhv95022225; Mon, 22 Jun 2009 17:43:57 +0300 (EEST) (envelope-from keramida@freebsd.org) From: Giorgos Keramidas To: Alexander Best References: Date: Mon, 22 Jun 2009 17:43:57 +0300 In-Reply-To: (Alexander Best's message of "Mon, 22 Jun 2009 16:36:06 +0200 (CEST)") Message-ID: <874ou8miqa.fsf@kobe.laptop> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.94 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: freebsd-current@freebsd.org Subject: Re: WITHOUT_GAMES=true and /usr/games X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Jun 2009 14:44:01 -0000 On Mon, 22 Jun 2009 16:36:06 +0200 (CEST), Alexander Best wrote: > thanks a bunch. i'll patch my source tree and see if i can installworld > without /usr/games beeing created. would be great to have this patch in -HEAD. It should work, but if you bump on anything that breaks, please let me know. The only tricky bit about all the WITH_XXX options that may affect mtree output is that we have many of them. Extracting a separate mtree specfile for each WITH_XXX option and each *combination* of these options may end up being too much work and complicate the build glue a lot for far too little gain. I am not sure if we can invest the time and code for *all* WITH_XXX options, but it may be ok to do for a few large components, i.e. the ones that appear in sysinstall menus as separate distributions :)