svn commit: r386790 - head/devel/p5-Module-Build

Adam Weinberger adamw at adamw.org
Tue May 19 21:26:36 UTC 2015


> On 19 May, 2015, at 15:14, Mathieu Arnold <mat at FreeBSD.org> wrote:
> 
> 
> 
> +--On 19 mai 2015 16:24:42 +0000 Adam Weinberger <adamw at FreeBSD.org> wrote:
> | +BUILD_DEPENDS+=	p5-CPAN-Meta>=2.142060:${PORTSDIR}/devel/p5-CPAN-Meta
> | +RUN_DEPENDS:=	${BUILD_DEPENDS}
> 
> That is *wrong*
> 
> If you're going to overwrite RUN_DEPENDS that could have came in with
> bsd.pre.mk, or add build only dependencies to run deps that came with it.
> You have to do:
> 
> BUILD_DEPENDS+=	p5-CPAN-Meta>=2.142060:${PORTSDIR}/devel/p5-CPAN-Meta
> RUN_DEPENDS+=	p5-CPAN-Meta>=2.142060:${PORTSDIR}/devel/p5-CPAN-Meta

Oops! You're right. Fixed in r386812.

# Adam


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




More information about the svn-ports-all mailing list