Subject: CVS commit: pkgsrc/pkgtools/pkg_install/files
From: Jonathan Perkin
Date: 2020-12-11 11:06:53
Message id: 20201211100653.ECAF3FA9D@cvs.NetBSD.org

Log Message:
pkg_install: Introduce support for CHECK_OS_VERSION.

When set to "no", pkg_add will not issue a warning if the host OS \ 
version does
not exactly match the OS version the package was built on.  This can be useful
on many OS where the kernel release version has nothing to do with userland
compatibility, or where it may differ without being ABI incompatible.

Ultimately it would be ideal if the version checks were smart enough across all
our supported OS to not need this, but until then this is useful for users who
know what they're doing.

Bump version to 20201211.

Files:
RevisionActionfile
1.115modifypkgsrc/pkgtools/pkg_install/files/add/perform.c
1.72modifypkgsrc/pkgtools/pkg_install/files/lib/lib.h
1.17modifypkgsrc/pkgtools/pkg_install/files/lib/parse-config.c
1.22modifypkgsrc/pkgtools/pkg_install/files/lib/pkg_install.conf.5.in
1.7modifypkgsrc/pkgtools/pkg_install/files/lib/pkg_install.conf.cat.in
1.183modifypkgsrc/pkgtools/pkg_install/files/lib/version.h