https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=278441
Bug ID: 278441
Summary: makeman generates misleading text for BROKEN_OPTIONS
Product: Documentation
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: Manual Pages
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected]
When the NVME option was marked broken on some architectures, makeman produced
the following text in src.conf.5 which is misleading:
It Va WITHOUT_NVME
Do not build nvme related tools and kernel modules.
Pp
This is a default setting on
arm/armv7, powerpc/powerpc and riscv/riscv64.
It Va WITH_NVME
Build nvme related tools and kernel modules.
Pp
This is a default setting on
amd64/amd64, arm64/aarch64, i386/i386, powerpc/powerpc64 and
powerpc/powerpc64le.
The problem is that WITHOUT_NVME isn't the default on those architectures, it's
that setting WITH_NVME has no effect. makeman probably needs to grow direct
support for BROKEN_OPTIONS.
--
You are receiving this mail because:
You are on the CC list for the bug.