summaryrefslogtreecommitdiff
path: root/pkgtools/pkg_chk/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2007-04-24update pkg_chk to 1.85nb4 - use :U to avoid issues with old bmake - from ↵abs1-4/+3
Vladimir Yakovetsky
2007-04-20Checking whether a file with an blank filename exists is somewhat bogus.tron1-2/+2
Improve the last change to avoid that. Bump package revision again.
2007-04-20Fix quoting so that the code to detect the location of "mk.conf" actuallytron1-2/+2
works (under Darwin?). Bump package revision again.
2007-04-19update pkg_chk to 1.85nb1 - do not change the value of MAKECONF when buildingabs1-3/+6
2007-04-16Update pkgtools/pkg_chk to 1.85:abs1-2/+2
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.
2007-04-15Update pkg_chk to 1.84:abs1-2/+2
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.
2006-11-05Update "pkg_chk" package to version 1.83:tron1-2/+2
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.
2006-10-02Update pkgtools/pkg_chk to 1.82:abs1-2/+2
- Is '*' is passed to -U, unset all tags - Implement -p, to display all the pkgdirs for a given set of tags
2006-09-20Update pkg_chk to 1.81 - Add support for PKG_SUFX = .tbz - from Aleksey ↵abs1-3/+3
Cheusov in PR/34453
2006-08-25Update pkg_chk to 1.80:abs1-2/+2
- 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@)
2006-08-10update pkg_chk to 1.79: default PKG_DBDIRabs1-2/+3
2006-08-06Fix -q which ate the next argument. Only document -i and -c in thecube1-2/+2
"Deprecated options" part of the manual. PR#34145 by Dieter Roelants.
2006-08-04s/man/${PKGMANDIR}/rillig1-2/+2
2006-07-22Update pkg_chk to 1.77:abs1-2/+2
- 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
2006-07-10Update pkg_tools/pkg_chk to 1.76 - output the pkgdir rather than pkgname at ↵abs1-3/+2
the start of each line
2006-07-10mktemp is a tool, depend on it the correct way.salo1-5/+2
2006-07-10Solaris doesn't have mktemp (recently added to pkg_chk) in the base system, sosketch1-1/+6
pull in as a dependancy.
2006-06-09update pkg_chk to 1.75abs1-2/+3
- match bsd.own.mk logic for determining MAKECONF, as requested by Joerg
2006-06-07Update pkg_chk to 1.74abs1-2/+2
1.73 was completely broken.. but only after checking in. ahh... Unwanted expansion of RCS tags, I know ye well...
2006-06-07update pkg_chk to 1.73:abs1-2/+2
- 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.
2006-05-04Bump version to 1.72:dillo1-2/+4
Make it use pkg_summary(5) (with a fallback to the old pkg_chk-summary). Retire capability to create pkg_chk-summary.
2006-05-011.71: Fix typo in message. PR 33401 by MASUDA Hideo.wiz1-2/+2
2006-04-23Update pkg_chk to 1.70 - list -q in usage, noted by Rui Pauloabs1-2/+2
2006-04-041.69.1: Add a -q option, which is a superset of -n; squelches progresstv1-2/+2
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.
2006-02-18Update pkg_chk to 1.69abs1-2/+2
- Deprecate -i -and -c (recommend -u -n and -a -n respectively
2006-02-18Update pkg_chk to 1.68abs1-2/+2
- 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 -
2006-02-06Update pkg_chk to 1.76:abs1-2/+2
Append rather than prepend /usr/sbin:/usr/bin to path, to avoid issues on Solaris which has feature-poor ftp in /usr/bin
2006-01-15Update pkgtools/pkg_chk to 1.66abs1-2/+2
Fix incorrect quotation in test
2006-01-12When creating the sorted list of binary packages, "ls -t *.tgz" canjoerg1-2/+2
easily overflow the argument space e.g. on DragonFly. Replace this statement with "ls -t | grep '\.tgz$'" to remove this constraint.
2006-01-03update pkg_chk to 1.64abs1-2/+2
- Allow -U of filenames on the commandline
2005-12-13Fix precedence botch which breaks invocation using source.dillo1-2/+2
2005-12-12Add new option -S to create summary file of binary package directory.dillo1-2/+2
Use this summary file to support using remote binary packages. Okayed by agc and abs.
2005-09-27Update pkg_chk to 1.62:abs1-2/+2
+ 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
2005-09-11update pkgtools/pkg_chk to 1.61.abs1-2/+2
Accept relative paths for -C and -P - fixes PR/31277 from Tero Kivinen
2005-08-04update pkgtools/pkg_chk to 1.60:abs1-2/+6
Make -b work without any access to pkgsrcdir
2005-06-01update pkg_chk to 1.59:abs1-2/+2
Fix fallout of 'sh -e' change in 1.58 - make pkg_chk -lb work again
2005-06-01update pkg_chk to 1.58abs1-2/+2
- 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
2005-05-07Refer doc/pkgsrc.html instead of Packages.txt (HOMEPAGE variable).wiz1-2/+2
2005-04-20update pkg_chk to 1.57abs1-2/+2
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)
2005-02-28Update to 1.56:wiz1-2/+2
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@.
2005-02-09Update pkg_chk to 1.55abs1-2/+2
Update the final ${PKG_INFO} working on files to include -.
2005-02-01Make it work with pkg_install tools that do not searchwiz1-2/+2
the file system by default. Replace one pkg_info with ${PKG_INFO}. Welcome to 1.54! Okayed by abs@.
2005-01-29Update pkg_chk to 1.53.abs1-3/+7
- 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
2004-11-30Update pkg_chk to 1.52:abs1-2/+2
Tags starting with '/' are checked for as readable files
2004-09-03Update pkg_chk to 1.51:abs1-2/+2
Rather than leaving -- as the only argument and checking for one argument, shift it away and check for zero remaining arguments.
2004-08-28extract OPSYS, OS_VERSION and MACHINE_ARCH from pkgsrc so the valuesgrant1-2/+2
are consistent with pkgsrc. welcome to pkg_chk 1.50.
2004-06-30Update pkg_chk to 1.49:abs1-2/+2
When -v (verbose) is given with -l (list binary packages required for target config), display which package pulled in a particular dependency
2004-05-09Update pkg_chk to 1.48abs1-2/+2
Fix awk usage for nawk in 2.0
2004-04-13Update pkg_chk to 1.47:abs1-2/+3
- Substitute in @SH@, to ensure we get a sane shell on Solaris From Ben Secrest
2004-04-08Update pkg_chk to 1.46:abs1-2/+2
- 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