Date: Fri, 21 Oct 2005 20:04:04 -0200 From: Marcus Alves Grando <mnag@FreeBSD.org> To: Kris Kennaway <kris@obsecurity.org> Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/benchmarks/dbench Makefile Message-ID: <435965D4.80202@FreeBSD.org> In-Reply-To: <20051021213757.GA49998@xor.obsecurity.org> References: <200510212124.j9LLOu84041161@repoman.freebsd.org> <20051021213757.GA49998@xor.obsecurity.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Because two if's are because doesn't compile... .if ${OSVERSION} < 500000 IGNORE= Doesn't build on FreeBSD < 5.x .endif .if ${ARCH} == amd64 IGNORE= Doesn't build on arch amd64 .endif Kris Kennaway wrote: > On Fri, Oct 21, 2005 at 09:24:56PM +0000, Marcus Alves Grando wrote: >> mnag 2005-10-21 21:24:56 UTC >> >> FreeBSD ports repository >> >> Modified files: >> benchmarks/dbench Makefile >> Log: >> In really mark as IGNORE. > > Why? > > You also mis-capitalized the ignore string > > Kris -- Marcus Alves Grando marcus(at)corp.grupos.com.br | Grupos Internet S/A mnag(at)FreeBSD.org | FreeBSD.org
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?435965D4.80202>