Age | Commit message (Collapse) | Author | Files | Lines |
|
- Deprecate -i -and -c (recommend -u -n and -a -n respectively
|
|
- When listing binary packages with '-l', simplify logic and ensure if
a dependency is missing the package which required it is shown. Also
list all missing packages rather than stopping after the first
- If -n is given with -u do not
-
|
|
Append rather than prepend /usr/sbin:/usr/bin to path, to avoid issues
on Solaris which has feature-poor ftp in /usr/bin
|
|
Fix incorrect quotation in test
|
|
easily overflow the argument space e.g. on DragonFly. Replace this
statement with "ls -t | grep '\.tgz$'" to remove this constraint.
|
|
- Allow -U of filenames on the commandline
|
|
|
|
|
|
Use this summary file to support using remote binary packages.
Okayed by agc and abs.
|
|
parser interprets this as the division operator '/=', so escape the =.
|
|
|
|
+ Implement defining tag groups in pkgchk.conf. For example
"mailserver = tll gta tycoon jeeves iris"
+ If the first tag on a line starts with a '-', there is now an
implicit '*' before it
+ -B no longer implies -i
|
|
Accept relative paths for -C and -P - fixes PR/31277 from Tero Kivinen
|
|
|
|
Make -b work without any access to pkgsrcdir
|
|
Fix fallout of 'sh -e' change in 1.58 - make pkg_chk -lb work again
|
|
|
|
- sort -l output so that dependencies always come before packages
which depend upon them
- completely rework -u so that a list of packages to be update is generated,
then all mismatched packages are removed, then the list is processed to
add in packages. If -u is interrupted, a second run will resume the update
- update (-u) works with binary packages
|
|
|
|
Two fixes to -l (list required binary packages to stdout)
a) If a dependency is missing, display its name correctly
b) Display any progress to stderr not stdout (for obvious reasons)
|
|
Noted by burnhard on #NetBSD (IRCnet)
|
|
Add new -N option, showing for each installed package any corresponding
entries in pkgsrc/doc/TODO (to give you an idea what updates you could
be interested in :) ).
While here, sort options in usage.
Ok'd by abs@.
|
|
Update the final ${PKG_INFO} working on files to include -.
|
|
|
|
the file system by default. Replace one pkg_info with ${PKG_INFO}.
Welcome to 1.54!
Okayed by abs@.
|
|
- Substitute default values for GREP, PKG_INFO, and SED at buildtime
- Add -P dir, to set binary package dir
- Remove the need for a copy of pkgsrc when using -b
- List 'missing' packages at the end alog wwith Installed and Failed
- Output various messages to stdout and to logfile (if active)
- As ever, there are few problems that cannot be helped by
adding another layer of abstraction
|
|
|
|
Tags starting with '/' are checked for as readable files
|
|
|
|
Rather than leaving -- as the only argument and checking for one argument,
shift it away and check for zero remaining arguments.
|
|
are consistent with pkgsrc. welcome to pkg_chk 1.50.
|
|
When -v (verbose) is given with -l (list binary packages required for
target config), display which package pulled in a particular dependency
|
|
Fix awk usage for nawk in 2.0
|
|
- Substitute in @SH@, to ensure we get a sane shell on Solaris
From Ben Secrest
|
|
- Fix nawk issues (NetBSD-2.0 and Solaris) - Fixes PR pkg/24931
- Fix inverted -k test when generating list of binary packages
- Misc cleanup & removal of debugging entry
|
|
|
|
|
|
|
|
|
|
and directory path match. Addresses PR 23679.
|