./pkgtools/pkg_chk, Check installed package versions against pkgsrc

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 2.0.13, Package name: pkg_chk-2.0.13, Maintainer: abs

pkg_chk verifies that the versions of installed packages matches those in
pkgsrc, optionally adding missing or updating mismatched packages.

It can verify all installed packages, or check against a set of packages
based on the hostname, architecture, and other characteristics.


Required to build:
[pkgtools/cwrappers]

Version history: (Expand)


CVS history: (Expand)


   2025-09-30 18:07:40 by Thomas Klausner | Files touched by this commit (50)
Log message: *: use ${DESTDIR}${PREFIX} instead of ${DESTDIR}/${PREFIX} 
   2025-04-21 00:33:34 by Jonathan Schleifer | Files touched by this commit (2)
Log message: pkgtools/pkg_chk: Silence spam about using egrep GNU grep when invoked as egrep outputs this: egrep: warning: egrep is obsolescent; using grep -E pkg_chk (via egrep) printed many of those, making the output unreadable. 
   2023-11-17 18:40:48 by David Brownlee | Files touched by this commit (2)
Log message: Update pkg_chk to 2.0.12 Use "DEPENDS_TARGET=package-install clean" rather than CLEANDEPENDS=yes Avoids much wasted time recusively re-cleaning dependencies 
   2019-11-10 11:30:50 by =?UTF-8?B?RnLDqWTDqXJpYyBGYXViZXJ0ZWF1?= | Files touched by this commit (1)
Log message: pkg_chk: add NO_CHECKSUM= yes to appease pkglint 
   2019-11-10 11:25:43 by =?UTF-8?B?RnLDqWTDqXJpYyBGYXViZXJ0ZWF1?= | Files touched by this commit (1)
Log message: pkg_chk: fix PR pkg/54675 Some OS (e.g. Arch Linux) do not have hostname in their base set of packages. pkgsrc changes: --------------- * Replace $(hostname) by $(uname -n). Thanks jperkin@! 
   2018-11-27 11:36:53 by Thomas Klausner | Files touched by this commit (1)
Log message: More macros. 
   2018-11-25 21:17:26 by Martin Husemann | Files touched by this commit (3)
Log message: Add a -d option to avoid cleaning after building from source - for debuging purposes or to speed up builds when the full WORKOBJDIR can be blown away later much more efficently. Bump version. OK: abs@ 
   2018-10-08 12:35:15 by David Brownlee | Files touched by this commit (2)
Log message: Update pkg_chk to 2.0.10 Output deprecated warnings to STDERR rather than STDOUT