On 2008/09/11 05:31, Mikolaj Kucharski wrote: > On Thu, Sep 11, 2008 at 01:53:35AM +0100, Stuart Henderson wrote: > > > > WANTLIB= c milter pthread wrap z > > > > +BUILD_DEPENDS= ::devel/check > > + > > LIB_DEPENDS= gmp.>=6::devel/gmp \ > > bz2.>=10::archivers/bzip2 \ > > iconv.>=4::converters/libiconv > > I did look to far, but is it really BUILD_DEPENDS or REGRESS_DEPENDS?
Thanks for looking Mikolaj. It is BUILD_DEPENDS. Here, as in some other software, dependencies for test suites are checked in autoconf, and if they aren't present the tests are disabled. Considering ClamAV has fairly heavy dependencies already (gmp, for instance) and check is fairly quick to build, I don't think this is a big problem here. Some other ports doing this, e.g. spandsp, have huge dependencies which must be added at build-time to compile their test suite - in those cases I don't think it's as useful.