pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/pkgtools/pkglint Implemented the --explain option and ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/447682f2626d
branches:  trunk
changeset: 503632:447682f2626d
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Thu Nov 24 10:18:50 2005 +0000

description:
Implemented the --explain option and the checks for CPP macros in patch
files. New TODO items:

* extract the DISTFILES if they exist and check all files in them for:
  - security holes,
  - coding style violations,
  - possible unportable constructs

diffstat:

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

diffs (20 lines):

diff -r df7e86f052f1 -r 447682f2626d pkgtools/pkglint/TODO
--- a/pkgtools/pkglint/TODO     Thu Nov 24 10:16:54 2005 +0000
+++ b/pkgtools/pkglint/TODO     Thu Nov 24 10:18:50 2005 +0000
@@ -1,7 +1,6 @@
 * --autofix
 * fix false positive warnings
 * quoting check for Makefile variables
-* -E/--explain
 * check for absolute paths
 * check for direct use of /usr/pkgsrc etc.
 * check for direct use of *DIR
@@ -20,4 +19,7 @@
 * warn about the use of ${WRKDIR:=...}, as this construct should only
   be used with lists.
 * mention the SUBST framework whenever ${SED} is used.
-* warn about unportable CPP macros in patches.
+* extract the DISTFILES if they exist and check all files in them for:
+  - security holes,
+  - coding style violations,
+  - possible unportable constructs



Home | Main Index | Thread Index | Old Index