[Bug 208243] USE_APACHE=24+ doesn't work

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Mar 27 13:06:14 UTC 2018


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

--- Comment #6 from Bernard Spil <brnrd at freebsd.org> ---
Hi mat,

Checking if I'm missing something here...

If in /etc/make.conf the user sets

> DEFAULT_VERSIONS=       apache=2.2
and the port sets

> USES=           apache:2.4+
it depends on www/apache24 not www/apache22.

If apache22 is already installed it fails in Mk/Uses/apache.mk

===>  ap24-mod_md-devel-1.1.10_3 is marked as broken: : Error from apache.mk.
Apache 2.2 is installed and port requires 2.4.
*** Error code 1

Should we add an additional error for the case where no Apache is installed,
DEFAULT_VERSIONS is 2.2 and the port requests 2.4+?

Cheers, Bernard.

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


More information about the freebsd-apache mailing list