From owner-freebsd-ports@FreeBSD.ORG Sat Sep 10 19:24:21 2005 Return-Path: X-Original-To: ports@freebsd.org 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 5F3D616A41F for ; Sat, 10 Sep 2005 19:24:21 +0000 (GMT) (envelope-from ade@lovett.com) Received: from mail.lovett.com (foo.lovett.com [67.134.38.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1BFF543D4C for ; Sat, 10 Sep 2005 19:24:21 +0000 (GMT) (envelope-from ade@lovett.com) Received: from hellfire.lab.lovett.com ([192.168.32.20]:57511) by mail.lovett.com with esmtpa (Exim 4.52 (FreeBSD)) id 1EEAxY-000DT8-7v; Sat, 10 Sep 2005 12:24:20 -0700 In-Reply-To: <200509091858.38116.serge.gagnon@b2b2c.ca> References: <200509091858.38116.serge.gagnon@b2b2c.ca> Mime-Version: 1.0 (Apple Message framework v734) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Ade Lovett Date: Sat, 10 Sep 2005 12:24:19 -0700 To: Serge Gagnon X-Mailer: Apple Mail (2.734) Sender: ade@lovett.com X-SA-Exim-Connect-IP: 192.168.32.20 X-SA-Exim-Mail-From: ade@lovett.com X-SA-Exim-Scanned: No (on mail.lovett.com); SAEximRunCond expanded to false Cc: ports@freebsd.org Subject: Re: www/apache2 can't make configure if $PORTSDIR is mounted with nfs X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Sep 2005 19:24:21 -0000 On Sep 09, 2005, at 15:58 , Serge Gagnon wrote: > I found that i can do a 'make configure' on the nfs server, but it > is not good > for a portupgrade on the nfs client unless i call portupgrade with -w. > > Is there an other way to configure apache2 on the nsf client > station without > the above workaround ? Add: WRKDIRPREFIX= /usr/obj to /etc/make.conf, substituting /usr/obj for any local filesystem with a reasonable amount of building space. -aDe