From owner-freebsd-questions@FreeBSD.ORG Sun Apr 6 13:07:09 2003 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 4BD4737B401 for ; Sun, 6 Apr 2003 13:07:09 -0700 (PDT) Received: from dark.mtl.rptn.net (mtl.rptn.net [216.113.17.176]) by mx1.FreeBSD.org (Postfix) with ESMTP id C3E0C43F3F for ; Sun, 6 Apr 2003 13:07:05 -0700 (PDT) (envelope-from rick@rptn.net) Received: from zombie.mtl.rptn.net (zombie.mtl.rptn.net [192.168.1.20]) by dark.mtl.rptn.net (8.12.9/8.12.9) with ESMTP id h36K73Ou080009; Sun, 6 Apr 2003 16:07:03 -0400 (EDT) (envelope-from rick@rptn.net) From: Rick Fournier To: "Bigbrother" , Date: Sun, 6 Apr 2003 15:07:02 -0500 User-Agent: KMail/1.5 References: <004001c2fc77$036a4880$e203a8c0@macedon> In-Reply-To: <004001c2fc77$036a4880$e203a8c0@macedon> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200304061607.03157.rick@rptn.net> Subject: Re: Using a different WORK folder for ports 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: Sun, 06 Apr 2003 20:07:09 -0000 On April 6, 2003 03:59 pm, Bigbrother wrote: > Hi people, > > I want to NFS export read-only the ports tree /usr/ports to different > fbsd machines. When the clients try to build a port, the compilation > fails because they cannot write to the ports tree. > > Is there any hack that it could redirect the ./work folder of every port > to be a local rw disk, > like /usr/tmp/work ? Thus, patches and compilation would be redirected > to a local hard disk. (This would increase also the compilation > performance) in your /etc/make.conf you can use: WRKDIRPREFIX= /usr/tmp/work > > Thankx in advance!! > -- Rick Fournier (rick@rptn.net) PGP Key: 31846E22 (http://www.rptn.net/rick.asc) Key Fingerprint: B1E3 AE2E C867 F491 BF9F 9485 7818 122D 3184 6E22