summaryrefslogtreecommitdiff
path: root/pkgtools
diff options
context:
space:
mode:
authorrillig <rillig>2006-06-08 15:14:22 +0000
committerrillig <rillig>2006-06-08 15:14:22 +0000
commit48c6c66f95a769cf47122ac7fcf0ee63c07bdd8e (patch)
tree9d340673eaa5cd7358fcebcc813f5bd5a3074719 /pkgtools
parente7e285f267daa44791c5662137da21c7673cbf99 (diff)
downloadpkgsrc-48c6c66f95a769cf47122ac7fcf0ee63c07bdd8e.tar.gz
Some things from the TODO list have been done.
Diffstat (limited to 'pkgtools')
-rw-r--r--pkgtools/pkglint/TODO7
1 files changed, 1 insertions, 6 deletions
diff --git a/pkgtools/pkglint/TODO b/pkgtools/pkglint/TODO
index a31b83ff2e8..5beeb394337 100644
--- a/pkgtools/pkglint/TODO
+++ b/pkgtools/pkglint/TODO
@@ -1,4 +1,4 @@
-$NetBSD: TODO,v 1.48 2006/06/03 00:25:34 joerg Exp $
+$NetBSD: TODO,v 1.49 2006/06/08 15:14:22 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.
@@ -13,11 +13,8 @@ include the name of an example package where a warning should occur.
* Find a reliable, secure way to delete all CVS directories inside
${WRKSRC}. When that is finished, add a warning that using ${XARGS}
is insecure.
-* detect spelling errors (like CONFLICT => CONFLICTS)
* warn about the use of ${WRKDIR:=...}, as this construct should only
be used with lists.
-* mention the SUBST framework whenever ${SED} is used.
-* check that Index: entries match the rest of the patch
* record with each substring its source location to be able to make
even more precise diagnostics
* check wether CONFIG* override match, e.g. CONFIGURE_DIRS most likely
@@ -31,5 +28,3 @@ include the name of an example package where a warning should occur.
* Check that USE_LIBTOOL=yes, when the PLIST contains *.la.
* Of the user-defined variables, some may be used at load-time and some
don't. Find out how pkglint can distinguish them.
-* PYTHON_VERSIONS_INCOMPATIBLE should be treated as platform flag only,
- the user or packages should not alter or use it