summaryrefslogtreecommitdiff
path: root/pkgtools
diff options
context:
space:
mode:
authorrillig <rillig>2005-11-24 10:18:50 +0000
committerrillig <rillig>2005-11-24 10:18:50 +0000
commit86ac6c563a1005b42cacd6dd5b4ed4cf14adf042 (patch)
treea17d724a2f0bd1004604c3eb1fa5508de2fb5d5a /pkgtools
parent1234d8eb49aae7a205c5ead07ab086f1bced7fbe (diff)
downloadpkgsrc-86ac6c563a1005b42cacd6dd5b4ed4cf14adf042.tar.gz
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 (limited to 'pkgtools')
-rw-r--r--pkgtools/pkglint/TODO6
1 files changed, 4 insertions, 2 deletions
diff --git a/pkgtools/pkglint/TODO b/pkgtools/pkglint/TODO
index e1209cab00d..24e569b8d0b 100644
--- a/pkgtools/pkglint/TODO
+++ b/pkgtools/pkglint/TODO
@@ -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