Date: Thu, 13 Oct 2005 07:12:28 +1000 From: Edwin Groothuis <edwin@mavetju.org> To: Sergey Skvortsov <skv@protey.ru> Cc: ports@freebsd.org Subject: Re: PERL_RUN_DEPENDS and PERL_BUILD_DEPENDS Message-ID: <20051012211228.GE1278@k7.mavetju> In-Reply-To: <434D0CFE.9090007@protey.ru> References: <20051012114222.GD1278@k7.mavetju> <434D0CFE.9090007@protey.ru>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Oct 12, 2005 at 05:17:50PM +0400, Sergey Skvortsov wrote: > >The syntax is: > > PERL_BUILD_DEPENDS= MIME-Lite:${PORTSDIR}/mail/p5-MIME-Lite > >It checks the for the existence of MIME::Lite with the "perl -e > >'use MIME::Lite'" command. > Obviously this approach will cause great performance degrade. > stat(2) is much more faster than loading perl. Minimal compared with the time it takes to fetch distfiles and to build. That's the only time it is checked. Edwin -- Edwin Groothuis | Personal website: http://www.mavetju.org edwin@mavetju.org | Weblog: http://weblog.barnet.com.au/edwin/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20051012211228.GE1278>