Date: Sat, 31 May 2008 10:11:42 +0200 From: Matthias Andree <matthias.andree@gmx.de> To: Chuck Swiger <cswiger@mac.com> Cc: freebsd-ports@freebsd.org Subject: Re: archivers/lzo2 selftest is a little much...? Message-ID: <20080531081142.GB8828@merlin.emma.line.org> In-Reply-To: <026785BB-C100-454B-88E4-E2D668721D78@mac.com> References: <026785BB-C100-454B-88E4-E2D668721D78@mac.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, 30 May 2008, Chuck Swiger wrote: > I'm all for having software do a sanity check before being used, but the > recent update to archivers/lzo2 (lzo2-2.03) generates some ~28,000+ lines > of output. Please consider a change like: > > --- ports/archivers/lzo2/Makefile~ Fri May 30 18:33:46 2008 > +++ ports/archivers/lzo2/Makefile Fri May 30 19:05:55 2008 > @@ -25,3 +25,3 @@ > > -post-build: > +test: > cd ${WRKSRC} && ${MAKE} test Hi Chuck, And that would magically both run the test at build time (the only time when it makes sense - bust packages if the self-test fails, so that we don't run b0rked compression libraries underneath openvpn or thereabouts) and suppress the output at the same time? :-) I'll see to the issue (and to Pedro's suggestion), but it may take a few days until I get around to it. Taxes pending... -- Matthias Andree
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20080531081142.GB8828>