svn commit: r365227 - head/Mk/Uses

Antoine Brodin antoine at FreeBSD.org
Sun Aug 17 19:33:31 UTC 2014


On Sun, Aug 17, 2014 at 9:32 PM, Kurt Jaeger <pi at freebsd.org> wrote:
> Author: pi
> Date: Sun Aug 17 19:32:18 2014
> New Revision: 365227
> URL: http://svnweb.freebsd.org/changeset/ports/365227
> QAT: https://qat.redports.org/buildarchive/r365227/
>
> Log:
>   Mk/Uses/perl5.mk: Fix logic for removal of empty .bs files
>
> Modified:
>   head/Mk/Uses/perl5.mk
>
> Modified: head/Mk/Uses/perl5.mk
> ==============================================================================
> --- head/Mk/Uses/perl5.mk       Sun Aug 17 19:25:16 2014        (r365226)
> +++ head/Mk/Uses/perl5.mk       Sun Aug 17 19:32:18 2014        (r365227)
> @@ -266,7 +266,7 @@ fix-packlist::
>
>  # Starting with perl 5.20, the empty bootstrap files are not installed any
>  # more.  As we don't need them anyway, remove it altogether.
> -.if ${PERL_LEVEL} < 502000
> +.if ${PERL_LEVEL} >= 502000
>  fix-perl-bs:
>         -@${FIND} ${STAGEDIR} -name '*.bs' -size 0 -delete
>  .endif


This is totally wrong, please revert.

Cheers,

Antoine


More information about the svn-ports-head mailing list