summaryrefslogtreecommitdiff
path: root/pkgtools/pkglint
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2008-02-05 02:10:38 +0000
committerrillig <rillig@pkgsrc.org>2008-02-05 02:10:38 +0000
commitfbf42c9d3ee6f0317e0512d1fb4ae250b68737ac (patch)
tree902c6e2b26c519356d6a7cf615657b16b1aec9cb /pkgtools/pkglint
parent2b0bc101a47ebd5987cd093d0ca1b557bd7d8677 (diff)
downloadpkgsrc-fbf42c9d3ee6f0317e0512d1fb4ae250b68737ac.tar.gz
Something more to do.
Diffstat (limited to 'pkgtools/pkglint')
-rw-r--r--pkgtools/pkglint/TODO4
1 files changed, 3 insertions, 1 deletions
diff --git a/pkgtools/pkglint/TODO b/pkgtools/pkglint/TODO
index 1f82f621839..a924702c0c4 100644
--- a/pkgtools/pkglint/TODO
+++ b/pkgtools/pkglint/TODO
@@ -1,4 +1,4 @@
-$NetBSD: TODO,v 1.60 2008/01/10 03:48:34 rillig Exp $
+$NetBSD: TODO,v 1.61 2008/02/05 02:10:38 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.
@@ -26,3 +26,5 @@ include the name of an example package where a warning should occur.
scheme. Enforcing PYPKGPREFIX for those is most likely a good idea.
* Check for parallel files/dirs whose names differ only in case.
* Check for license files that are completely unused.
+* If a dependency depends on an option (in options.mk), it should also
+ depend on the same option in the buildlink3.mk file.