diff options
author | rillig <rillig@pkgsrc.org> | 2007-09-10 07:38:46 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2007-09-10 07:38:46 +0000 |
commit | 6e18481ce80b1cf93112877e93f4e5ea29dee38a (patch) | |
tree | 6800cf3c5597e6edee90ef6c7788ef7acf6452ff /pkgtools/pkglint/TODO | |
parent | 01bd894348ac030c03a7d1cc8a762d58a8cc95e0 (diff) | |
download | pkgsrc-6e18481ce80b1cf93112877e93f4e5ea29dee38a.tar.gz |
Cleaned up the TODO list from things I don't find worth implementing.
Diffstat (limited to 'pkgtools/pkglint/TODO')
-rw-r--r-- | pkgtools/pkglint/TODO | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/pkgtools/pkglint/TODO b/pkgtools/pkglint/TODO index c0722989ab1..8db56b812bd 100644 --- a/pkgtools/pkglint/TODO +++ b/pkgtools/pkglint/TODO @@ -1,17 +1,13 @@ -$NetBSD: TODO,v 1.58 2007/05/29 01:35:05 schmonz Exp $ +$NetBSD: TODO,v 1.59 2007/09/10 07:38:46 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. * fix false positive warnings -* ONLY_FOR_PLATFORM => NOT_FOR_PLATFORM -* check for direct use of user names and group names * warn about the use of ${WRKDIR:=...}, as this construct should only be used with lists. * record with each substring its source location to be able to make even more precise diagnostics -* check whether CONFIG* override match, e.g. CONFIGURE_DIRS most likely - needs matching CONFIG_GUESS_OVERRIDE and CONFIG_SUB_OVERRIDE as well * 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. @@ -28,9 +24,4 @@ include the name of an example package where a warning should occur. problem ==> use of ${APPEND_ELF} * Packages including lang/python/extension.mk must follow the Python version scheme. Enforcing PYPKGPREFIX for those is most likely a good idea. -* pkglint ist momentan zufrieden mit wip/gdal-docs, obwohl das Makefile - gdal-1.3.1 will, aber das distinfo noch die Checksum von 1.2.6 hat. - Magst vielleicht einen Test einbauen, der schaut, ob die zusammenpassen? -* Complain about configure patches with ": Avoid regenerating within pkgsrc" chunks * Check for parallel files/dirs whose names differ only in case. -* Check for German text in pkgtools/pkglint/TODO. |