From owner-svn-ports-head@FreeBSD.ORG Mon May 11 18:24:16 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 38471A56; Mon, 11 May 2015 18:24:16 +0000 (UTC) Received: from apnoea.adamw.org (apnoea.adamw.org [204.109.59.150]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "abg.ninja", Issuer "Gandi Standard SSL CA 2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B14711734; Mon, 11 May 2015 18:24:15 +0000 (UTC) Received: by apnoea.adamw.org (OpenSMTPD) with ESMTPSA id ecab0e47; TLS version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES256-SHA bits=256 verify=NO; Mon, 11 May 2015 12:24:13 -0600 (MDT) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2098\)) Subject: Re: svn commit: r386088 - head/databases/p5-Class-DBI-DDL From: Adam Weinberger In-Reply-To: <201505111645.t4BGjmDp052960@svn.freebsd.org> Date: Mon, 11 May 2015 12:24:12 -0600 Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Content-Transfer-Encoding: quoted-printable Message-Id: References: <201505111645.t4BGjmDp052960@svn.freebsd.org> To: Mathieu Arnold X-Mailer: Apple Mail (2.2098) 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 18:24:16 -0000 > On 11 May, 2015, at 10:45, Mathieu Arnold wrote: >=20 > Author: mat > Date: Mon May 11 16:45:47 2015 > New Revision: 386088 > URL: https://svnweb.freebsd.org/changeset/ports/386088 >=20 > Log: > This *needs* Module::Build to build. >=20 > Pointy hat to: adamw > Sponsored by: Absolight >=20 > Modified: > head/databases/p5-Class-DBI-DDL/Makefile >=20 > Modified: head/databases/p5-Class-DBI-DDL/Makefile > = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D > --- head/databases/p5-Class-DBI-DDL/Makefile Mon May 11 15:57:51 2015 = (r386087) > +++ head/databases/p5-Class-DBI-DDL/Makefile Mon May 11 16:45:47 2015 = (r386088) > @@ -16,6 +16,6 @@ RUN_DEPENDS:=3D ${BUILD_DEPENDS} > TEST_DEPENDS=3D = p5-DBD-SQLite>=3D0:${PORTSDIR}/databases/p5-DBD-SQLite >=20 > USES=3D perl5 > -USE_PERL5=3D configure > +USE_PERL5=3D modbuild >=20 > .include >=20 Does poudriere allow the build to proceed after errors that kill the = build outside of it? I see some wacky warning about perl 5.18 being less = than 5.8, but other than it builds fine poudriere. What did I miss here? # Adam --=20 Adam Weinberger adamw@adamw.org http://www.adamw.org