summaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_add/TODO
diff options
context:
space:
mode:
authorMarc Espie <espie@cvs.openbsd.org>2004-11-20 23:40:21 +0000
committerMarc Espie <espie@cvs.openbsd.org>2004-11-20 23:40:21 +0000
commit7310d2ed7ff7a1a7fcb6619815f757da7d355563 (patch)
treecef0f318cd162da33097e6020e0726637f8a6ccc /usr.sbin/pkg_add/TODO
parent2cd5f5a133ed85af5bef04f3155974b0f9fea79f (diff)
done items
Diffstat (limited to 'usr.sbin/pkg_add/TODO')
-rw-r--r--usr.sbin/pkg_add/TODO7
1 files changed, 3 insertions, 4 deletions
diff --git a/usr.sbin/pkg_add/TODO b/usr.sbin/pkg_add/TODO
index 638af50c2f6..f9fb69a2613 100644
--- a/usr.sbin/pkg_add/TODO
+++ b/usr.sbin/pkg_add/TODO
@@ -5,7 +5,9 @@
+ handle PKGPATH
+ replace symlinks with @symlink commands at pkg_create time
+ basic validation of packing list at end of reading it...
-- add better error handling
++ don't store @pkgdep in packing-lists, makes for a lot of traffic, use
+separate +REQUIRE file instead. Automatically convert from the old model.
++ add better error handling
- let package delete log files it cannot delete
- smart package dependency handling
@@ -13,9 +15,6 @@ 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