Date: Mon, 11 Mar 2013 14:04:12 +0000 From: Max Brazhnikov <makc@freebsd.org> To: Alexey Dokuchaev <danfe@freebsd.org> Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, Guido Falsi <madpilot@freebsd.org>, ports-committers@freebsd.org Subject: Re: svn commit: r313841 - head/comms/openobex Message-ID: <1814448.jXEQ24LmKk@mercury.ph.man.ac.uk> In-Reply-To: <20130311013156.GA73813@FreeBSD.org> References: <201303102105.r2AL5C2o048218@svn.freebsd.org> <20130311013156.GA73813@FreeBSD.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 11 Mar 2013 01:31:56 +0000 Alexey Dokuchaev wrote: > On Sun, Mar 10, 2013 at 09:05:12PM +0000, Guido Falsi wrote: > > New Revision: 313841 > > URL: http://svnweb.freebsd.org/changeset/ports/313841 > > > > Log: > > - Fix plist when DOXYGEN option is enabled but DOCS is not > > - Enable DOXYGEN option by default > > Would it be feasible to make DOXYGEN default for bulk pacakge building > cases but not for regular port users (that is, hide it behind BATCH or > PACKAGE_BUILDING)? Sounds good. But not only doxygen is used to generate documentation, e.g. the doxygen port uses latex and graphviz to generate its own docs. We may consider introduce BUILD_DOCS option along with DOCS. The later should be used only for for installing files shipped with the source tarball, while the former would imply additional dependencies for generating documentation. Of cause it wouldn't be a problem to have BUILD_DOCS enabled for PACKAGE_BUILDING, until it's explicitly requested by user. Max
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1814448.jXEQ24LmKk>