Re: configure.args-delete --prefix

2007-05-10 Thread Daniel J. Luke
On May 10, 2007, at 6:43 PM, Ryan Schmidt wrote: If there isn't, there should really be a Wiki page with all Portfile variables. Just the names would already be helpful, although it should obviously contain an explanation in the end. The documentation used to have that, or at least most of t

Re: configure.args-delete --prefix

2007-05-10 Thread Ryan Schmidt
On May 10, 2007, at 17:07, Jochen Küpper wrote: On 10.05.2007, at 23:21, Elias Pipping wrote: by default configure.pre_args contains only the --prefix parameter, so clearing the variable completely would work, too: configure.pre_args Yes, it seems to work. On May 10, 2007, at 11:06 PM,

Re: configure.args-delete --prefix

2007-05-10 Thread Jochen Küpper
Thanks Ryan, Elias! On 10.05.2007, at 23:21, Elias Pipping wrote: by default configure.pre_args contains only the --prefix parameter, so clearing the variable completely would work, too: configure.pre_args Yes, it seems to work. On May 10, 2007, at 11:06 PM, Ryan Schmidt wrote: MacPorts

Re: configure.args-delete --prefix

2007-05-10 Thread Elias Pipping
for Qwt, which is not build using autotools, but uses Qt's qmake + make combo. I think I have everything set, but a --preix option thst is still passed to qmake. I am trying to remove that using configure.args-delete --prefix=${prefix} but apparently that does not work. Any hint

Re: configure.args-delete --prefix

2007-05-10 Thread Ryan Schmidt
using configure.args-delete --prefix=${prefix} but apparently that does not work. Any hints? I attach the whole Portfile for reference. MacPorts does not put the "--prefix=${prefix}" argument in the configure.args variable; it puts it in the configure.pre_args variable. Presumabl

configure.args-delete --prefix

2007-05-10 Thread Jochen Küpper
Hi, I am rtrying to write a Portfile for Qwt, which is not build using autotools, but uses Qt's qmake + make combo. I think I have everything set, but a --preix option thst is still passed to qmake. I am trying to remove that using configure.args-delete --prefix=${prefix