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
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,
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
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
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
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