summaryrefslogtreecommitdiff
path: root/pkgtools/pkglint
diff options
context:
space:
mode:
authorrillig <rillig>2006-01-02 10:12:09 +0000
committerrillig <rillig>2006-01-02 10:12:09 +0000
commitf138bc9175e2b19ed786f1f6d4ad73f870bd34ac (patch)
tree64e61ad2a89ef189a93dccf8a655ae5160718480 /pkgtools/pkglint
parent747f166fe769a31e6adc6badc0f066ef094e586c (diff)
downloadpkgsrc-f138bc9175e2b19ed786f1f6d4ad73f870bd34ac.tar.gz
Cleaned up the TODO list.
Diffstat (limited to 'pkgtools/pkglint')
-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