From owner-freebsd-questions@FreeBSD.ORG Sun Apr 6 13:13:01 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 77E6337B401 for ; Sun, 6 Apr 2003 13:13:01 -0700 (PDT) Received: from mired.org (ip68-97-54-220.ok.ok.cox.net [68.97.54.220]) by mx1.FreeBSD.org (Postfix) with SMTP id 4EBE843F75 for ; Sun, 6 Apr 2003 13:13:00 -0700 (PDT) (envelope-from mwm-dated-1050091979.31a945@mired.org) Received: (qmail 85479 invoked from network); 6 Apr 2003 20:12:59 -0000 Received: from localhost.mired.org (HELO guru.mired.org) (127.0.0.1) by localhost.mired.org with SMTP; 6 Apr 2003 20:12:59 -0000 Received: by guru.mired.org (tmda-inject, from uid 100); Sun, 06 Apr 2003 15:12:59 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <16016.35402.644067.99567@guru.mired.org> Date: Sun, 6 Apr 2003 15:12:58 -0500 To: "Bigbrother" In-Reply-To: <004001c2fc77$036a4880$e203a8c0@macedon> References: <20030406190043.6021E37B405@hub.freebsd.org> <004001c2fc77$036a4880$e203a8c0@macedon> X-Mailer: VM 7.07 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`; h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ From: Mike Meyer X-Delivery-Agent: TMDA/0.73 (Jet Pilot) cc: freebsd-questions@freebsd.org 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:13:01 -0000 In <004001c2fc77$036a4880$e203a8c0@macedon>, Bigbrother typed: > 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) Set WRKDIRPREFIX in /etc/make.conf. See the ports(7) man page for more information. http://www.mired.org/consulting.html Independent Network/Unix/Perforce consultant, email for more information.