summaryrefslogtreecommitdiff
path: root/pkgtools/pkg_chk
AgeCommit message (Collapse)AuthorFilesLines
2014-10-09Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles.wiz1-3/+1
2014-04-23Update pkg_chk to 2.0.8 Fix missing { } in awk section in 2.0.7abs2-3/+5
2014-04-21Updated pkgtools/pkg_chk to 2.0.7abs3-59/+90
update pkg_chk from 2.0.6 to 2.0.7, based on suggestions from PR 30893 - switch from getopt to getopts. The issue described in PR 30893 ('*' being expanded by shell globbing) had already been worked around, but getopts is just a nicer interface - Extend tag parsing to support -D '*' to cause all package lines to be matched
2014-03-03Just define PKGNAME and use it.obache1-4/+2
2012-09-11"user-destdir" is default these daysasau1-2/+1
2012-09-01Updated pkgtools/pkg_chk to 2.0.6abs2-7/+7
Set "USE_TOOLS+= bzcat:run" so pkg_chk can read .bz2 pkg_summary files
2012-08-28Updated pkgtools/pkg_chk to 2.0.5abs2-79/+141
- PR/41321 - handle packages which generate multiple pkgnames from the same pkgdir - e.g. "py{25,26,27}-sqlite3-0nb2.tgz" - Add support for pkg_summary.bz2 and pkg_summary.txt. Preferred order is now pkg_summary.bz2, pkg_summary.gz then pkg_summary.txt - Drop support for old pkg_chk-summary file
2012-08-03Updated pkgtools/pkg_chk to 2.0.4abs3-8/+35
Fix regression introduced in 2.0.1 where available binary packages would not always be listed Add licence (2 clause BSD)
2012-08-02Updated pkgtools/pkg_chk to 2.0.3abs2-7/+6
PR#46760 pkgtools/pkg_chk /tmp/pkg_chk.XXXXXa directories - Ensure tmpdir is removed in the -g and -p case
2012-07-29Updated pkgtools/pkg_chk to 2.0.2abs2-73/+90
- Fix PR#46748 Error occurs when pkg_chk is used with both "-g" & "-C conf" pkg_chk was failing if run outside of a valid pkgsrc/$category/$pkg directory - Merge in (adjusted) changes from Mike Volokhov to by default not downgrade packages if installed version is larger than that in pkgsrc or packages. Will still report, and can override with -B
2012-05-13Updated pkgtools/pkg_chk to 2.0.1abs2-14/+19
ensure OS and arch tags are set in the binary package case as well as source set x11 for R7 as ell as R6
2011-01-13Respect user-defined settings of PKG_DBDIR in the manpage.jmmv2-3/+4
Bump PKGREVISION to 1.
2009-10-28Clarify -u usage (noticed by bvd - thanks)abs1-2/+2
2009-07-22Use gzcat for the pkg_summary file, fixes Solaris.sketch2-6/+8
2009-05-04Updated pkgtools/pkg_chk to 1.99abs2-4/+4
Add missing ^ to one PKGPATH= regex to ensure we do not pick up PREV_PKGPATH or similar
2009-05-04Remove trailing whitespace. Spelling. Punctuation nits. Remove superfluouswiz1-6/+5
.Pp.
2009-04-09Remove redundant NO_CHECKSUM and EXTRACT_ONLY definitions.joerg1-3/+1
2009-03-25Updated pkgtools/pkg_chk to 1.98abs2-8/+9
- Avoid using -. to pkg_info - Indicate when using a pkg_summary.gz rather than running pkg_info -X on all binary packages
2009-02-21Updated pkgtools/pkg_chk to 1.97abs2-25/+25
Fix PR 36641 - pkg_chk -g requires pkgsrc source tree, from Aleksey Cheusov.
2008-12-20Updated pkgtools/pkg_chk to 1.96abs2-5/+5
Handle unset PKGSRCDIR - from Taylor R Campbell in PR/39306
2008-07-05Update pkg_chk to 1.95:abs2-5/+5
- Handle pkgsrc in LOCALBASE - fixes PR pkg/32326
2008-06-12fixup DESTDIR - bump pkgrevisionabs1-3/+4
2008-06-12Add DESTDIR support.joerg1-1/+2
2008-05-26Bump version to 1.94:tron2-5/+5
Fix a bug exposed by the "set -e" improvements in NetBSD-current's "/bin/sh" which would prevent the script from cleaning up its temporary directory. Change approved by David Brownlee.
2008-05-24"I claim this planet in the name of Mars, hmm, isn't that lovely, hmm?"abs1-2/+2
(Set OWNER to abs@NetBSD.org)
2008-05-21Bump version to 1.93:dillo2-6/+8
- Explicitly clear automatic flag for packages user wants installed that got pulled in previously. - Only ignore pkg_summary.gz in local repository if newer files with name matching *.t[bg]z exist. (Otherwise, pkg_summary.gz created by pbulk would be ignored because pkg_summary.bz2 is newer.) Okayed by abs@.
2008-05-03Oops, it was already 1.91 before my previous commit. Bump versionapb1-2/+2
to pkg_chk-1.92. (Thanks wiz)
2008-05-02Bump version to pkg_chk-1.91:apb3-46/+57
* Look for $MAKECONF in @MAKECONF@, @PREFIX@/etc/mk.conf, and /etc/mk.conf, in that order. * Look for $PKGSRCDIR in the Makefile referred to by $MAKECONF, ".", "..", "../..", and "/usr/pkgsrc", in that order. * Convert the Makefil to use the SUBST framework. Proposed in tech-pkg; OK (in principle) David Brownlee
2008-04-23update pkg_chk to 1.91:abs2-3/+11
- Use a local pkg_summary.gz iff it is the most recently modified file in the PACKAGES/All directory
2008-02-24update pkg_chk to 1.90:abs2-10/+10
- Remove obsolete and no longer accurate 'implies -c' and 'implies -i' notes from usage - noted by Andreas Burghardt
2008-02-17Replace three instances of sed with ${SED}. Ride previous update.tnn1-4/+4
2008-02-17Bump to pkg_chk-1.89:tnn2-11/+27
Some changes from Aleksey Cheusov in pkg/36298 and pkg/36641 with additional cleanup by me. - option -g doesn't need PKGSRCDIR populated - fatal if mktemp fails - truncate logfile instead of removing it - performance improvement for binary package scan
2008-01-18pkg_chk-1.88: add mktemp to the list of substituted commands.tnn2-6/+8
2007-09-20update pkg_chk to 1.87.abs2-5/+6
Make -k work with -l, so a missing package will still result in a list of binary packages being displayed
2007-08-27Update pkg_chk to 1.86:abs3-70/+88
- Fix '-l' to list dependencies needed at runtime by each package, as opposed to those at build time. Avoids issues such as 'jdk15' pulling in sun-jdk & sun-jre
2007-06-19set USE_TOOLS+= gzip:run to get GZIP_CMD - from joergabs1-4/+4
2007-06-19Obfuscate a bit so that +BUILD_VERSION doesn't contain incorrectjoerg1-3/+3
RCS IDs.
2007-05-15Actually substitute "@ID" with the path to id(1) while creating thetron1-2/+3
shell script. Bump package revision because of this fix. Patch submitted by MASUDA Hideo in PR pkg/36338.
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.tron2-4/+4
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" actuallytron2-4/+4
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:abs2-3/+4
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:abs2-10/+25
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:tron2-10/+10
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:abs3-16/+48
- Is '*' is passed to -U, unset all tags - Implement -p, to display all the pkgdirs for a given set of tags
2006-09-28This man page is in section 8, make the title say so.dillo1-2/+2
From fgudin at nerim.net, thanks.
2006-09-20Update pkg_chk to 1.81 - Add support for PKG_SUFX = .tbz - from Aleksey ↵abs2-16/+19
Cheusov in PR/34453
2006-08-25Update pkg_chk to 1.80:abs3-18/+26
- 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_DBDIRabs2-5/+7