pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/pkgtools/pkglint * Many of the checking routines need ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/636440570fa3
branches:  trunk
changeset: 507537:636440570fa3
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sat Feb 04 03:39:40 2006 +0000

description:
* 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.

diffstat:

 pkgtools/pkglint/TODO |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (16 lines):

diff -r 41daf6531f84 -r 636440570fa3 pkgtools/pkglint/TODO
--- a/pkgtools/pkglint/TODO     Sat Feb 04 03:37:08 2006 +0000
+++ b/pkgtools/pkglint/TODO     Sat Feb 04 03:39:40 2006 +0000
@@ -1,4 +1,4 @@
-$NetBSD: TODO,v 1.40 2006/02/02 17:41:57 joerg Exp $
+$NetBSD: TODO,v 1.41 2006/02/04 03:39:40 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.
@@ -24,3 +24,6 @@
   needs matching CNOFIG_GUESS_OVERRIDE and CONFIG_SUB_OVERRIDE as well
 * warn about BUILD_USES_MSGFMT and related defines being used when
   devel/gettext-lib/buildlink3.mk is not explicitly included?
+* 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.



Home | Main Index | Thread Index | Old Index