summaryrefslogtreecommitdiff
path: root/pkgtools/pkglint
diff options
context:
space:
mode:
authorrillig <rillig>2006-07-04 10:01:06 +0000
committerrillig <rillig>2006-07-04 10:01:06 +0000
commita496e53c15b8401abb439d568547cc0a579f91af (patch)
treecafe9e46a4520303507432caac91cb5e9d2a5ce7 /pkgtools/pkglint
parente0263c003c53d117758a23928ebfbef5809c9610 (diff)
downloadpkgsrc-a496e53c15b8401abb439d568547cc0a579f91af.tar.gz
* Invent an annotation scheme for files that intentionally define
variables for use in other files.
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 427379bed7b..f0ced067b51 100644
--- a/pkgtools/pkglint/TODO
+++ b/pkgtools/pkglint/TODO
@@ -1,4 +1,4 @@
-$NetBSD: TODO,v 1.50 2006/07/02 09:47:17 rillig Exp $
+$NetBSD: TODO,v 1.51 2006/07/04 10:01:06 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.
@@ -31,3 +31,5 @@ include the name of an example package where a warning should occur.
used once. This should at least flag BUILD_DEFS in bsd.pkg.mk.
* Implement unescape_shellword, which is required for the type check for
SedCommand.
+* Invent an annotation scheme for files that intentionally define
+ variables for use in other files.