summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrillig <rillig>2006-02-04 03:39:40 +0000
committerrillig <rillig>2006-02-04 03:39:40 +0000
commitcf95f5ffe1cb901dd2e1252ebc188cdd269f201e (patch)
tree7e31bbc0a10cd13a502674c0722d7f5dfdf7d2c6
parent1072011e4134bd1a172e8e61d2213dfcb5813d0b (diff)
downloadpkgsrc-cf95f5ffe1cb901dd2e1252ebc188cdd269f201e.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.
-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.