diff options
author | rillig <rillig@pkgsrc.org> | 2006-08-04 18:41:11 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2006-08-04 18:41:11 +0000 |
commit | 74a427c66cd55e24c028a82cbb94fd94e3b8b258 (patch) | |
tree | ef1d1b668c7befe0614e6f56cc96f2fb4c7f5004 /pkgtools | |
parent | e6888bbd2023587b969f189b70d6863c356edba8 (diff) | |
download | pkgsrc-74a427c66cd55e24c028a82cbb94fd94e3b8b258.tar.gz |
Updated pkglint to 4.68.
Changes since 4.67:
- Adjusted to the ongoing changes in the pkgsrc infrastructure.
- Many small improvements in the makevars.map file.
- Stricter checking of dependency patterns, to catch foo-*.
- Small improvement on the use of stack space due to complicated regular
expressions.
- Many more absolute pathnames are found in patch files, no matter which
type of file is patched.
- All user-defined variables that are used should be added to BUILD_DEFS.
- All packages that set GNU_CONFIGURE are assumed to need a C compiler.
- Instead of ${TOOL}, tool may be used directly, since the tool wrappers
are installed very early in the build process.
- Removed the --debug option.
... and many more.
Diffstat (limited to 'pkgtools')
-rw-r--r-- | pkgtools/pkglint/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgtools/pkglint/Makefile b/pkgtools/pkglint/Makefile index 179191d8c76..8560b55404c 100644 --- a/pkgtools/pkglint/Makefile +++ b/pkgtools/pkglint/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.347 2006/07/15 07:02:11 rillig Exp $ +# $NetBSD: Makefile,v 1.348 2006/08/04 18:41:11 rillig Exp $ # -DISTNAME= pkglint-4.67 +DISTNAME= pkglint-4.68 CATEGORIES= pkgtools MASTER_SITES= # empty DISTFILES= # empty |