svn commit: r313841 - head/comms/openobex

Alexey Dokuchaev danfe at FreeBSD.org
Fri Mar 15 00:32:34 UTC 2013


On Fri, Mar 15, 2013 at 01:06:30AM +0100, Guido Falsi wrote:
> On 03/15/13 00:54, Guido Falsi wrote:
> >My logic was inverted, rereading danfe statement he wants DOXYGEN on for
> >PACKAGE_BUILDING and off for regular builds, like this:
> >
> >.if !defined(PACKAGE_BUILDING)
> >OPTIONS_DEFAULT+=       DOXYGEN
> >.endif
> 
> I still wrote it with inverted logic, I meant:

:)  I also got lost in those !'s.

> .if defined(PACKAGE_BUILDING)
> OPTIONS_DEFAULT+=       DOXYGEN
> .endif

Yes, this should be correct.  Meaning that on my machine, I won't get
Doxygen bits installed (which is what I want).  Packages users also
won't have them (but will have the docs), since it is a bdep.  Only
building cluster will have to worry about Doxygen, but this is his job
after all. :)

./danfe


More information about the svn-ports-head mailing list