Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 07 Jul 2018 01:01:33 +0000
From:      bugzilla-noreply@freebsd.org
To:        office@FreeBSD.org
Subject:   [Bug 229576] textproc/libe-book option should reference doxygen rather than common docs
Message-ID:  <bug-229576-25061@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D229576

            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@FreeBSD.org
          Reporter: sid@bsdmail.com
             Flags: maintainer-feedback?(office@FreeBSD.org)
          Assignee: office@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 option=
s to
be set by using OPTIONS_SET or OPTIONS_UNSET in make.conf. These are two wh=
olly
different types of documentations. Without this, DOXYGEN has to be unset wi=
th
the argument textproc_libe-book_UNSET=3DDOCS 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=3D DOCS
---
> OPTIONS_DEFINE=3D DOXYGEN
31,32c31,32
< DOCS_BUILD_DEPENDS=3D doxygen:devel/doxygen
< DOCS_CONFIGURE_OFF=3D --without-docs
---
> DOXYGEN_BUILD_DEPENDS=3D doxygen:devel/doxygen
> DOXYGEN_CONFIGURE_OFF=3D --without-doxygen

--=20
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-229576-25061>