www/apache24 on FreeBSD 10.0-RELEASE-p2 (amd64)
Mark Felder
feld at FreeBSD.org
Thu May 29 15:50:51 UTC 2014
On 2014-05-29 10:34, Leander Schäfer wrote:
> Hi
>
> unfortunately it looks like www/apache24 is one of the only ports
> which doesn't take the standard way of configuring ports via
> /etc/make.conf like:
>
> ${CATEGORY}_${UNIQUENAME}_SET="OPTION1 OPTION2 [...]"
> ${CATEGORY}_${UNIQUENAME}_UNSET="OPTION1 OPTION2 [...]"
>
> ... instead it asks for something like this (which is not conform to
> the FreeBSD ports standard):
> ${UNIQUENAME}_SET= THREADS SUEXEC SUEXEC_RSRCLIMIT SUEXEC_USERDIR CGID
> ${UNIQUENAME}_UNSET= IPV6
>
> this should be changed to the FreeBSD ports standard
> (${CATEGORY}_${UNIQUENAME}_SET).
> Thank you
>
UNIQUENAME is not what you want. You want OPTIONS_NAME
example:
$ make -VOPTIONS_NAME -C /usr/ports/www/apache24
What do you get for a result? I get www_apache24
More information about the freebsd-apache
mailing list