Date: Fri, 15 Mar 2013 00:32:34 +0000 From: Alexey Dokuchaev <danfe@FreeBSD.org> To: Guido Falsi <madpilot@FreeBSD.org> Cc: svn-ports-head@freebsd.org, Max Brazhnikov <makc@freebsd.org>, svn-ports-all@freebsd.org, Eitan Adler <eadler@freebsd.org>, ports-committers@freebsd.org Subject: Re: svn commit: r313841 - head/comms/openobex Message-ID: <20130315003234.GA27014@FreeBSD.org> In-Reply-To: <51426606.3050704@FreeBSD.org> References: <201303102105.r2AL5C2o048218@svn.freebsd.org> <513E5682.1070704@FreeBSD.org> <20130312014941.GC92762@FreeBSD.org> <1886726.vG9fsaSg1C@mercury.ph.man.ac.uk> <CAF6rxgmaUyttnjPANbXLbJonqKGLLCOwmMY826U9g-pWMNuSYg@mail.gmail.com> <51426349.7070003@FreeBSD.org> <51426606.3050704@FreeBSD.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20130315003234.GA27014>