From owner-freebsd-questions@FreeBSD.ORG Sat Oct 22 13:45:38 2005 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 D3BED16A420 for ; Sat, 22 Oct 2005 13:45:38 +0000 (GMT) (envelope-from jerrymc@clunix.cl.msu.edu) Received: from clunix.cl.msu.edu (clunix.cl.msu.edu [35.9.2.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7C54743D45 for ; Sat, 22 Oct 2005 13:45:38 +0000 (GMT) (envelope-from jerrymc@clunix.cl.msu.edu) Received: from clunix.cl.msu.edu (localhost [127.0.0.1]) by clunix.cl.msu.edu (8.12.10+Sun/8.12.2) with ESMTP id j9MDjcBn019215; Sat, 22 Oct 2005 09:45:38 -0400 (EDT) Received: (from jerrymc@localhost) by clunix.cl.msu.edu (8.12.10+Sun/8.12.2/Submit) id j9MDjc4g019214; Sat, 22 Oct 2005 09:45:38 -0400 (EDT) From: Jerry McAllister Message-Id: <200510221345.j9MDjc4g019214@clunix.cl.msu.edu> To: kris@obsecurity.org (Kris Kennaway) Date: Sat, 22 Oct 2005 09:45:38 -0400 (EDT) In-Reply-To: <20051021230711.GA69140@xor.obsecurity.org> X-Mailer: ELM [version 2.5 PL7] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: ross , "freebsd-questions@freebsd.org" Subject: Re: Making ports in alternative areas 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, 22 Oct 2005 13:45:38 -0000 > > On Fri, Oct 21, 2005 at 06:42:36PM -0400, Jerry McAllister wrote: > > >=20 > > > I'm running low on disc space on my /usr partition and I would like to = > =20 > > > compile a program from the ports that is rather large. I have enough sp= > ace =20 > > > once it's compiled, it's just the work that I don't have enough space f= > or. =20 > > [...] > [...] > > This is way too much work. We have environment variable to solve the > OP's problem. See make.conf(5) and ports(7). A little less permanent, but just for the build, it would be a reasonable solution too. ////jerry . > > Kris >