svn commit: r395135 - in head/www: . p5-HTTP-CookieMonster

Mathieu Arnold mat at FreeBSD.org
Wed Sep 2 13:28:28 UTC 2015


+--On 2 septembre 2015 07:21:07 -0600 Adam Weinberger <adamw at adamw.org>
wrote:
|> On 2 Sep, 2015, at 7:20, Mathieu Arnold <mat at FreeBSD.org> wrote:
|> 
|> +--On 2 septembre 2015 07:10:26 -0600 Adam Weinberger <adamw at adamw.org>
|> wrote:
|> | As does
|> | 	BUILD_DEPENDS=	${RUN_DEPENDS}
|> 
|> That is actually the right way to do it.
| 
| I give up.

Ok, you can't do BUILD_DEPENDS=foo and then RUN_DEPENDS=BUILD_DEPENDS
because then, some additional BUILD_DEPENDS will end up as RUN_DEPENDS,
which is bad.
To do that, you can either use a third variable and assign it to both BUILD
and RUN_DEPENDS, or assign RUN_DEPENDS to BUILD_DEPENDS, as there are no
additional RUN_DEPENDS that are not needed for building.
Someone, once decided that doing BUILD_DEPENDS=RUN_DEPENDS was bad, but
there is no reason for it to be bad, it's actually more right.

-- 
Mathieu Arnold
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 949 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-ports-all/attachments/20150902/4f0fbce3/attachment.bin>


More information about the svn-ports-all mailing list