pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/pkgtools/pkglint Cleaned up the TODO list from things ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e0928c28871a
branches:  trunk
changeset: 533173:e0928c28871a
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Mon Sep 10 07:38:46 2007 +0000

description:
Cleaned up the TODO list from things I don't find worth implementing.

diffstat:

 pkgtools/pkglint/TODO |  11 +----------
 1 files changed, 1 insertions(+), 10 deletions(-)

diffs (32 lines):

diff -r 6a63993ff3e9 -r e0928c28871a pkgtools/pkglint/TODO
--- a/pkgtools/pkglint/TODO     Mon Sep 10 07:25:14 2007 +0000
+++ b/pkgtools/pkglint/TODO     Mon Sep 10 07:38:46 2007 +0000
@@ -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 @@
   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.



Home | Main Index | Thread Index | Old Index