Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 May 2015 21:46:22 +0200
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        Adam Weinberger <adamw@adamw.org>
Cc:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   Re: svn commit: r386088 - head/databases/p5-Class-DBI-DDL
Message-ID:  <EC2520F63845926B30A90439@atuin.in.mat.cc>
In-Reply-To: <2DA56986-7A25-48B2-8284-D80DDEB63AFE@adamw.org>
References:  <201505111645.t4BGjmDp052960@svn.freebsd.org> <C0C4632C-88D3-48A2-B05C-5BBA42966EDE@adamw.org> <CEDBBB8AE3637E9C47C97CBF@ogg.in.absolight.net> <2DA56986-7A25-48B2-8284-D80DDEB63AFE@adamw.org>

next in thread | previous in thread | raw e-mail | index | archive | help
+--On 11 mai 2015 12:56:40 -0600 Adam Weinberger <adamw@adamw.org> wrote:
|> On 11 May, 2015, at 12:40, Mathieu Arnold <mat@FreeBSD.org> wrote:
|> 
|> Up to 5.20, Perl ships *with* Module::Build so you cannot see if a port
|> really needs it, with some chance, it will just build. It has removed in
|> 5.21.1, and in the upcoming 5.22, with which it was, thus, failing:
|> 
|> <https://pkg.absolight.fr/data/10amd64-aragorn-perl5-devel/20150511T1702
|> 16Z/logs/errors/p5-Class-DBI-DDL-1.02_1.log>
| 
| Durr. Of course, that makes perfect sense.
| 
| I just saw that it had a Makefile.PL in addition to the Build.PL and it
| hadn't occurred to me that the Makefile.PL configure-style would still be
| using Module::Build.
| 
| I've done the same thing to a couple other ports recently, which I
| suppose means that I busted those too. I'll go back and see if I can
| identify them.

I don't recall having other break, so, I don't think so.

| Have we done any exp-runs recently for all p5- ports for 5.20 and 5.22 as
| default?

An exp-run was done when I first added lang/perl5-devel, to fix things, the
most important ones being: 

  Omitting % and @ on hash and array names is no longer permitted

    Really old Perl let you omit the @ on array names and the % on hash
    names in some spots. This has issued a deprecation warning since Perl
    5.0, and is no longer permitted.

  defined(@array) and defined(%hash) are now fatal errors

    These have been deprecated since v5.6.1 and have raised deprecation
    warnings since v5.16.


Now, I rebuild all p5-* ports two or three times a week with an updated
lang/perl5-devel.  There are five ports that fail[1], the most important
ones will hopefully before 5.22 is released in two weeks, the authors
always do.

1:
<https://pkg.absolight.fr/build.html?mastername=10amd64-aragorn-perl5-devel&build=20150511T184517Z>;
-- 
Mathieu Arnold



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?EC2520F63845926B30A90439>