From owner-freebsd-questions@FreeBSD.ORG Tue Oct 20 20:55:03 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 85AB51065694 for ; Tue, 20 Oct 2009 20:55:03 +0000 (UTC) (envelope-from pieter@degoeje.nl) Received: from smtp.utwente.nl (smtp2.utsp.utwente.nl [130.89.2.9]) by mx1.freebsd.org (Postfix) with ESMTP id 011CB8FC14 for ; Tue, 20 Oct 2009 20:55:02 +0000 (UTC) Received: from nox.student.utwente.nl (nox.student.utwente.nl [130.89.165.91]) by smtp.utwente.nl (8.12.10/SuSE Linux 0.7) with ESMTP id n9KKsoov028945; Tue, 20 Oct 2009 22:54:50 +0200 From: Pieter de Goeje To: freebsd-questions@freebsd.org Date: Tue, 20 Oct 2009 22:54:49 +0200 User-Agent: KMail/1.9.10 References: <4ADE1F2A.6020601@enabled.com> In-Reply-To: <4ADE1F2A.6020601@enabled.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200910202254.49857.pieter@degoeje.nl> X-UTwente-MailScanner-Information: Scanned by MailScanner. Contact icts.servicedesk@utwente.nl for more information. X-UTwente-MailScanner: Found to be clean X-UTwente-MailScanner-From: pieter@degoeje.nl X-Spam-Status: No Cc: Noah Subject: Re: how to build from ports without downloading ports X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Oct 2009 20:55:03 -0000 On Tuesday 20 October 2009 22:35:54 Noah wrote: > I have a server with minimal disk space. is there a way to build from > ports without downloading ports or only downloading what is needed for > the build and then it is removed? That is technically possible but it's usually a lot easier to mount the ports tree from an NFS server. If you share the ports tree between a number of servers make sure WRKDIRPREFIX is set to a local path before you start building ports or you might run into concurrency issues when multiple servers build a port at the same time. Regards, Pieter