mozilla compile flags have no effect

Kris Kennaway kris at obsecurity.org
Wed May 12 20:21:22 PDT 2004


On Wed, May 12, 2004 at 10:17:50PM -0500, Jonathan wrote:
> affected ports www/mozilla and www/mozilla-devel
> FreeBSD 4.9-RELEASE-p7 #0: Wed May 12 00:28:53 CDT 2004
> also FreeBSD 5.2-CURRENT Sat May 8 174559 CDT 2004
> cvsup on 12 May 2004 1900 hrs CDT
> 
> Hi:
> 
>  When I try to compile Mozilla 1.6 or Mozilla 1.7 RC1 with the flags:
> 
> # make WITH_CALENDAR=no WITHOUT_COMPOSER=yes
> 
> then I get the strange message:
> ===>  mozilla-1.6_4,2 is marked as broken: Calendar requires Composer
> and Mailnews support..
> 
> even though I do not want the calendar. 
> 
>  Also if I compile itin this configuration I get:
> # make  WITH_CALENDAR=no WITHOUT_COMPOSER=yes WITHOUT_MAILNEWS=yes
> ===>  mozilla-1.6_4,2 is marked as broken: Calendar requires Composer
> and Mailnews support..
> 
> Why is it trying to use the calendar when I have asked for it to be
> disabled? Am I doing something wrong here in the configuration?

Yes, the values of those variables are not tested, only whether or not
they are set.  This is the standard rule for boolean environment
variables in FreeBSD-land, with only one or two exceptions.

Kris
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-ports/attachments/20040512/46340f57/attachment.bin


More information about the freebsd-ports mailing list