Date: Thu, 11 Nov 2010 19:17:16 +0200 From: Andriy Gapon <avg@freebsd.org> To: freebsd-ports@freebsd.org Subject: dependency on PATH Message-ID: <4CDC251C.4090208@freebsd.org>
next in thread | raw e-mail | index | archive | help
It seems that the check for executable dependencies relies on 'which' being able to find the executables, and so it implicitly depends on those executables being in PATH. Is this correct behavior? Perhaps ports infrastructure could add ${PREFIX}/bin to PATH automatically? Or could it cause undesired side-effects? The reason I ask this is because of PORTS_MODULES handling - when a kernel build starts a port build the PATH variable is specifically set up and doesn't include typical ports bin directories. -- Andriy Gapon
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4CDC251C.4090208>