summaryrefslogtreecommitdiff
path: root/pkgtools
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2006-02-04 03:39:40 +0000
committerrillig <rillig@pkgsrc.org>2006-02-04 03:39:40 +0000
commit0514bb16a6fcadf2fa6286c8b781930994f65c71 (patch)
tree7e31bbc0a10cd13a502674c0722d7f5dfdf7d2c6 /pkgtools
parentabd8089cf7e82521b684f41780e9914b1cb38cbb (diff)
downloadpkgsrc-0514bb16a6fcadf2fa6286c8b781930994f65c71.tar.gz
* Many of the checking routines need some context to provide better
warnings. For example, checkline_foo() may need to know what has happened in the file before that line.
Diffstat (limited to 'pkgtools')
-rw-r--r--pkgtools/pkglint/TODO5
1 files changed, 4 insertions, 1 deletions
diff --git a/pkgtools/pkglint/TODO b/pkgtools/pkglint/TODO
index 2c57d201dca..18a4028816e 100644
--- a/pkgtools/pkglint/TODO
+++ b/pkgtools/pkglint/TODO
@@ -1,4 +1,4 @@
-$NetBSD: TODO,v 1.40 2006/02/02 17:41:57 joerg Exp $
+$NetBSD: TODO,v 1.41 2006/02/04 03:39:40 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.
@@ -24,3 +24,6 @@ include the name of an example package where a warning should occur.
needs matching CNOFIG_GUESS_OVERRIDE and CONFIG_SUB_OVERRIDE as well
* warn about BUILD_USES_MSGFMT and related defines being used when
devel/gettext-lib/buildlink3.mk is not explicitly included?
+* Many of the checking routines need some context to provide better
+ warnings. For example, checkline_foo() may need to know what has
+ happened in the file before that line.