Date: Thu, 21 Aug 2014 15:11:29 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 192732] [MAINTAINER] devel/doxygen: use options for graphviz and LaTeX, use new OPTIONS helpers Message-ID: <bug-192732-13-53lgSGHvhz@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-192732-13@https.bugs.freebsd.org/bugzilla/> References: <bug-192732-13@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192732 --- Comment #13 from Alexey Dokuchaev <danfe@FreeBSD.org> --- I will start -jX builds shortly. Meanwhile, two comments on the patch in general: 1) USES is not sorted properly (should be: bison gmake iconv perl5 python:2) 2) This part: -.if ${PORT_OPTIONS:MHTMLDOCS} -ALL_TARGET+= docs -BUILD_DEPENDS+= dot:${PORTSDIR}/graphics/graphviz +.if ${PORT_OPTIONS:MPDFDOCS} && \ + (empty(PORT_OPTIONS:MHTMLDOCS) || empty(PORT_OPTIONS:MLATEX)) +IGNORE= the PDFDOCS option requires the HTMLDOCS and LATEX options to be set +.endif Would it be possible to treat HTMLDOCS and LATEX options as set automatically for PDFDOCS? This should simplify the logic and avoid nagging the user. -- You are receiving this mail because: You are the assignee for the bug.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-192732-13-53lgSGHvhz>