summaryrefslogtreecommitdiff
path: root/pkgtools
diff options
context:
space:
mode:
authorrillig <rillig>2008-02-05 02:10:38 +0000
committerrillig <rillig>2008-02-05 02:10:38 +0000
commit57b54dd5dcb8e896c929da52be9012efee870f53 (patch)
tree902c6e2b26c519356d6a7cf615657b16b1aec9cb /pkgtools
parent0df1c6dff4dfcf51b5760809e7ab259d415b3d44 (diff)
downloadpkgsrc-57b54dd5dcb8e896c929da52be9012efee870f53.tar.gz
Something more to do.
Diffstat (limited to 'pkgtools')
-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.