Re: archivers/lzo2 selftest is a little much...?

2008-05-31 Thread Matthias Andree
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
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


archivers/lzo2 selftest is a little much...?

2008-05-30 Thread Chuck Swiger

Hi, all--

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

Regards,
--
-Chuck

___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]