pkgsrc/pkgtools/pkglint/TODO

20 lines
733 B
Text
Raw Normal View History

2005-04-30 13:50:42 +02:00
* --autofix
* fix false positive warnings
* quoting check for Makefile variables
2005-05-06 00:59:18 +02:00
* -E/--explain
* check for absolute paths
* check for direct use of /usr/pkgsrc etc.
2005-09-28 18:34:47 +02:00
* check for direct use of *DIR
* ONLY_FOR_PLATFORM => NOT_FOR_PLATFORM
* -Wl,-rpath
* include "../../mk/bsd.prefs.mk" before using "+=".
* include "../../mk/bsd.prefs.mk" before any .if
* check Makefile directives
* check _every_ line of the Makefiles
* warn about the use of ${SED} in {pre,do,post}-install
* check for direct use of user names and group names
* Find a reliable, secure way to delete all CVS directories inside
${WRKSRC}. When that is finished, add a warning that using ${XARGS}
is insecure.
* detect spelling errors (like CONFLICT => CONFLICTS)