xref: /openbsd/usr.sbin/pkg_add/TODO (revision fc61954a)
1- fix library updates special cases: should note all potential library
2packages as conflicts. Then save_old_libraries can split stuff off old
3sets to keep libraries that are not in the new packages. There's only
4one slightly tricky part, which concerns moving stuff that's not really
5needed out of $set->{older}.
6- in interactive mode, make it ask questions whenever the user could get
7frustrated.
8- finish pulling the pkg_add code into Add.pm/Update.pm.
9- figure out when to continue after some errors, which should not stop a
10full update, for instance... or ignore already installed packages (mostly
11done).
12- get an update path for libraries to be able to adjust dependencies correctly.
13- messy .libs-* match for conflicts, to integrate with spec matching ?
14