summaryrefslogtreecommitdiff
path: root/pkgtools/pkglint/files/pkglint.0
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2005-11-19 17:22:21 +0000
committerrillig <rillig@pkgsrc.org>2005-11-19 17:22:21 +0000
commit562cdf526828cecaeabb7586fe22647fbccc2f17 (patch)
treebf2dfca37fa980b787ea4266a789f44562ac5c5c /pkgtools/pkglint/files/pkglint.0
parent0bf006f0e589f1e1d979888ccd66ac38c20d12c5 (diff)
downloadpkgsrc-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.04
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.