cvs commit: ports/net/asterisk Makefile

Maxim Sobolev sobomax at sippysoft.com
Wed Dec 10 00:29:20 PST 2008


Pav Lucistnik wrote:
> Maxim Sobolev píše v út 09. 12. 2008 v 17:09 -0800:
> 
>> OK, further investigation shows that it doesn't happen to OPTIONS added 
>> after .include <bsd.port.pre.mk>:
> 
>> .include <bsd.port.pre.mk>
>>
>> .if ${ARCH} == "i386" || ${ARCH} == "amd64"
>> OPTIONS+=       ZAPTEL          "Enable Zaptel support" off
>> .endif
>> -----
>>
>> Looks like a bug in bsd.port.mk to me.
> 
> Ah right, yeah, that's understandable given that OPTIONS processing is
> done in pre.mk, so you can have WITH_*/WITHOUT_* variables available
> between pre.mk and post.mk.

Hmm, any chance to change this? We need pre.mk in order to determine 
architecture that we are running on.

-Maxim


More information about the cvs-all mailing list