summaryrefslogtreecommitdiff
path: root/pkgtools/pkglint/TODO
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2015-10-15 02:09:49 +0000
committerrillig <rillig@pkgsrc.org>2015-10-15 02:09:49 +0000
commite8e035cb0cb802e5f4c26c7cfb06865d0a913dc8 (patch)
treec4c0e7379a8d32537de016db613c0ef22970e327 /pkgtools/pkglint/TODO
parentcb6de887fa41f685658745e5b0664b76779c4d83 (diff)
downloadpkgsrc-e8e035cb0cb802e5f4c26c7cfb06865d0a913dc8.tar.gz
Moved the code for checking shell commands into its own file
Diffstat (limited to 'pkgtools/pkglint/TODO')
-rw-r--r--pkgtools/pkglint/TODO4
1 files changed, 1 insertions, 3 deletions
diff --git a/pkgtools/pkglint/TODO b/pkgtools/pkglint/TODO
index b127fe340a1..8f96041401b 100644
--- a/pkgtools/pkglint/TODO
+++ b/pkgtools/pkglint/TODO
@@ -1,4 +1,4 @@
-$NetBSD: TODO,v 1.81 2015/10/11 07:27:12 rillig Exp $
+$NetBSD: TODO,v 1.82 2015/10/15 02:09:49 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.
@@ -12,8 +12,6 @@ include the name of an example package where a warning should occur.
don't. Find out how pkglint can distinguish them.
* Make sure that no variable is modified at load-time after it has been
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.
* ${MACHINE_ARCH}-${LOWER_OPSYS}elf in PLISTs etc. is a NetBSD config.guess