svn commit: r386088 - head/databases/p5-Class-DBI-DDL

Mathieu Arnold mat at FreeBSD.org
Mon May 11 18:40:27 UTC 2015


+--On 11 mai 2015 12:24:12 -0600 Adam Weinberger <adamw at adamw.org> wrote:
|> On 11 May, 2015, at 10:45, Mathieu Arnold <mat at FreeBSD.org> wrote:
|> 
|> Author: mat
|> Date: Mon May 11 16:45:47 2015
|> New Revision: 386088
|> URL: https://svnweb.freebsd.org/changeset/ports/386088
|> 
|> Log:
|>  This *needs* Module::Build to build.
|> 
|>  Pointy hat to:	adamw
|>  Sponsored by:	Absolight
|> 
|> Modified:
|>  head/databases/p5-Class-DBI-DDL/Makefile
|> 
|> Modified: head/databases/p5-Class-DBI-DDL/Makefile
|> ========================================================================
|> ====== --- 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:=	${BUILD_DEPENDS}
|> TEST_DEPENDS=	p5-DBD-SQLite>=0:${PORTSDIR}/databases/p5-DBD-SQLite
|> 
|> USES=		perl5
|> -USE_PERL5=	configure
|> +USE_PERL5=	modbuild
|> 
|> .include <bsd.port.mk>
|> 
| 
| Does poudriere allow the build to proceed after errors that kill the
| build outside of it?

There is a switch for that, yes

| 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?

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/20150511T170216Z/logs/errors/p5-Class-DBI-DDL-1.02_1.log>

-- 
Mathieu Arnold


More information about the svn-ports-all mailing list