PREFIX is being ignored

Paul Schmehl pauls at utdallas.edu
Wed Dec 14 07:30:51 PST 2005


--On Tuesday, December 13, 2005 20:28:19 -0300 Fernan Aguero 
<fernan at 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 at utdallas.edu)
Adjunct Information Security Officer
University of Texas at Dallas
AVIEN Founding Member
http://www.utdallas.edu/ir/security/


More information about the freebsd-ports mailing list