Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 May 2015 15:26:33 -0600
From:      Adam Weinberger <adamw@adamw.org>
To:        Mathieu Arnold <mat@FreeBSD.org>
Cc:        Adam Weinberger <adamw@FreeBSD.org>, ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   Re: svn commit: r386790 - head/devel/p5-Module-Build
Message-ID:  <1A95E014-324C-4970-84BF-37DD51E8BEA4@adamw.org>
In-Reply-To: <DB8510F809EB18712BDF095F@atuin.in.mat.cc>
References:  <201505191624.t4JGOgFE039776@svn.freebsd.org> <DB8510F809EB18712BDF095F@atuin.in.mat.cc>

next in thread | previous in thread | raw e-mail | index | archive | help
> On 19 May, 2015, at 15:14, Mathieu Arnold <mat@FreeBSD.org> wrote:
> 
> 
> 
> +--On 19 mai 2015 16:24:42 +0000 Adam Weinberger <adamw@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@adamw.org
http://www.adamw.org





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1A95E014-324C-4970-84BF-37DD51E8BEA4>