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

Adam Weinberger adamw at adamw.org
Mon May 11 18:24:16 UTC 2015


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


-- 
Adam Weinberger
adamw at adamw.org
http://www.adamw.org




More information about the svn-ports-all mailing list