svn commit: r468086 - in head/math: . piranha

Yuri yuri at freebsd.org
Mon Apr 23 15:44:24 UTC 2018


On 04/23/18 05:37, Mathieu Arnold wrote:
> Unless this really needs cmake and ninja to run, please reverse the way
> you create the BUILD_DEPENDS and RUN_DEPENDS variables.  You may have
> noticed many ports do BUILD_DEPENDS=${RUN_DEPENDS} and RUN_DEPENDS=blah.


The way how they defined the build, it does involve cmake. cmake isn't 
"really needed" because cmake doesn't really build anything, but it does 
install it. It is also needed for the 'test' target.

You prefer it the way around, "BUILD_DEPENDS=${RUN_DEPENDS} and 
RUN_DEPENDS=blah"? But doesn't it end up being the same?


Yuri



More information about the svn-ports-head mailing list