From owner-freebsd-ports@FreeBSD.ORG Thu Sep 4 20:12:43 2003 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 1B40216A4BF for ; Thu, 4 Sep 2003 20:12:43 -0700 (PDT) Received: from mx2.fillmore-labs.com (lima.fillmore-labs.com [62.138.193.83]) by mx1.FreeBSD.org (Postfix) with ESMTP id D48EA43F93 for ; Thu, 4 Sep 2003 20:12:41 -0700 (PDT) (envelope-from eikemeier@fillmore-labs.com) Received: from p5080bd4d.dip.t-dialin.net ([80.128.189.77] helo=fillmore-labs.com ident=k0lfucris5f4ipl3) by mx2.fillmore-labs.com with asmtp (TLSv1:AES256-SHA:256) (Exim 4.22) id 19v71a-000IL3-4b; Fri, 05 Sep 2003 05:12:38 +0200 Message-ID: <3F57FF22.6070906@fillmore-labs.com> Date: Fri, 05 Sep 2003 05:12:34 +0200 From: Oliver Eikemeier MIME-Version: 1.0 To: Roman Neuhauser References: <20030905023313.GG68249@freepuppy.bellavista.cz> In-Reply-To: <20030905023313.GG68249@freepuppy.bellavista.cz> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Authenticated-Sender: eikemeier@fillmore-labs.com User-Agent: KMail/1.5.9 Organization: Fillmore Labs GmbH X-Complaints-To: abuse@fillmore-labs.com cc: freebsd-ports@freebsd.org Subject: Re: ${INSTALL_COOKIE} and shared /usr/ports X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: freebsd-ports@freebsd.org List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Sep 2003 03:12:43 -0000 Roman Neuhauser wrote: > Could ${INSTALL_COOKIE} include the hostname? If you do make install on > one box, and then want to install the port on another one that has the > /usr/ports tree nfs-mounted, it'll report that the port is already > installed. [...] export /usr/ports read only and put WRKDIRPREFIX=/var/tmp in make.conf(5) Regards Oliver