From owner-freebsd-questions@FreeBSD.ORG Sat Jul 15 00:41:19 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 C0C8916A4DD for ; Sat, 15 Jul 2006 00:41:19 +0000 (UTC) (envelope-from micahjon@ywave.com) Received: from relay3.av-mx.com (relay3.av-mx.com [137.118.16.123]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5CCB243D45 for ; Sat, 15 Jul 2006 00:41:19 +0000 (GMT) (envelope-from micahjon@ywave.com) X-Virus-Scan-Time: 0 Received: from [137.118.16.61] (HELO mx0.av-mx.com) by relay3.av-mx.com (CommuniGate Pro SMTP 4.2.10) with SMTP id 334433533 for freebsd-questions@freebsd.org; Fri, 14 Jul 2006 20:41:18 -0400 Received: (qmail 3353 invoked from network); 15 Jul 2006 00:41:18 -0000 Received: from dsl19021.ywave.com (HELO ?192.168.1.65?) (micahjon@ywave.com@216.227.106.21) by 0 with SMTP; 15 Jul 2006 00:41:18 -0000 X-CLIENT-IP: 216.227.106.21 X-CLIENT-HOST: dsl19021.ywave.com Message-ID: <44B839AC.3080902@ywave.com> Date: Fri, 14 Jul 2006 17:41:16 -0700 From: Micah User-Agent: Thunderbird 1.5.0.4 (X11/20060611) MIME-Version: 1.0 To: Dave References: <000301c6a7a2$f12d3490$0200a8c0@satellite> In-Reply-To: <000301c6a7a2$f12d3490$0200a8c0@satellite> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: ports variable for compiling in alternate location 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: Sat, 15 Jul 2006 00:41:19 -0000 Dave wrote: > Hello, > I'm trying to compile tovid on my 6.1 box. The filesystem that has > ports on it is running out of space. I knew of a variable that allowed > ports to be compiled in an alternate area, but can't find it. Also, does > anyone know how much build space tovid will need? > Thanks. > Dave. WRKDIRPREFIX=/path/to/place/with/space (see http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/ports-using.html for details) Not sure how much space tovid needs to build though. HTH, Micah