From owner-svn-ports-head@FreeBSD.ORG Mon May 11 19:46:24 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C6D5FABC; Mon, 11 May 2015 19:46:24 +0000 (UTC) Received: from prod2.absolight.net (mx3.absolight.net [IPv6:2a01:678:2:100::25]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client CN "plouf.absolight.net", Issuer "CAcert Class 3 Root" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 8BD8211A1; Mon, 11 May 2015 19:46:24 +0000 (UTC) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id 7FDEDBDC44; Mon, 11 May 2015 21:46:22 +0200 (CEST) Received: from atuin.in.mat.cc (atuin.in.mat.cc [79.143.241.205]) by prod2.absolight.net (Postfix) with ESMTPA id 5DF9BBDC24; Mon, 11 May 2015 21:46:22 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by atuin.in.mat.cc (Postfix) with ESMTP id 2043C34177CC; Mon, 11 May 2015 21:46:22 +0200 (CEST) Date: Mon, 11 May 2015 21:46:22 +0200 From: Mathieu Arnold To: Adam Weinberger 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: In-Reply-To: <2DA56986-7A25-48B2-8284-D80DDEB63AFE@adamw.org> References: <201505111645.t4BGjmDp052960@svn.freebsd.org> <2DA56986-7A25-48B2-8284-D80DDEB63AFE@adamw.org> X-Mailer: Mulberry/4.0.8 (Mac OS X) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 May 2015 19:46:24 -0000 +--On 11 mai 2015 12:56:40 -0600 Adam Weinberger wrote: |> On 11 May, 2015, at 12:40, Mathieu Arnold 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: |> |> 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: -- Mathieu Arnold