svn commit: r308561 - in head/comms/gnuradio: . files

Alexey Dokuchaev danfe at FreeBSD.org
Mon Dec 10 11:06:02 UTC 2012


On Sun, Dec 09, 2012 at 08:19:41PM +0000, Diane Bruce wrote:
> New Revision: 308561
> URL: http://svnweb.freebsd.org/changeset/ports/308561
> 
> +.if ${PORT_OPTIONS:MDOCS}
> +BUILD_DEPENDS+=	doxygen:${PORTSDIR}/devel/doxygen \
> +		${LOCALBASE}/bin/sphinx-apidoc:${PORTSDIR}/textproc/py-sphinx \
> +		dot:${PORTSDIR}/graphics/graphviz \
> +		xmlto:${PORTSDIR}/textproc/xmlto \
> +		${LOCALBASE}/lib/X11/fonts/freefont-ttf/fonts.scale:${PORTSDIR}/x11-fonts/freefont-ttf \
> +		latex:${PORTSDIR}/print/teTeX
> +CMAKE_ARGS+=	-DENABLE_DOXYGEN:STRING="ON"
> +HAVE_PORTDOCS=	YES
> +.else
> +CMAKE_ARGS+=	-DENABLE_DOXYGEN:STRING="OFF"
> +.endif

This is a bit too much (dependency-wise) for a DOCS option, which is enabled
by default, which means users would have to install tons of crap they
normally would probably never need.  Luckily, we have special DOXYGEN option
precisely for cases like this one.

./danfe


More information about the svn-ports-all mailing list