Age | Commit message (Collapse) | Author | Files | Lines |
|
Vladimir Yakovetsky
|
|
Improve the last change to avoid that. Bump package revision again.
|
|
works (under Darwin?). Bump package revision again.
|
|
|
|
Add a missing FAIL= to the start of pkg_install(), the absence
of which would cause a package which had been "previously
installed" to pick up the last value of FAIL (and sometimes be
incorrectly marked as failed). Thanks to Martin Weber for the
diagnosis.
|
|
Automatically use SU_CMD for pkg_add and pkg_delete if set by
main pkgsrc and running as a non root user - based on a patch
from Aleksey Cheusov.
|
|
Do *not* use "TMPDIR" variable. If the user has already set an environment
variable "TMPDIR" it well be overwritten my the path to the directory
created by the script and passed to "make". As a result it will get
compiled into certain packages (e.g. "sysutils/dbus") which will no
longer work after the directory has been removed.
|
|
- Is '*' is passed to -U, unset all tags
- Implement -p, to display all the pkgdirs for a given set of tags
|
|
Cheusov in PR/34453
|
|
- Intoduce fatal_later() and fatal_later_check() and use them to clean
up reporting unavailable package dependencies
- Remove unused references to opt_S (reported by bad@)
- Fix manpage reference DEPENDS_TARGET -> UPDATE_TARGET (reported by bad@)
|
|
|
|
"Deprecated options" part of the manual.
PR#34145 by Dieter Roelants.
|
|
|
|
- Resolve PR/31909 - use tr rather than fmt to avoid issue on Solaris
- Resolve PR/33370 - always show fatal messages to STDERR
- Resolve PR/32326 - Correctly extract PKG_DBDIR
Also, when -v is used display the state of all extracted variables at the
start of the run
|
|
the start of each line
|
|
|
|
pull in as a dependancy.
|
|
- match bsd.own.mk logic for determining MAKECONF, as requested by Joerg
|
|
1.73 was completely broken.. but only after checking in.
ahh... Unwanted expansion of RCS tags, I know ye well...
|
|
- Handle new way of building BUILD_VERSION, by doing less ourselves
and (ab)using the pkgsrc infrastrafructure. Jump through some
hoops to ensure a package is not reported as different due to
BUILD_VERSION format versions (assuming the package is identical
otherwise). Only -B affected.
|
|
Make it use pkg_summary(5) (with a fallback to the old pkg_chk-summary).
Retire capability to create pkg_chk-summary.
|
|
|
|
|
|
messages and "echo-to-screen" commands (e.g., pkg_delete). This provides
a much more accurate emulation of the former -c and -i options (now
-a -q and -u -q respectively), by suppressing messages not related to the
human-readable version information.
|
|
- 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.
|
|
+ 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)
|
|
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
|