From owner-freebsd-questions@FreeBSD.ORG Thu May 19 16:40:03 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F1A1716A4CE for ; Thu, 19 May 2005 16:40:03 +0000 (GMT) Received: from mta09-winn.mailhost.ntl.com (smtpout17.mailhost.ntl.com [212.250.162.17]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7B89443DC6 for ; Thu, 19 May 2005 16:40:00 +0000 (GMT) (envelope-from richard.danter@ntlworld.com) Received: from aamta02-winn.mailhost.ntl.com ([212.250.162.8]) by mta09-winn.mailhost.ntl.com with ESMTP <20050519163957.ZAGK9046.mta09-winn.mailhost.ntl.com@aamta02-winn.mailhost.ntl.com> for ; Thu, 19 May 2005 17:39:57 +0100 Received: from [192.168.1.10] (really [82.4.184.52]) by aamta02-winn.mailhost.ntl.com with ESMTP <20050519163957.VICK10462.aamta02-winn.mailhost.ntl.com@[192.168.1.10]> for ; Thu, 19 May 2005 17:39:57 +0100 Message-ID: <428CC15A.8030600@ntlworld.com> Date: Thu, 19 May 2005 17:39:54 +0100 From: Richard Danter User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050405) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Shared /usr/ports directories X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 May 2005 16:40:04 -0000 Hi all, I have several machines running FBSD now. At the moment I have a complete ports tree on each machine. I was wondering if it was possible to have it all on just one machine and NFS mount it? I have already been doing this for the /usr/ports/distfiles directory, but had not shared everything else as I was not sure if settings from a build on one machine may cause problems when building on another machine. Each machine has it's own /etc/make.conf with settings such as the processor type, so it is important that one build can't effect another. Your advice is appreciated! Thanks Rich