diff options
author | rillig <rillig@pkgsrc.org> | 2006-06-08 15:14:22 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2006-06-08 15:14:22 +0000 |
commit | 9f330148b33b955c52f445a31b04915d5326df97 (patch) | |
tree | 9d340673eaa5cd7358fcebcc813f5bd5a3074719 /pkgtools/pkglint/TODO | |
parent | 5bc6ddf8e9a01a1c30f4b0ee1de290e3346f8437 (diff) | |
download | pkgsrc-9f330148b33b955c52f445a31b04915d5326df97.tar.gz |
Some things from the TODO list have been done.
Diffstat (limited to 'pkgtools/pkglint/TODO')
-rw-r--r-- | pkgtools/pkglint/TODO | 7 |
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 |