diff options
author | rillig <rillig@pkgsrc.org> | 2005-12-01 03:10:16 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2005-12-01 03:10:16 +0000 |
commit | 34fc9c76f2fe31b890f967b9c76bc1d9a340477e (patch) | |
tree | dbe214892296fb523ba2357a37c2765bfa28abb7 /pkgtools/pkglint/TODO | |
parent | 11d41836b709cab01732deaf770b486d5e1b2d46 (diff) | |
download | pkgsrc-34fc9c76f2fe31b890f967b9c76bc1d9a340477e.tar.gz |
- Reintroduced the check for absolute pathnames in shell commands. This
check had been removed some time ago due to the huge number of false
positives. Now that pkglint can parse shell commands quite well, it
has been reintroduced, as absolute pathnames often indicate unportable
features of a package. To implement this check (and a few others)
accurately, the whole code for checking shell commands has been
rewritten as a finite state machine.
Diffstat (limited to 'pkgtools/pkglint/TODO')
-rw-r--r-- | pkgtools/pkglint/TODO | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgtools/pkglint/TODO b/pkgtools/pkglint/TODO index 24e569b8d0b..096dce63677 100644 --- a/pkgtools/pkglint/TODO +++ b/pkgtools/pkglint/TODO @@ -1,7 +1,6 @@ * --autofix * fix false positive warnings * quoting check for Makefile variables -* check for absolute paths * check for direct use of /usr/pkgsrc etc. * check for direct use of *DIR * ONLY_FOR_PLATFORM => NOT_FOR_PLATFORM |