summaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_add/TODO
diff options
context:
space:
mode:
authorMarc Espie <espie@cvs.openbsd.org>2004-11-14 13:10:17 +0000
committerMarc Espie <espie@cvs.openbsd.org>2004-11-14 13:10:17 +0000
commitda33fcdd468f43ac502df62c70e72d13563a087d (patch)
treeba8acdd100abd465f486b3cf88df61858442942e /usr.sbin/pkg_add/TODO
parent00859bfa90cf7c4f33c0d7973f9745d85b1d12af (diff)
current unsolved issues.
Diffstat (limited to 'usr.sbin/pkg_add/TODO')
-rw-r--r--usr.sbin/pkg_add/TODO9
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.