From owner-freebsd-ports@FreeBSD.ORG Mon Nov 21 08:09:26 2005 Return-Path: X-Original-To: freebsd-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 580EE16A41F for ; Mon, 21 Nov 2005 08:09:26 +0000 (GMT) (envelope-from jacardenasm@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.207]) by mx1.FreeBSD.org (Postfix) with ESMTP id CA83443D5C for ; Mon, 21 Nov 2005 08:09:25 +0000 (GMT) (envelope-from jacardenasm@gmail.com) Received: by wproxy.gmail.com with SMTP id 57so289730wri for ; Mon, 21 Nov 2005 00:09:25 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=uP9+lrc/zeVLRUK22TU3z/m/NvncG6O55wR/5rzuVoJNBh4HOd3ayHV6ROadRmFej+jUJxvFaNBer+1tYuYvobbKn2/6SOZsXXIQwPKHNGuT9UOP7ZLhD+iRcdQvgVivSJTj9AXVab4viIjjyEvJEy0yWC2qkc2ltfJhPQEoXwE= Received: by 10.65.206.3 with SMTP id i3mr2572199qbq; Mon, 21 Nov 2005 00:09:24 -0800 (PST) Received: by 10.65.181.13 with HTTP; Mon, 21 Nov 2005 00:09:23 -0800 (PST) Message-ID: <7c58fcfc0511210009t69ae1b20t@mail.gmail.com> Date: Mon, 21 Nov 2005 03:09:23 -0500 From: Jose Alonso Cardenas Marquez To: freebsd-ports@freebsd.org In-Reply-To: <20051120130401.244bea2e@it.buh.tecnik93.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <7c58fcfc0511191016t553859a1g@mail.gmail.com> <24405BE9-B7AD-4FE5-9977-7DC45753DA0D@brooknet.com.au> <20051120130401.244bea2e@it.buh.tecnik93.com> Subject: Re: OPTIONS with PKGNAMEPREFIX, dont work? 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: Mon, 21 Nov 2005 08:09:26 -0000 I solve it, using OPTIONSFILE example: PORT_DBDIR?=3D /var/db/ports LATEST_LINK=3D py-${PORTNAME} OPTIONSFILE?=3D ${PORT_DBDIR}/${LATEST_LINK}/options Greetings ACM 2005/11/20, Ion-Mihai Tetcu : > On Sun, 20 Nov 2005 18:03:14 +1100 > Sam Lawrance wrote: > > > > > On 20/11/2005, at 5:16 AM, Jose Alonso Cardenas Marquez wrote: > > > > > > > Hi, > > > > > > I'm using OPTIONS with PKGNAMEPREFIX=3D ${PYTHON_PKGNAMEPREFIX} into > > > Makefile, but it's not working, and display this message > > > > > > =3D=3D=3D> Using wrong configuration file /path/options/file > > > > > > If i comment PKGNAMEPREFIX, this works. > > > > > > the question is, OPTIONS with PKGNAMEPREFIX, dont work? > > > > > > > What port? Can you put it up somewhere and describe how to repeat > > the problem? > > > > I ran into a related (though probably different) problem the other > > day - if you use an OPTIONS-based knob to change the value of > > PKGNAMEPREFIX, a port build will fail after the first config due to > > changed cookie names. > > (ie. the files like ${WRKDIR}/.build_doneXXXX) > > Yes, this is an old and annoying one. > > > -- > IOnut - Unregistered ;) FreeBSD "user" > "Intellectual Property" is nowhere near as valuable as "Intellect" > > BOFH excuse #272: > Netscape has crashed > > >