From owner-freebsd-hackers@FreeBSD.ORG Thu Jul 28 16:09:38 2005 Return-Path: X-Original-To: freebsd-hackers@FreeBSD.org Delivered-To: freebsd-hackers@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D837616A41F for ; Thu, 28 Jul 2005 16:09:38 +0000 (GMT) (envelope-from joerg@britannica.bec.de) Received: from hydra.bec.de (www.ostsee-abc.de [62.206.222.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 86A5643D62 for ; Thu, 28 Jul 2005 16:09:37 +0000 (GMT) (envelope-from joerg@britannica.bec.de) Received: from britannica.bec.de (unknown [139.30.252.72]) by hydra.bec.de (Postfix) with ESMTP id F2A3535707 for ; Thu, 28 Jul 2005 18:09:32 +0200 (CEST) Received: by britannica.bec.de (Postfix, from userid 1001) id 80416543F; Thu, 28 Jul 2005 18:07:32 +0200 (CEST) Date: Thu, 28 Jul 2005 18:07:32 +0200 From: Joerg Sonnenberger To: freebsd-hackers@FreeBSD.org Message-ID: <20050728160732.GA964@britannica.bec.de> Mail-Followup-To: freebsd-hackers@FreeBSD.org References: <20050728155234.GA14880@frontfree.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050728155234.GA14880@frontfree.net> User-Agent: Mutt/1.5.6i Cc: Subject: Re: [RFC] Add usr/ports to BSD.usr.mtree X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Jul 2005 16:09:39 -0000 On Thu, Jul 28, 2005 at 11:52:34PM +0800, Xin LI wrote: > It seems that /usr/ports is not part of our BSD.usr.mtree tree. Is > there any reason for this? I'm willing to add it to the mtree if > nobody objects. (a) Not everybody uses third party build infrastructures. (b) Not everybody uses ports, some use pkgsrc. (c) Why should ports be placed in /usr/ports? On my systems it normally was under /home, allowing /usr to be much smaller. Joerg