svn commit: r418510 - head/devel/elfutils

Alexey Dokuchaev danfe at FreeBSD.org
Fri Jul 15 05:50:44 UTC 2016


On Thu, Jul 14, 2016, Conrad Meyer wrote:
> On Thu, Jul 14, 2016, Baptiste Daroussin <bapt at freebsd.org> wrote:
> > Which is exactly why non ports committers are not supposed to commit in
> > the ports tree without a ports committer review/approval.
> 
> Sorry.  I'm doing my best with the porter's handbook, just like anyone
> else.

As an src committer you're actually required to have your changes reviewed
by active ports committer.  PHB does/may not cover all possible use cases,
correct practices, and it often lags behind actual `Mk/*' development.

(I've made a similar point back in May in reply to r415002, where you did
violate the PHB; that reply went unanswered, and the bug is still there.)

> Why have a PATCH_DEPENDS distinct from BUILD_DEPENDS?

It usually does not matter when building a port locally, but most automated
builders would prune the dependencies between stages.  This helps to make
sure that dependencies are correctly specified (according to their need) as
intended, and allows for more granular control of things on per-stage basis.

./danfe


More information about the svn-ports-head mailing list