Subject: CVS commit: pkgsrc/pkgtools/pkglint
To: None <pkgsrc-changes@NetBSD.org>
From: Roland Illig <rillig@netbsd.org>
List: pkgsrc-changes
Date: 12/08/2005 10:57:59
Module Name: pkgsrc
Committed By: rillig
Date: Thu Dec 8 10:57:59 UTC 2005
Modified Files:
pkgsrc/pkgtools/pkglint: Makefile
Log Message:
Updated pkglint to 4.49.
Changes since 4.48:
- Added a check for .include lines in all Makefiles and *.mk files to make
sure that only existant files are referenced and that pkgsrc packages do
not contain references to packages in pkgsrc-wip.
- Extended the --autofix option to all Makefile* and *.mk files. Before, only the
package Makefile could be fixed.
- Rewrote the detection of direct use of tool names.
- Append-only lists may be initialized using the "?=" operator.
- The typical form of ShellWords for CONFIGURE_ARGS, --foo=${FOODIR}, is checked for
quoting errors.
- All PKG_OPTIONs are checked whether they are documented in mk/defaults/\
options.description.
- Many small fixes and improvements.
To generate a diff of this commit:
cvs rdiff -r1.315 -r1.316 pkgsrc/pkgtools/pkglint/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.