From owner-freebsd-ports@FreeBSD.ORG Tue Jun 28 17:49:24 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 50BE616A41C for ; Tue, 28 Jun 2005 17:49:24 +0000 (GMT) (envelope-from josemi@freebsd.jazztel.es) Received: from 62-14-156-60.inversas.jazztel.es (62-14-156-60.inversas.jazztel.es [62.14.156.60]) by mx1.FreeBSD.org (Postfix) with ESMTP id A7A4B43D49 for ; Tue, 28 Jun 2005 17:49:23 +0000 (GMT) (envelope-from josemi@freebsd.jazztel.es) Received: from redesjm.local (orion.redesjm.local [192.168.254.16]) by 62-14-156-60.inversas.jazztel.es (8.13.3/8.13.3) with ESMTP id j5SHnK1E076544; Tue, 28 Jun 2005 19:49:20 +0200 (CEST) (envelope-from josemi@redesjm.local) Received: from localhost (localhost [[UNIX: localhost]]) by redesjm.local (8.13.3/8.13.3/Submit) id j5SHnKJ4000810; Tue, 28 Jun 2005 19:49:20 +0200 (CEST) (envelope-from josemi@redesjm.local) From: Jose M Rodriguez To: thierry@herbelot.com Date: Tue, 28 Jun 2005 19:49:19 +0200 User-Agent: KMail/1.8.1 References: <200506281236.08334.thierry@herbelot.com> <200506281337.07507.josemi@redesjm.local> <200506281435.33658.thierry@herbelot.com> In-Reply-To: <200506281435.33658.thierry@herbelot.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200506281949.20089.josemi@redesjm.local> X-AntiVirus: checked by AntiVir Milter (version: 1.1.0-3; AVE: 6.30.0.15; VDF: 6.30.0.207; host: antares.redesjm.local) Cc: ports@freebsd.org Subject: Re: bug in patching phase of cups-pstoraster 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: Tue, 28 Jun 2005 17:49:24 -0000 El Martes, 28 de Junio de 2005 14:35, Thierry Herbelot escribi=F3: > Le Tuesday 28 June 2005 13:37, Jose M Rodriguez a =E9crit : > > El Martes, 28 de Junio de 2005 12:36, Thierry Herbelot escribi=F3: > > > Hello, > > > > > > I have here a R/O shared ports tree, under the /files2 mount > > > point. A symbolic link points from /usr/ports to /files2/ports > > > > This is not enough. You must define PORTSDIR. > > This is indeed a work-around, but this is the first port where I saw > this kind of problem (and I have some *hundreds* of ports which build > correctly without setting PORTSDIR). > No, that's how this works. I can also point to several ports that uses=20 this kind of construct that will break without PORTSDIR. This is pointed by ports(7) and the notes on ${PORTSDIR}/Mk/bsd.port.mk. I can make the construct based on CURDIR, but this is the most often see=20 form of doing depends. =2D- josemi