[Bug 192732] [MAINTAINER] devel/doxygen: use options for graphviz and LaTeX, use new OPTIONS helpers
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Thu Aug 21 15:11:30 UTC 2014
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192732
--- Comment #13 from Alexey Dokuchaev <danfe at 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.
More information about the freebsd-ports-bugs
mailing list