svn commit: r324008 - head/Mk

Andrej Zverev az at freebsd.org
Mon Aug 19 13:09:35 UTC 2013


Can you show buildlog?

On Mon, Aug 19, 2013 at 5:06 PM, Bryan Drewery <bdrewery at 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
>


More information about the svn-ports-head mailing list