diff options
author | rillig <rillig@pkgsrc.org> | 2005-11-19 17:22:21 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2005-11-19 17:22:21 +0000 |
commit | 562cdf526828cecaeabb7586fe22647fbccc2f17 (patch) | |
tree | bf2dfca37fa980b787ea4266a789f44562ac5c5c /pkgtools/pkglint/files/pkglint.0 | |
parent | 0bf006f0e589f1e1d979888ccd66ac38c20d12c5 (diff) | |
download | pkgsrc-562cdf526828cecaeabb7586fe22647fbccc2f17.tar.gz |
Updated pkglint to 4.43.
Changes since 4.42:
- Reduced the number of duplicate diagnostics when checking multiple files.
Only diagnostics concerning the current package are printed.
- Added checks for EXTRACT_SUFX and PKG_INSTALLATION_TYPES.
- Added a work-around for the PHP patches warnings.
- PERL5_PACKLIST should not contain references to other variables.
- Added the -s|--source command line option to show the code along with the
diagnostics.
- Fixed a bug in get_logical_line(); logical lines have not had their
physical lines attached.
- Deprecated variables are not only checked when they are defined but also
when they are used.
Diffstat (limited to 'pkgtools/pkglint/files/pkglint.0')
-rw-r--r-- | pkgtools/pkglint/files/pkglint.0 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/pkgtools/pkglint/files/pkglint.0 b/pkgtools/pkglint/files/pkglint.0 index 27937e18a34..ea413640653 100644 --- a/pkgtools/pkglint/files/pkglint.0 +++ b/pkgtools/pkglint/files/pkglint.0 @@ -40,6 +40,10 @@ DDEESSCCRRIIPPTTIIOONN are those that are mentioned in a `SUBDIR+=' line. + --ss|----ssoouurrccee For all diagnostics having file and line number + information, show the source code along with + the diagnostics. + --vv|----vveerrbboossee Be verbose. Show the progress report for items that are being checked. |