svn commit: r324008 - head/Mk

Bryan Drewery bdrewery at FreeBSD.org
Mon Aug 19 13:06:58 UTC 2013


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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 899 bytes
Desc: OpenPGP digital signature
URL: <http://lists.freebsd.org/pipermail/svn-ports-head/attachments/20130819/20cfa868/attachment.sig>


More information about the svn-ports-head mailing list