summaryrefslogtreecommitdiff
path: root/pkgtools/pkglint/TODO
diff options
context:
space:
mode:
authorrillig <rillig>2006-01-02 10:12:09 +0000
committerrillig <rillig>2006-01-02 10:12:09 +0000
commit4c967f9e71aa575f5b3b2e5fd8eddeb06f104b76 (patch)
tree64e61ad2a89ef189a93dccf8a655ae5160718480 /pkgtools/pkglint/TODO
parent2ce7d971442fbd56c678053a3f592e767eecc047 (diff)
downloadpkgsrc-4c967f9e71aa575f5b3b2e5fd8eddeb06f104b76.tar.gz
Cleaned up the TODO list.
Diffstat (limited to 'pkgtools/pkglint/TODO')
-rw-r--r--pkgtools/pkglint/TODO6
1 files changed, 0 insertions, 6 deletions
diff --git a/pkgtools/pkglint/TODO b/pkgtools/pkglint/TODO
index cf8ab086431..4c1808a2bfa 100644
--- a/pkgtools/pkglint/TODO
+++ b/pkgtools/pkglint/TODO
@@ -1,5 +1,4 @@
* fix false positive warnings
-* quoting check for Makefile variables
* ONLY_FOR_PLATFORM => NOT_FOR_PLATFORM
* -Wl,-rpath
* include "../../mk/bsd.prefs.mk" before using "+=".
@@ -13,11 +12,6 @@
* warn about the use of ${WRKDIR:=...}, as this construct should only
be used with lists.
* mention the SUBST framework whenever ${SED} is used.
-* extract the DISTFILES if they exist and check all files in them for:
- - security holes,
- - coding style violations,
- - possible unportable constructs
-* check quoting in CFLAGS+= -DPREFIX=\"${PREFIX:Q}\"
* check that Index: entries match the rest of the patch
* record with each substring its source location to be able to make
even more precise diagnostics