Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 Jul 2016 06:13:17 +0000
From:      bugzilla-noreply@freebsd.org
To:        apache@FreeBSD.org
Subject:   [Bug 210954] www/apache24: Fails to build with proxy options unset
Message-ID:  <bug-210954-16115-GmW5uovVin@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-210954-16115@https.bugs.freebsd.org/bugzilla/>
References:  <bug-210954-16115@https.bugs.freebsd.org/bugzilla/>

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

--- Comment #4 from Olli Hauer <ohauer@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 proces=
sed
# right before OPTIONS_SET_FORCE.  When building a port a dialog to configu=
re
# 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 conf=
ig
should run once again.
Alternative it should work if "www_apache24_UNSET_FORCE=3DPROXY is set, you=
 can
cross check this with
# make -V SELECTED_OPTIONS
# make -V DESELECTED_OPTIONS

--=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-210954-16115-GmW5uovVin>