pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/pkgtools/pkglint Cleaned up the TODO list.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bdc0104eea5c
branches:  trunk
changeset: 505286:bdc0104eea5c
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Mon Jan 02 10:12:09 2006 +0000

description:
Cleaned up the TODO list.

diffstat:

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

diffs (21 lines):

diff -r 4081ea56ec7b -r bdc0104eea5c pkgtools/pkglint/TODO
--- a/pkgtools/pkglint/TODO     Mon Jan 02 10:09:03 2006 +0000
+++ b/pkgtools/pkglint/TODO     Mon Jan 02 10:12:09 2006 +0000
@@ -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



Home | Main Index | Thread Index | Old Index