[Bug 198045] Build tools hiding dependency issues
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Thu Feb 26 03:41:43 UTC 2015
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=198045
Bryan Drewery <bdrewery at FreeBSD.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |bdrewery at FreeBSD.org
--- Comment #1 from Bryan Drewery <bdrewery at FreeBSD.org> ---
Yes 'make install' is still supported, though it is very dangerous and
bug-prone since it does find all of this stuff on your system that may not be
expected. Yes the issues you mention are problems. They need to be fixed
case-by-case.
Most of these problems are handled by building in a sandbox, which is what
Poudriere does.
As for dependency tree, all of the tools use what ports give them:
BUILD_DEPENDS LIB_DEPENDS RUN_DEPENDS, etc. They don't make up their own
dependencies.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list