"OBATA Akio" <obache%netbsd.org@localhost> writes:
On Tue, 21 Dec 2010 00:39:09 +0900, Greg Troxel <gdt%netbsd.org@localhost>
wrote:
Module Name: pkgsrc
Committed By: gdt
Date: Mon Dec 20 15:39:09 UTC 2010
Log Message:
0.23: Pass PKGNAME_REQD to make operations.
Set PKGNAME_REQD to give underlying make processes a chance to set
options derived from the package name. For example, the appropriate
version of Python can be derived from the package name (so, when
building py25-foo, use python-2.5, not python-2.6). Specifically,
MAKE_SET_VARS='PKGNAME_REQD=${pkg}-*'
From Alan Barret via pkgsrc-users@.
If DEPENDS_TARGET=bin-install, installation of dependencies will fail.
Is that a bug in pkg_rr, or in the underlying make targets?
Have you seen this happen, and do you have a trace?