diff options
author | gdt <gdt@pkgsrc.org> | 2007-08-27 23:18:22 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2007-08-27 23:18:22 +0000 |
commit | 12a64638debe593160c5d53ed1f800cac8fc6aaa (patch) | |
tree | 00f9f6c0e59a026fe882f7a4b60410d688df4a39 /doc/TODO | |
parent | 77a347132a637fa36406b36d7cec6799bdd1fe26 (diff) | |
download | pkgsrc-12a64638debe593160c5d53ed1f800cac8fc6aaa.tar.gz |
Split the issues about 'pkg_install -u' clearing unsafe_depends and
the notion of preserving automatic, noting that probably a flag is
needed for the latter and that there is not consensus.
Diffstat (limited to 'doc/TODO')
-rw-r--r-- | doc/TODO | 12 |
1 files changed, 8 insertions, 4 deletions
@@ -1,4 +1,4 @@ -$NetBSD: TODO,v 1.6616 2007/08/27 17:53:48 adrianp Exp $ +$NetBSD: TODO,v 1.6617 2007/08/27 23:18:22 gdt Exp $ Suggested new packages ====================== @@ -1404,9 +1404,13 @@ Suggested pkgsrc enhancements to be used for packages like x11/openmotif that set NO_*_ON_* for non-open-source systems. - o Make "pkg_install -u" preserve the automatic tag, clear the - unsafe_depends* and rebuild tags, and set unsafe_depends* on - depending packages, following the behavior of make replace. + o Make "pkg_install -u" clear the unsafe_depends* and rebuild + tags, and set unsafe_depends* on depending packages, + following the behavior of make replace. + + o Figure out a way to have "pkg_install -u", probably with a + flag, preserve the value of the automatic tag. We do not + have consensus on the right behavior. Suggested other platform enhancements ===================================== |