ports/171509:
Chris Rees
utisoft at gmail.com
Sun Sep 9 15:30:12 UTC 2012
The following reply was made to PR ports/171509; it has been noted by GNATS.
From: Chris Rees <utisoft at gmail.com>
To: Olli Hauer <ohauer at freebsd.org>
Cc: FreeBSD-gnats-submit at freebsd.org, Baptiste Daroussin <bapt at freebsd.org>
Subject: Re: ports/171509:
Date: Sun, 9 Sep 2012 16:21:45 +0100
--0015175dd6f0220ae304c94666f2
Content-Type: text/plain; charset=ISO-8859-1
Instead of patching bsd.options.mk, you could simply put the .if ... BROKEN
stanza in apache/Makefile before the .include <bsd.port.options.mk>; WITH
variables are only defined after that unless in make.conf.
.for o in ${OPTIONS_DEFINE}
. if defined(WITH_$o) || defined(WITHOUT_$o)
BROKEN=BLAH
. endif
.endfor
I suggest this because I see it as an unusual situation.
Have I been clear enough, or should I provide a patch?
Chris
--0015175dd6f0220ae304c94666f2
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
<p dir=3D"ltr">Instead of patching <a href=3D"http://bsd.options.mk">bsd.op=
tions.mk</a>, you could simply put the .if ... BROKEN stanza in apache/Make=
file before the .include <<a href=3D"http://bsd.port.options.mk">bsd.por=
t.options.mk</a>>; WITH variables are only defined after that unless in =
make.conf.</p>
<p dir=3D"ltr">.for o in ${OPTIONS_DEFINE}<br>
. if defined(WITH_$o) || defined(WITHOUT_$o)<br>
BROKEN=3DBLAH<br>
. endif<br>
.endfor</p>
<p dir=3D"ltr">I suggest this because I see it as an unusual situation.</p>
<p dir=3D"ltr">Have I been clear enough, or should I provide a patch?</p>
<p dir=3D"ltr">Chris</p>
--0015175dd6f0220ae304c94666f2--
More information about the freebsd-ports-bugs
mailing list