CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2009/12/26 10:00:49
Modified files:
usr.sbin/pkg_add: Makefile pkg_add
usr.sbin/pkg_add/OpenBSD: Replace.pm
Added files:
usr.sbin/pkg_add/OpenBSD: ForwardDependencies.pm
Log message:
Better, more global way of dealing with forward dependencies, and to
ask just once per-set for exec/unexec.
Todo: forward-deps could be merged, but this might lead to dependency
loops, we have to detect them and act first
Todo: rewrite the other part of forward dependency handling (dep adjustment)