[Bug 293111] www/privoxy: Enable DOCS option by default again
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 293111] www/privoxy: Enable DOCS option by default again"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 11 Feb 2026 14:35:24 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=293111
Vladimir Druzenko <vvd@FreeBSD.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |vvd@FreeBSD.org
Resolution|--- |Works As Intended
Status|New |Closed
--- Comment #1 from Vladimir Druzenko <vvd@FreeBSD.org> ---
DOCS options is default on by ports framework.
There is no need to do this inside the port.
Mk/bsd.options.mk (276):
# Some options are always enabled by default.
. for _opt in DOCS NLS EXAMPLES IPV6
. if ${COMPLETE_OPTIONS_LIST:M${_opt}}
PORT_OPTIONS+= ${_opt}
. endif
. endfor
--
You are receiving this mail because:
You are the assignee for the bug.