summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrillig <rillig>2005-05-15 18:29:09 +0000
committerrillig <rillig>2005-05-15 18:29:09 +0000
commit48905659fbc817e6b2d8e136d1cd79538158d6f4 (patch)
tree029f875a3254f3fe66b87871f4663d0f56ff59e2
parent6de1bc845634eca1d649a2dc9b64f2478e789e74 (diff)
downloadpkgsrc-48905659fbc817e6b2d8e136d1cd79538158d6f4.tar.gz
Don't fix packages if pkglint reports false warnings, fix pkglint instead.
-rw-r--r--doc/TODO6
1 files changed, 2 insertions, 4 deletions
diff --git a/doc/TODO b/doc/TODO
index 25fbf083bbe..4ccef29118a 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,4 +1,4 @@
-$NetBSD: TODO,v 1.3486 2005/05/14 13:34:36 adrianp Exp $
+$NetBSD: TODO,v 1.3487 2005/05/15 18:29:09 rillig Exp $
Suggested new packages
======================
@@ -1214,9 +1214,7 @@ Infrastructure problems which need addressing
Suggested pkgsrc enhancements
=============================
- o Allow tokens in Makefiles, etc to silence pkglint WARNS.
- e.g. # ABS_PATH could silence an absolute path warning
- such as
+ o Fix the many false positive warnings from pkglint, such as:
WARN: possible use of absolute pathname "/usr", in Makefile.
o Make pkgsrc work on more operating systems.