Date: Thu, 29 May 2014 10:50:47 -0500 From: Mark Felder <feld@FreeBSD.org> To: Leander =?ISO-8859-1?q?Sch=E4fer?= <Leander.Schaefer@gmx.net> Cc: apache@freebsd.org, owner-freebsd-apache@freebsd.org Subject: Re: www/apache24 on FreeBSD 10.0-RELEASE-p2 (amd64) Message-ID: <890ba6d917b62c242aef05b59cc05b2b@mail.feld.me> In-Reply-To: <5387538D.2000805@GMX.net> References: <5387538D.2000805@GMX.net>
next in thread | previous in thread | raw e-mail | index | archive | help
On 2014-05-29 10:34, Leander Sch=C3=A4fer wrote: > Hi >=20 > 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: >=20 > ${CATEGORY}_${UNIQUENAME}_SET=3D"OPTION1 OPTION2 [...]" > ${CATEGORY}_${UNIQUENAME}_UNSET=3D"OPTION1 OPTION2 [...]" >=20 > ... instead it asks for something like this (which is not conform to > the FreeBSD ports standard): > ${UNIQUENAME}_SET=3D THREADS SUEXEC SUEXEC_RSRCLIMIT SUEXEC_USERDIR = CGID > ${UNIQUENAME}_UNSET=3D IPV6 >=20 > this should be changed to the FreeBSD ports standard > (${CATEGORY}_${UNIQUENAME}_SET). > Thank you >=20 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?890ba6d917b62c242aef05b59cc05b2b>