Date: Sun, 9 Sep 2012 15:30:12 GMT From: Chris Rees <utisoft@gmail.com> To: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/171509: Message-ID: <201209091530.q89FUCCZ029588@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/171509; it has been noted by GNATS. From: Chris Rees <utisoft@gmail.com> To: Olli Hauer <ohauer@freebsd.org> Cc: FreeBSD-gnats-submit@freebsd.org, Baptiste Daroussin <bapt@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--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201209091530.q89FUCCZ029588>