[Bug 229576] textproc/libe-book option should reference doxygen rather than common docs
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sat Jul 7 01:01:35 UTC 2018
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=229576
Bug ID: 229576
Summary: textproc/libe-book option should reference doxygen
rather than common docs
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: Individual Port(s)
Assignee: office at FreeBSD.org
Reporter: sid at bsdmail.com
Flags: maintainer-feedback?(office at FreeBSD.org)
Assignee: office at FreeBSD.org
Proposal to change all DOCS references to DOXYGEN in Makefile. It better
describes the option, and it allows for conformity in choosing types of
documentation used. Both doxygen and docs descriptions are defined in
/usr/ports/Mk/bsd.options.desc.mk
The proposed edit allows the choice of DOXYGEN or DOCS documentation options to
be set by using OPTIONS_SET or OPTIONS_UNSET in make.conf. These are two wholly
different types of documentations. Without this, DOXYGEN has to be unset with
the argument textproc_libe-book_UNSET=DOCS from make.conf.
I sent the proposal twice last month, and there hasn't been a response.
Here is the proposed edit, which is also common in other makefiles:
19c19
< OPTIONS_DEFINE= DOCS
---
> OPTIONS_DEFINE= DOXYGEN
31,32c31,32
< DOCS_BUILD_DEPENDS= doxygen:devel/doxygen
< DOCS_CONFIGURE_OFF= --without-docs
---
> DOXYGEN_BUILD_DEPENDS= doxygen:devel/doxygen
> DOXYGEN_CONFIGURE_OFF= --without-doxygen
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list