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

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


Branch: CURRENT, Version: 2.0.12, Package name: pkg_chk-2.0.12, 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)


   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
   2018-01-28 00:17:22 by Thomas Klausner | Files touched by this commit (1)
Log message:
pkg_chk: Replace PKG_SYSCONFDIR.

From Vicente Chaves in PR 52955.

Bump version.
   2014-10-09 16:07:17 by Thomas Klausner | Files touched by this commit (1163)
Log message:
Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles.