From owner-freebsd-ports@FreeBSD.ORG Mon May 24 13:47:06 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 292D316A4CE for ; Mon, 24 May 2004 13:47:06 -0700 (PDT) Received: from freebee.digiware.nl (dsl390.iae.nl [212.61.63.138]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7905443D31 for ; Mon, 24 May 2004 13:47:05 -0700 (PDT) (envelope-from wjw@withagen.nl) Received: from dual (dual [212.61.27.71]) by freebee.digiware.nl (8.12.10/8.12.10) with SMTP id i4OKh367095275; Mon, 24 May 2004 22:43:03 +0200 (CEST) (envelope-from wjw@withagen.nl) Message-ID: <024901c441cf$c31ba0e0$471b3dd4@dual> From: "Willem Jan Withagen" To: "Will Andrews" References: <022a01c441cd$b56c47d0$471b3dd4@dual> <20040524203705.GW98339@sirius.firepipe.net> Date: Mon, 24 May 2004 22:43:25 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1409 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1409 cc: freebsd-ports@freebsd.org Subject: Re: Question about using the ports-tree for several systems X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 May 2004 20:47:06 -0000 On Mon, May 24, 2004 at 10:28:43PM +0200, Willem Jan Withagen wrote: | > Any chance in optionaly extending the work directory into something | > like: | > work-${arch}[-${os}[-${hostname}]] | | Solution: WRKDIRPREFIX Nice solution: [/usr/ports/sysutils/lsof] root@freebee> setenv WRKDIRPREFIX work-i386-5.2.1 [/usr/ports/sysutils/lsof] root@freebee> portinstall lsof { output deleted, errors about cpumask } [/usr/ports/sysutils/lsof] root@freebee> ls Makefile files/ pkg-plist distinfo pkg-descr work-i386-5.2.1/ --WjW