Subject: CVS commit: pkgsrc/pkgtools/pkg_install/files
To: None <pkgsrc-changes@NetBSD.org>
From: Adrian Portelli <adrianp@netbsd.org>
List: pkgsrc-changes
Date: 07/21/2007 10:21:05
Module Name:	pkgsrc
Committed By:	adrianp
Date:		Sat Jul 21 10:21:05 UTC 2007

Modified Files:
	pkgsrc/pkgtools/pkg_install/files: configure configure.ac
	pkgsrc/pkgtools/pkg_install/files/audit-packages: audit-packages.c
	    audit-packages.conf.5.in audit-packages.conf.cat5.in

Log Message:
Misc man page fixes
Update to autoconf 2.61
Add checks for AC_TYPE_UINT{8,16,32,64}_T
Add checks for stdint.h
Change how config file notification works
If no IGNORE_URLS directive is found then just say that
Check that pkg-vulnerabilities exists before we try any operations on it
Use st_ctime as opposed to st_ctimespec.tv_sec as the former is SUSv3
This update should fix PR #36655 and go part way to fixing PR #36662

Thanks to tnn@ and joerg@ for suggested fixes and Yakovetsky Vladimir and
 Stuart Shelton for testing and patches.


To generate a diff of this commit:
cvs rdiff -r1.21 -r1.22 pkgsrc/pkgtools/pkg_install/files/configure
cvs rdiff -r1.19 -r1.20 pkgsrc/pkgtools/pkg_install/files/configure.ac
cvs rdiff -r1.2 -r1.3 \
    pkgsrc/pkgtools/pkg_install/files/audit-packages/audit-packages.c \
    pkgsrc/pkgtools/pkg_install/files/audit-packages/audit-packages.conf.5.in \
    pkgsrc/pkgtools/pkg_install/files/audit-packages/audit-packages.conf.cat5.in

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.