[Bug 210954] www/apache24: Fails to build with proxy options unset

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun Jul 10 06:13:17 UTC 2016


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=210954

--- Comment #4 from Olli Hauer <ohauer at FreeBSD.org> ---
Ah, no please don't patch it this way.

>From Mk/bsd.options.mk

# These variables can be used in make.conf to configure options.  They are
# processed in the order listed below, i.e. later variables override the
effects
# of previous variables.  Options saved using the options dialog are processed
# right before OPTIONS_SET_FORCE.  When building a port a dialog to configure
# options will only appear if there are new options, i.e. options which have
not
# been configured before either using the option dialog in a previous build or
# using the variables below.  You can force the dialog to appear by running
# "make config".
#
# OPTIONS_SET                   - List of options to enable for all ports.
# OPTIONS_UNSET                 - List of options to disable for all ports.
# ${OPTIONS_NAME}_SET           - List of options to enable for a specific
port.
# ${OPTIONS_NAME}_UNSET         - List of options to disable for a specific
port.
#
# OPTIONS_SET_FORCE             - List of options to enable for all ports.
# OPTIONS_UNSET_FORCE           - List of options to disable for all ports.
# ${OPTIONS_NAME}_SET_FORCE     - List of options to enable for a specific
port.
# ${OPTIONS_NAME}_UNSET_FORCE   - List of options to disable for a specific
port.

Since mod_proxy_hcheck is a new module in 2.4.23 (defaults to ON) make config
should run once again.
Alternative it should work if "www_apache24_UNSET_FORCE=PROXY is set, you can
cross check this with
# make -V SELECTED_OPTIONS
# make -V DESELECTED_OPTIONS

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-apache mailing list