Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Sep 2015 13:29:07 +0000
From:      Alexey Dokuchaev <danfe@FreeBSD.org>
To:        Mathieu Arnold <mat@FreeBSD.org>
Cc:        Adam Weinberger <adamw@adamw.org>, Antoine Brodin <antoine@FreeBSD.org>, Jun Kuriyama <kuriyama@freebsd.org>, ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   Re: svn commit: r395135 - in head/www: . p5-HTTP-CookieMonster
Message-ID:  <20150902132907.GA84628@FreeBSD.org>
In-Reply-To: <99B5347A3D0E88E69BDA404A@ogg.in.absolight.net>
References:  <201508232218.t7NMIWS8046906@repo.freebsd.org> <CAALwa8=25h=hS9GP7vZk7qTddyD9ZSQms6ey4UikTOuXDvTswg@mail.gmail.com> <1BDE4ADA-93D2-4CB8-AB8D-EC6CBE1B3E67@adamw.org> <99B5347A3D0E88E69BDA404A@ogg.in.absolight.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Sep 02, 2015 at 03:20:06PM +0200, Mathieu Arnold wrote:
> +--On 2 septembre 2015 07:10:26 -0600 Adam Weinberger <adamw@adamw.org>
> wrote:
> | As does
> | 	BUILD_DEPENDS=	${RUN_DEPENDS}
> 
> That is actually the right way to do it.

It is technically correct, but logically backwards, since one typically
builds things (and thus cares about bdeps) before running a piece of
software.

Correct way is to assign rdeps from bdeps with immediate expansion; just
make sure bdeps is correct in the time of assignment.

./danfe



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20150902132907.GA84628>