Date: Mon, 19 Aug 2013 17:09:35 +0400 From: Andrej Zverev <az@freebsd.org> To: Bryan Drewery <bdrewery@freebsd.org> Cc: svn-ports-head@freebsd.org, Baptiste Daroussin <bapt@freebsd.org>, svn-ports-all@freebsd.org, "ports-committers@freebsd.org" <ports-committers@freebsd.org> Subject: Re: svn commit: r324008 - head/Mk Message-ID: <CAD5bB%2BgSpE07i5YTC8sHN8dndPhcmzEJpeWvx8YUDyzcw2MV_A@mail.gmail.com> In-Reply-To: <52121868.8030907@FreeBSD.org> References: <201307310657.r6V6vMg8048049@svn.freebsd.org> <52121868.8030907@FreeBSD.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Can you show buildlog? On Mon, Aug 19, 2013 at 5:06 PM, Bryan Drewery <bdrewery@freebsd.org> wrote: > On 7/31/2013 1:57 AM, Baptiste Daroussin wrote: >> Author: bapt >> Date: Wed Jul 31 06:57:22 2013 >> New Revision: 324008 >> URL: http://svnweb.freebsd.org/changeset/ports/324008 >> >> Log: >> Do not force perl as a patch and extract dependency each time the old form of USE_PERL5 is used >> Speed boost make index and package builder order calculation >> >> Reviewed by: az >> >> Modified: >> head/Mk/bsd.perl.mk >> >> Modified: head/Mk/bsd.perl.mk >> ============================================================================== >> --- head/Mk/bsd.perl.mk Wed Jul 31 06:54:09 2013 (r324007) >> +++ head/Mk/bsd.perl.mk Wed Jul 31 06:57:22 2013 (r324008) >> @@ -186,8 +186,6 @@ CONFIGURE_ENV+= PERL_MM_USE_DEFAULT="YES >> .endif # defined(PERL_CONFIGURE) >> >> .if defined(USE_PERL5) || defined(USE_PERL5_BUILD) >> -EXTRACT_DEPENDS+= ${PERL5}:${PORTSDIR}/lang/${PERL_PORT} >> -PATCH_DEPENDS+= ${PERL5}:${PORTSDIR}/lang/${PERL_PORT} >> BUILD_DEPENDS+= ${PERL5}:${PORTSDIR}/lang/${PERL_PORT} >> .endif >> .if defined(USE_PERL5) || defined(USE_PERL5_RUN) >> > > FYI this at least breaks mail/qmail-spamcontrol > > -- > Regards, > Bryan Drewery >
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAD5bB%2BgSpE07i5YTC8sHN8dndPhcmzEJpeWvx8YUDyzcw2MV_A>