diff options
author | rillig <rillig@pkgsrc.org> | 2008-11-25 19:11:39 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2008-11-25 19:11:39 +0000 |
commit | f85556e344f87d31f09dd3ef26e237622e6b3f16 (patch) | |
tree | 97ad3e0a882e8f6fbab0067d1a405e9be85bd75f /pkgtools/pkglint/TODO | |
parent | a8521808e4cc7748a24bfc858ae6280a3d0bc35e (diff) | |
download | pkgsrc-f85556e344f87d31f09dd3ef26e237622e6b3f16.tar.gz |
more to do.
Diffstat (limited to 'pkgtools/pkglint/TODO')
-rw-r--r-- | pkgtools/pkglint/TODO | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/pkgtools/pkglint/TODO b/pkgtools/pkglint/TODO index bdb2f15c3f9..7fa45ea4858 100644 --- a/pkgtools/pkglint/TODO +++ b/pkgtools/pkglint/TODO @@ -1,4 +1,4 @@ -$NetBSD: TODO,v 1.68 2008/10/09 16:01:51 rillig Exp $ +$NetBSD: TODO,v 1.69 2008/11/25 19:11:39 rillig Exp $ Please add your own entries at the bottom of this file. If possible, include the name of an example package where a warning should occur. @@ -49,3 +49,7 @@ PLIST regexes to sets of required packages, or something. * To push DESTDIR support forward, it would be useful it pkglint warned like this if PKG_DESTDIR_SUPPORT is not defined: "WARN: Please consider adding DESTDIR support to the package." + +% + +if package A conflicts with B, then B should also conflict with A. |