From owner-freebsd-ports@FreeBSD.ORG Wed Dec 14 15:30:50 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 C4D5816A41F for ; Wed, 14 Dec 2005 15:30:50 +0000 (GMT) (envelope-from pauls@utdallas.edu) Received: from smtp1.utdallas.edu (smtp1.utdallas.edu [129.110.10.12]) by mx1.FreeBSD.org (Postfix) with ESMTP id E103643D6D for ; Wed, 14 Dec 2005 15:30:49 +0000 (GMT) (envelope-from pauls@utdallas.edu) Received: from utd59514.utdallas.edu (utd59514.utdallas.edu [129.110.3.28]) by smtp1.utdallas.edu (Postfix) with ESMTP id 8323D388FCF for ; Wed, 14 Dec 2005 09:30:48 -0600 (CST) Date: Wed, 14 Dec 2005 09:30:48 -0600 From: Paul Schmehl To: ports@freebsd.org Message-ID: <4314506DDA6FABBB32A80BBB@utd59514.utdallas.edu> In-Reply-To: <20051213232819.GU49639@iib.unsam.edu.ar> References: <54F353971CBDB1DB8103BD7E@utd59514.utdallas.edu> <20051213232819.GU49639@iib.unsam.edu.ar> X-Mailer: Mulberry/3.1.6 (Linux/x86) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Cc: Subject: Re: PREFIX is being ignored 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: Wed, 14 Dec 2005 15:30:51 -0000 --On Tuesday, December 13, 2005 20:28:19 -0300 Fernan Aguero wrote: >| >| --exec-prefix=${PREFIX} >| to the configure options, but it didn't make any difference. > > This has already been brought to the list. AFAIK there's > been no further discussion. Maybe we should open a > PR on this. > > http://lists.freebsd.org/pipermail/freebsd-ports/2005-October/026324.html > Just out of curiosity, I tried something. I changed the CONFIGURE_ARGS like this: CONFIGURE_ARGS= --prefix=${PREFIX} \ --with-tcl=${LOCALBASE}/lib/tcl8.4 \ --with-tk=${LOCALBASE}/lib/tk8.4 \ --with-itcl=${WRKDIR}/itcl3.2.1 Previously, I had done it like this: CONFIGURE_ARGS= --with-tcl=${LOCALBASE}/lib/tcl8.4 \ --with-tk=${LOCALBASE}/lib/tk8.4 \ --with-itcl=${WRKDIR}/itcl3.2.1 \ --prefix=${PREFIX} The previous arrangement failed. The current one succeeds. Perhaps there's some kind of precedence issue going on? Paul Schmehl (pauls@utdallas.edu) Adjunct Information Security Officer University of Texas at Dallas AVIEN Founding Member http://www.utdallas.edu/ir/security/