diff options
author | wiz <wiz@pkgsrc.org> | 2012-07-14 20:33:54 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2012-07-14 20:33:54 +0000 |
commit | 586ccf4afab4a0870717d91e009f89b3dd38186d (patch) | |
tree | e6898f77e0712a6be6ba7c9d04d15e9399ac6708 /pkgtools | |
parent | e2a164c7195eb0c498dc1ce6ff700b552aadf7eb (diff) | |
download | pkgsrc-586ccf4afab4a0870717d91e009f89b3dd38186d.tar.gz |
regen
Diffstat (limited to 'pkgtools')
-rw-r--r-- | pkgtools/pkglint/files/pkglint.0 | 37 |
1 files changed, 26 insertions, 11 deletions
diff --git a/pkgtools/pkglint/files/pkglint.0 b/pkgtools/pkglint/files/pkglint.0 index 4fe7fa253b8..d814bdaf4e6 100644 --- a/pkgtools/pkglint/files/pkglint.0 +++ b/pkgtools/pkglint/files/pkglint.0 @@ -1,4 +1,4 @@ -PKGLINT(1) NetBSD General Commands Manual PKGLINT(1) +PKGLINT(1) General Commands Manual PKGLINT(1) NNAAMMEE ppkkgglliinntt -- static analyzer for pkgsrc packages @@ -10,6 +10,7 @@ DDEESSCCRRIIPPTTIIOONN ppkkgglliinntt attempts to detect features of the named pkgsrc packages that are likely to be bugs, or that are simply deprecated. + OOppttiioonnss --CC{{[[nnoo--]]cchheecckk,,......}} Enable or disable specific checks. For a list of checks, see below. @@ -31,9 +32,9 @@ DDEESSCCRRIIPPTTIIOONN --WW{{[[nnoo--]]wwaarrnn,,......}} Enable or disable specific warnings. For a list of warnings, see below. - --ee|----eexxppllaaiinn Print further explanations for diagnostics. Some- - times the reasons for diagnostics are not obvious and - need further explanation. + --ee|----eexxppllaaiinn Print further explanations for diagnostics. + Sometimes the reasons for diagnostics are not obvious + and need further explanation. --gg|----ggcccc--oouuttppuutt--ffoorrmmaatt Use a format for the diagnostics that is understood @@ -136,13 +137,27 @@ DDEESSCCRRIIPPTTIIOONN order. [[nnoo--]]ppeerrmm Warn if a variable is used or defined outside its - specified scope. + specified scope. The available permissions are: + append + append something using += + default + set a default value using ?= + preprocess + use a variable during preprocessing + runtime + use a variable at runtime + set set a variable using :=, =, != + unknown + permissions for this variable currently not + known + A `?' means that it is not yet clear which + permissions are allowed and which aren't. [[nnoo--]]pplliisstt--ddeepprr Warn if deprecated pathnames are used in _P_L_I_S_T files. This warning is disabled by default. - [[nnoo--]]pplliisstt--ssoorrtt Warn if items of a PLIST file are not sorted alpha- - betically. This warning is disabled by default. + [[nnoo--]]pplliisstt--ssoorrtt Warn if items of a PLIST file are not sorted + alphabetically. This warning is disabled by default. [[nnoo--]]qquuoottiinngg Warn for possibly invalid quoting of make variables in shell programs and shell variables themselves. @@ -159,11 +174,11 @@ DDEESSCCRRIIPPTTIIOONN ordered in the way it is described the pkgsrc guide. OOtthheerr aarrgguummeennttss - _d_i_r _._._. The pkgsrc directories to be checked. If omit- - ted, the current directory is checked. + _d_i_r _._._. The pkgsrc directories to be checked. If + omitted, the current directory is checked. FFIILLEESS - pkgsrc/mk/* Files from the pkgsrc infrastructure. + _p_k_g_s_r_c_/_m_k_/_* Files from the pkgsrc infrastructure. EEXXAAMMPPLLEESS ppkkgglliinntt --CCnnoonnee,,ppaattcchheess .. @@ -195,4 +210,4 @@ BBUUGGSS If you don't understand the messages, feel free to ask on the <tech-pkg@NetBSD.org> mailing list. -NetBSD 3.0 July 27, 2006 NetBSD 3.0 +NetBSD 6.99.8 July 14, 2012 NetBSD 6.99.8 |