diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2004-11-14 13:10:17 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2004-11-14 13:10:17 +0000 |
commit | da33fcdd468f43ac502df62c70e72d13563a087d (patch) | |
tree | ba8acdd100abd465f486b3cf88df61858442942e /usr.sbin/pkg_add/TODO | |
parent | 00859bfa90cf7c4f33c0d7973f9745d85b1d12af (diff) |
current unsolved issues.
Diffstat (limited to 'usr.sbin/pkg_add/TODO')
-rw-r--r-- | usr.sbin/pkg_add/TODO | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/usr.sbin/pkg_add/TODO b/usr.sbin/pkg_add/TODO index b23712a1803..638af50c2f6 100644 --- a/usr.sbin/pkg_add/TODO +++ b/usr.sbin/pkg_add/TODO @@ -12,3 +12,12 @@ Known update issues: - pkg_add -r can have two conflicting packages (or more) n-to-m updates should be handled. + +- don't store @pkgdep in packing-lists, makes for a lot of traffic, use +separate +REQUIRE file instead. Issue: converting from the old model. + +- switch all runtime dependencies to @newdepend. Stuff older @libdepend +into newer @wantlib keyword. Makes for more systematic handling (adjust +RUN_DEPENDS to take wildcard pkgspec by default as well) and allows us +to put all lib dependencies into a package: base system included. +Issue (again): converting from the old model. |