diff options
author | joerg <joerg> | 2008-09-16 14:41:18 +0000 |
---|---|---|
committer | joerg <joerg> | 2008-09-16 14:41:18 +0000 |
commit | f1519707d5c3a576a12784fe67e0a813c3b9c4e0 (patch) | |
tree | 0d4d105c86c84dd1995f35ceb8dd6696d810ff4b /pkgtools | |
parent | 7f894e3c10049eb2d4d9728da09612b728949dba (diff) | |
download | pkgsrc-f1519707d5c3a576a12784fe67e0a813c3b9c4e0.tar.gz |
Main tree must not depend on wip, so pkglint should try to warn about
it.
Diffstat (limited to 'pkgtools')
-rw-r--r-- | pkgtools/pkglint/TODO | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgtools/pkglint/TODO b/pkgtools/pkglint/TODO index 2d7656335d4..87a61242b1a 100644 --- a/pkgtools/pkglint/TODO +++ b/pkgtools/pkglint/TODO @@ -1,4 +1,4 @@ -$NetBSD: TODO,v 1.66 2008/04/07 17:34:51 joerg Exp $ +$NetBSD: TODO,v 1.67 2008/09/16 14:41:18 joerg 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,4 @@ 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." +* Warn if a package in the main pkgsrc tree depends on something in wip. |