Subject: CVS commit: pkgsrc/pkgtools/pkglint/files
To: None <pkgsrc-changes@netbsd.org>
From: David Brownlee <abs@netbsd.org>
List: pkgsrc-changes
Date: 12/27/2001 14:42:09
Module Name: pkgsrc
Committed By: abs
Date: Thu Dec 27 12:42:09 UTC 2001
Modified Files:
doc: pkg-CHANGES
pkgsrc/pkgtools/pkglint: Makefile
pkgsrc/pkgtools/pkglint/files: lintpkgsrc.pl
Log Message:
Update pkglint to 3.18:
Significant rototill of lintpkgsrc.pl, converting to a rather twisted
hierarchy of PkgVer Pkgs and PkgList objects with assorted arbitrary
methods, all based on existing usage rather than ideal design.
Actual fixes found along the way:
- Handle := in makefiles
- Better handle parenthesis and "" in make conditionals
- parse bsd.pkg.mk to extract _REQD values (hence the previous line)
- Add missing 'key' in hash iteration
- Do not repeat includes (evolution longer depends on jpeg 45 times)
Still have to handle such delightful constructs as
DEPENDS += {qt2-designer>=2.2.4,qt2-designer-kde>=2.3.1nb1} in a sane way
To generate a diff of this commit:
cvs rdiff -r1.5649 -r1.5650 doc/pkg-CHANGES
cvs rdiff -r1.121 -r1.122 pkgsrc/pkgtools/pkglint/Makefile
cvs rdiff -r1.61 -r1.62 pkgsrc/pkgtools/pkglint/files/lintpkgsrc.pl
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.