Subject: CVS commit: pkgsrc/pkgtools/pkglint/files
To: None <pkgsrc-changes@NetBSD.org>
From: Roland Illig <rillig@netbsd.org>
List: pkgsrc-changes
Date: 03/12/2006 16:55:52
Module Name: pkgsrc
Committed By: rillig
Date: Sun Mar 12 16:55:52 UTC 2006
Modified Files:
pkgsrc/pkgtools/pkglint/files: makevars.map pkglint.pl
Log Message:
- Added a bunch of variables to makevars.map.
- Removed the specialized spell checker for NO_*_ON_*, since the generic
one catches these quite well.
- SITES_* is deprecated in favor of SITES.*.
- Don't warn if variable alignment is done with exactly one space
character, since this is common when one line from a group has an
overly lengthy variable.
- Added support for checking whether the number of leading lines of context
matches the number of trailing lines of context in patch files of the
unified diff format. The MacOS X patch utility cannot handle these. As
there are quite a number of false positives here (especially when the
hunk is applied at the end of a file), this warning only shows up in
--debug mode.
To generate a diff of this commit:
cvs rdiff -r1.75 -r1.76 pkgsrc/pkgtools/pkglint/files/makevars.map
cvs rdiff -r1.548 -r1.549 pkgsrc/pkgtools/pkglint/files/pkglint.pl
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.