Date: Wed, 14 Dec 2005 09:30:48 -0600 From: Paul Schmehl <pauls@utdallas.edu> To: ports@freebsd.org Subject: Re: PREFIX is being ignored 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>
next in thread | previous in thread | raw e-mail | index | archive | help
--On Tuesday, December 13, 2005 20:28:19 -0300 Fernan Aguero <fernan@iib.unsam.edu.ar> 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/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4314506DDA6FABBB32A80BBB>