Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 Jul 2016 06:47:21 +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-bd5AFgVWOy@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 #6 from Olli Hauer <ohauer@FreeBSD.org> ---
Yes, some parts are tricky ...

Perhaps the following will help to understand what is happening.

By setting www_apache24_(UN)SET the OPTIONS are pre-configured for the OPTI=
ONS
dialog, if a new OPTION is added to the port and 'make config' is not run t=
he
default setting for that OPTION is used.

Since the new option is not saved down to the=20
/var/ports/www_apache24/options
file the default setting is given to the logic of the port (in this case ON=
).

Using the ..._FORCE_(UN)SET can switch the option to ON or OFF regardless if
they are on or off in the dialog.

After the framework has processed and calculated if the OPTION is ON or OFF
Mk/bsd.apache.mk can calculate if the module should be build or not, in this
case it means build the module since it is ON.

I suspect there is a /var/ports/www_apache24/options file on your system, b=
ut
because of building -DBATCH no options dialog is presented and the framewor=
k is
taking the defaults for the new module

--=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-bd5AFgVWOy>