summaryrefslogtreecommitdiff
path: root/pkgtools/pkgchk
AgeCommit message (Collapse)AuthorFilesLines
2002-06-10Provide a default for "MAKECONF" for pre NetBSD 1.6 systems.tron1-1/+5
2002-06-09Add support for "$PKG_DBDIR" and "$MAKECONF". Based on patches suppliedtron3-13/+44
by Jonathan Perkin in PR pkg/17069. Bump version number 1.29.
2002-04-01Update pkgchk to 1.28:abs2-11/+13
Now works on Solaris - fixes pkg/16145 from Darrin B. Jewell
2002-03-27Update pkgchk to 1.27abs2-6/+4
When using -f with -i, run fetch for mismatched packages
2002-03-18Update pkgchk to 1.26abs2-4/+4
Fix stupid bug in 1.25 relating to updating packages
2002-03-17Update pkgchk to 1.25abs3-29/+65
'Makefile' is back in BUILD_VERSION, so add it back in here. Implement '-f' based on patches from norm@sandbox.org.uk - perform a fetch for all missing/mismatched packages before any building. Can be used with -c or -i to just fetch missing/mismatched packages.
2002-03-10Updated pkgchk to 1.24abs2-6/+6
Handle updated format of +BUILD_VERSION - sometimes patches are recorded with paths, sometimes not. Ideally we would have a show-build-version target in bsd.pkg.mk which could be sued by us, but that doesn't help checking against existing installations where nothing has changed except the way +BUILD_VERSION is formatted.
2001-12-31Updated pkgchk to 1.23abs2-4/+4
Do not abort if pkg_delete returns non zero exit status in '-Br'
2001-12-27Updated pkgchk to 1.22abs2-4/+4
When comparing BUILD_VERSION, we _really_ do not care what PKGSRCDIR was
2001-12-24Fix typo, and mark up a word.wiz1-2/+3
2001-12-24Updated pkgchk to 1.21abs3-5/+13
Implement '-C conf' for specifying alternate config file
2001-12-03Miscellaneous man page fixes.wiz1-10/+9
2001-11-28Update pkgtools/pkgchk to 1.20:abs2-57/+73
Handle -r and -a on the same line (remove mismatched packages, then add) In the -B case avoid an extra 'make' invocation - reduces time taken on my system by 45%
2001-11-21Update pkgchk to 1.19abs3-7/+9
Allow package directories to be skipped by listing under -U eg: pkg_chk -us -U databases/jdbc-postgresql
2001-10-31Move pkg/ files into package's toplevel directoryzuntum3-3/+3
2001-10-10Update pkgchk to 1.18:abs3-28/+95
Changes from Stoned Elipot to permit setting additional tags in mk.conf or similar, plus handling and tags (eg: 'x11/acroread x11+i386'). Also expand the manpage slightly and give some examples.
2001-10-01Update pkgchk to 1.17abs2-4/+4
Fix final item of breakage from 1.14 and parsing pkgchk.conf. Ack.
2001-09-29Crap. crap crap crap.abs1-2/+1
2001-09-29Update pkgchk to 1.16abs2-8/+9
Fix awk in pkgchk.conf parsing broken in 1.14
2001-09-28Update pkgchk to 1.15abs2-4/+4
Make -r work with -B
2001-09-28Update pkgchk to 1.14abs2-4/+4
Fix typo in last which resulted in installations being recorded as failed.
2001-09-27Updated pkgchk to 1.13abs3-113/+129
Speed optimisations: Reduce number of calls to 'make' If a package is checked in the '-u' check, skip it in the '-a' check Features: Output after the checking phase is now suitable for use as an sh script Implement '-r' which will recursively delete mismatched packages Fixes: Change pkgchk references to pkg_chk
2001-09-16Update pkgchk to 1.12abs2-7/+16
Report failed installs when running with -k
2001-09-13Update pkg-chk to 1.11abs2-4/+4
Correct check for X libraries (x11 tag)
2001-08-23Updated pkgchk to 1.10:abs3-15/+33
Fix -B on some systems, and implement '-k' (similar to make's usage)
2001-08-10Update pkgchk to 1.09abs2-7/+7
-u should imply -i
2001-08-10put /usr/sbin into $PATH to find pkg_{info,add,...} independantlydrochner1-1/+3
of the user's one
2001-08-08Update pkgchk to 1.08:abs2-5/+6
Check during install if packages have already been installed. Avoids reinstalling a package if it had already been installed as a depends on a previous package.
2001-07-31Update "pkgchk" to version 1.07:tron4-37/+110
- Add Solaris portability fixes supplied by Stoned Elipot in PR pkg/13434. - Rename binary to "pkg_chk" which matches the naming of our package tools and avoids confusion with Solaris's "pkgchk" command.
2001-07-09Update pkgchk to 1.06abs2-3/+7
Handle obsoleted (and to a limited extent moved) packages is a more graceful fashion (pkgtools/perl-mk anyone :)
2001-07-09Update pkgchk to 1.05abs2-4/+4
Ensure -u works for packages which have more than one package depending upon them.
2001-07-08Update pkgchk to 1.04abs2-15/+25
- Set BSD_PKG_MK when parsing mk.conf - from PR pkg/13413 from Stoned Elipot - Actually delete previous version of a package when updating via binary pkgs - After finishing print a summary of packages updated and added
2001-07-07Updated pkgchk to 1.03abs3-19/+117
- Move update/installs after check phase, and perform all updates before installs. - When updating packages that depend on each other, skip dependent packages to reduce unnecessary rebuilding. - Implement -n (display actions but do not perform them)
2001-07-05Updated pkgchk to 1.02 - if extracting the pkgname form a pkgdir fails,abs3-8/+10
make sure to display the pkgdir name.
2001-07-02Update pkgchk to 1.01 - do not check for pkgchk.conf with -iabs2-8/+10
noted by Tomasz Luchowski
2001-07-02Correctly import pkgchk-1.00 (into pkgtools not pkg_tools)abs5-0/+382
pkgchk 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.