The NetBSD Project

CVS log for pkgsrc/pkgtools/pkg_chk/Makefile

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / pkgtools / pkg_chk

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.91: download - view: text, markup, annotated - select for diffs
Fri Nov 17 17:40:47 2023 UTC (12 months, 2 weeks ago) by abs
Branches: MAIN
CVS tags: pkgsrc-2024Q3-base, pkgsrc-2024Q3, pkgsrc-2024Q2-base, pkgsrc-2024Q2, pkgsrc-2024Q1-base, pkgsrc-2024Q1, pkgsrc-2023Q4-base, pkgsrc-2023Q4, HEAD
Diff to: previous 1.90: preferred, colored
Changes since revision 1.90: +2 -2 lines
Update pkg_chk to 2.0.12

Use "DEPENDS_TARGET=package-install clean" rather than CLEANDEPENDS=yes

Avoids much wasted time recusively re-cleaning dependencies

Revision 1.90: download - view: text, markup, annotated - select for diffs
Sun Nov 10 10:30:50 2019 UTC (5 years ago) by triaxx
Branches: MAIN
CVS tags: pkgsrc-2023Q3-base, pkgsrc-2023Q3, pkgsrc-2023Q2-base, pkgsrc-2023Q2, pkgsrc-2023Q1-base, pkgsrc-2023Q1, pkgsrc-2022Q4-base, pkgsrc-2022Q4, pkgsrc-2022Q3-base, pkgsrc-2022Q3, pkgsrc-2022Q2-base, pkgsrc-2022Q2, pkgsrc-2022Q1-base, pkgsrc-2022Q1, pkgsrc-2021Q4-base, pkgsrc-2021Q4, pkgsrc-2021Q3-base, pkgsrc-2021Q3, pkgsrc-2021Q2-base, pkgsrc-2021Q2, pkgsrc-2021Q1-base, pkgsrc-2021Q1, pkgsrc-2020Q4-base, pkgsrc-2020Q4, pkgsrc-2020Q3-base, pkgsrc-2020Q3, pkgsrc-2020Q2-base, pkgsrc-2020Q2, pkgsrc-2020Q1-base, pkgsrc-2020Q1, pkgsrc-2019Q4-base, pkgsrc-2019Q4
Diff to: previous 1.89: preferred, colored
Changes since revision 1.89: +2 -1 lines
pkg_chk: add NO_CHECKSUM= yes to appease pkglint

Revision 1.89: download - view: text, markup, annotated - select for diffs
Sun Nov 25 20:17:26 2018 UTC (6 years ago) by martin
Branches: MAIN
CVS tags: pkgsrc-2019Q3-base, pkgsrc-2019Q3, pkgsrc-2019Q2-base, pkgsrc-2019Q2, pkgsrc-2019Q1-base, pkgsrc-2019Q1, pkgsrc-2018Q4-base, pkgsrc-2018Q4
Diff to: previous 1.88: preferred, colored
Changes since revision 1.88: +2 -2 lines
Add a -d option to avoid cleaning after building from source - for debuging
purposes or to speed up builds when the full WORKOBJDIR can be blown
away later much more efficently.
Bump version. OK: abs@

Revision 1.88: download - view: text, markup, annotated - select for diffs
Mon Oct 8 10:35:15 2018 UTC (6 years, 1 month ago) by abs
Branches: MAIN
Diff to: previous 1.87: preferred, colored
Changes since revision 1.87: +2 -2 lines
Update pkg_chk to 2.0.10

Output deprecated warnings to STDERR rather than STDOUT

Revision 1.87: download - view: text, markup, annotated - select for diffs
Sat Jan 27 23:17:22 2018 UTC (6 years, 10 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2018Q3-base, pkgsrc-2018Q3, pkgsrc-2018Q2-base, pkgsrc-2018Q2, pkgsrc-2018Q1-base, pkgsrc-2018Q1
Diff to: previous 1.86: preferred, colored
Changes since revision 1.86: +3 -3 lines
pkg_chk: Replace PKG_SYSCONFDIR.

From Vicente Chaves in PR 52955.

Bump version.

Revision 1.86: download - view: text, markup, annotated - select for diffs
Thu Oct 9 14:06:49 2014 UTC (10 years, 1 month ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2017Q4-base, pkgsrc-2017Q4, pkgsrc-2017Q3-base, pkgsrc-2017Q3, pkgsrc-2017Q2-base, pkgsrc-2017Q2, pkgsrc-2017Q1-base, pkgsrc-2017Q1, pkgsrc-2016Q4-base, pkgsrc-2016Q4, pkgsrc-2016Q3-base, pkgsrc-2016Q3, pkgsrc-2016Q2-base, pkgsrc-2016Q2, pkgsrc-2016Q1-base, pkgsrc-2016Q1, pkgsrc-2015Q4-base, pkgsrc-2015Q4, pkgsrc-2015Q3-base, pkgsrc-2015Q3, pkgsrc-2015Q2-base, pkgsrc-2015Q2, pkgsrc-2015Q1-base, pkgsrc-2015Q1, pkgsrc-2014Q4-base, pkgsrc-2014Q4
Diff to: previous 1.85: preferred, colored
Changes since revision 1.85: +1 -3 lines
Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles.

Revision 1.85: download - view: text, markup, annotated - select for diffs
Wed Apr 23 00:01:01 2014 UTC (10 years, 7 months ago) by abs
Branches: MAIN
CVS tags: pkgsrc-2014Q3-base, pkgsrc-2014Q3, pkgsrc-2014Q2-base, pkgsrc-2014Q2
Diff to: previous 1.84: preferred, colored
Changes since revision 1.84: +2 -2 lines
Update pkg_chk to 2.0.8 Fix missing { } in awk section in 2.0.7

Revision 1.84: download - view: text, markup, annotated - select for diffs
Mon Apr 21 21:32:26 2014 UTC (10 years, 7 months ago) by abs
Branches: MAIN
Diff to: previous 1.83: preferred, colored
Changes since revision 1.83: +2 -2 lines
Updated pkgtools/pkg_chk to 2.0.7

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

Revision 1.83: download - view: text, markup, annotated - select for diffs
Mon Mar 3 03:30:54 2014 UTC (10 years, 9 months ago) by obache
Branches: MAIN
CVS tags: pkgsrc-2014Q1-base, pkgsrc-2014Q1
Diff to: previous 1.82: preferred, colored
Changes since revision 1.82: +2 -4 lines
Just define PKGNAME and use it.

Revision 1.82: download - view: text, markup, annotated - select for diffs
Tue Sep 11 23:19:36 2012 UTC (12 years, 2 months ago) by asau
Branches: MAIN
CVS tags: pkgsrc-2013Q4-base, pkgsrc-2013Q4, pkgsrc-2013Q3-base, pkgsrc-2013Q3, pkgsrc-2013Q2-base, pkgsrc-2013Q2, pkgsrc-2013Q1-base, pkgsrc-2013Q1, pkgsrc-2012Q4-base, pkgsrc-2012Q4, pkgsrc-2012Q3-base, pkgsrc-2012Q3
Diff to: previous 1.81: preferred, colored
Changes since revision 1.81: +1 -2 lines
"user-destdir" is default these days

Revision 1.81: download - view: text, markup, annotated - select for diffs
Sat Sep 1 17:52:09 2012 UTC (12 years, 3 months ago) by abs
Branches: MAIN
Diff to: previous 1.80: preferred, colored
Changes since revision 1.80: +3 -3 lines
Updated pkgtools/pkg_chk to 2.0.6

Set "USE_TOOLS+=    bzcat:run" so pkg_chk can read .bz2 pkg_summary files

Revision 1.80: download - view: text, markup, annotated - select for diffs
Tue Aug 28 12:12:26 2012 UTC (12 years, 3 months ago) by abs
Branches: MAIN
Diff to: previous 1.79: preferred, colored
Changes since revision 1.79: +3 -3 lines
Updated pkgtools/pkg_chk to 2.0.5

- 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

Revision 1.79: download - view: text, markup, annotated - select for diffs
Fri Aug 3 10:35:31 2012 UTC (12 years, 4 months ago) by abs
Branches: MAIN
Diff to: previous 1.78: preferred, colored
Changes since revision 1.78: +4 -2 lines
Updated pkgtools/pkg_chk to 2.0.4

Fix regression introduced in 2.0.1 where available binary packages
would not always be listed
Add licence (2 clause BSD)

Revision 1.78: download - view: text, markup, annotated - select for diffs
Thu Aug 2 09:39:49 2012 UTC (12 years, 4 months ago) by abs
Branches: MAIN
Diff to: previous 1.77: preferred, colored
Changes since revision 1.77: +2 -2 lines

Updated pkgtools/pkg_chk to 2.0.3

PR#46760 pkgtools/pkg_chk /tmp/pkg_chk.XXXXXa directories
- Ensure tmpdir is removed in the -g and -p case

Revision 1.77: download - view: text, markup, annotated - select for diffs
Sun Jul 29 17:31:11 2012 UTC (12 years, 4 months ago) by abs
Branches: MAIN
Diff to: previous 1.76: preferred, colored
Changes since revision 1.76: +2 -2 lines
Updated pkgtools/pkg_chk to 2.0.2

- 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

Revision 1.76: download - view: text, markup, annotated - select for diffs
Sun May 13 13:43:59 2012 UTC (12 years, 6 months ago) by abs
Branches: MAIN
CVS tags: pkgsrc-2012Q2-base, pkgsrc-2012Q2
Diff to: previous 1.75: preferred, colored
Changes since revision 1.75: +4 -5 lines
Updated pkgtools/pkg_chk to 2.0.1

ensure OS and arch tags are set in the binary package case as well as source
set x11 for R7 as ell as R6

Revision 1.75: download - view: text, markup, annotated - select for diffs
Thu Jan 13 17:07:01 2011 UTC (13 years, 10 months ago) by jmmv
Branches: MAIN
CVS tags: pkgsrc-2012Q1-base, pkgsrc-2012Q1, pkgsrc-2011Q4-base, pkgsrc-2011Q4, pkgsrc-2011Q3-base, pkgsrc-2011Q3, pkgsrc-2011Q2-base, pkgsrc-2011Q2, pkgsrc-2011Q1-base, pkgsrc-2011Q1
Diff to: previous 1.74: preferred, colored
Changes since revision 1.74: +2 -1 lines
Respect user-defined settings of PKG_DBDIR in the manpage.
Bump PKGREVISION to 1.

Revision 1.74: download - view: text, markup, annotated - select for diffs
Wed Jul 22 21:56:13 2009 UTC (15 years, 4 months ago) by sketch
Branches: MAIN
CVS tags: pkgsrc-2010Q4-base, pkgsrc-2010Q4, pkgsrc-2010Q3-base, pkgsrc-2010Q3, pkgsrc-2010Q2-base, pkgsrc-2010Q2, pkgsrc-2010Q1-base, pkgsrc-2010Q1, pkgsrc-2009Q4-base, pkgsrc-2009Q4, pkgsrc-2009Q3-base, pkgsrc-2009Q3
Diff to: previous 1.73: preferred, colored
Changes since revision 1.73: +4 -3 lines
Use gzcat for the pkg_summary file, fixes Solaris.

Revision 1.73: download - view: text, markup, annotated - select for diffs
Mon May 4 22:45:16 2009 UTC (15 years, 7 months ago) by abs
Branches: MAIN
CVS tags: pkgsrc-2009Q2-base, pkgsrc-2009Q2
Diff to: previous 1.72: preferred, colored
Changes since revision 1.72: +2 -2 lines
Updated pkgtools/pkg_chk to 1.99

Add missing ^ to one PKGPATH= regex to ensure we do not pick up PREV_PKGPATH
or similar

Revision 1.72: download - view: text, markup, annotated - select for diffs
Thu Apr 9 00:48:12 2009 UTC (15 years, 8 months ago) by joerg
Branches: MAIN
Diff to: previous 1.71: preferred, colored
Changes since revision 1.71: +1 -3 lines
Remove redundant NO_CHECKSUM and EXTRACT_ONLY definitions.

Revision 1.71: download - view: text, markup, annotated - select for diffs
Wed Mar 25 00:00:52 2009 UTC (15 years, 8 months ago) by abs
Branches: MAIN
CVS tags: pkgsrc-2009Q1-base, pkgsrc-2009Q1
Diff to: previous 1.70: preferred, colored
Changes since revision 1.70: +2 -2 lines
Updated pkgtools/pkg_chk to 1.98

- Avoid using -. to pkg_info
- Indicate when using a pkg_summary.gz rather than running pkg_info -X on all
  binary packages

Revision 1.70: download - view: text, markup, annotated - select for diffs
Sat Feb 21 20:50:06 2009 UTC (15 years, 9 months ago) by abs
Branches: MAIN
Diff to: previous 1.69: preferred, colored
Changes since revision 1.69: +2 -2 lines
Updated pkgtools/pkg_chk to 1.97

Fix PR 36641 - pkg_chk -g requires pkgsrc source tree, from Aleksey Cheusov.

Revision 1.69: download - view: text, markup, annotated - select for diffs
Sat Dec 20 09:50:59 2008 UTC (15 years, 11 months ago) by abs
Branches: MAIN
CVS tags: pkgsrc-2008Q4-base, pkgsrc-2008Q4
Diff to: previous 1.68: preferred, colored
Changes since revision 1.68: +2 -2 lines
Updated pkgtools/pkg_chk to 1.96

Handle unset PKGSRCDIR - from Taylor R Campbell in PR/39306

Revision 1.68: download - view: text, markup, annotated - select for diffs
Sat Jul 5 22:56:40 2008 UTC (16 years, 5 months ago) by abs
Branches: MAIN
CVS tags: pkgsrc-2008Q3-base, pkgsrc-2008Q3, pkgsrc-2008Q2-base, pkgsrc-2008Q2, cwrapper-base, cwrapper, cube-native-xorg-base, cube-native-xorg
Diff to: previous 1.67: preferred, colored
Changes since revision 1.67: +2 -3 lines
Update pkg_chk to 1.95:
    - Handle pkgsrc in LOCALBASE - fixes PR pkg/32326

Revision 1.67: download - view: text, markup, annotated - select for diffs
Thu Jun 12 13:38:28 2008 UTC (16 years, 5 months ago) by abs
Branches: MAIN
Diff to: previous 1.66: preferred, colored
Changes since revision 1.66: +4 -3 lines
fixup DESTDIR - bump pkgrevision

Revision 1.66: download - view: text, markup, annotated - select for diffs
Thu Jun 12 02:14:42 2008 UTC (16 years, 5 months ago) by joerg
Branches: MAIN
Diff to: previous 1.65: preferred, colored
Changes since revision 1.65: +2 -1 lines
Add DESTDIR support.

Revision 1.65: download - view: text, markup, annotated - select for diffs
Mon May 26 09:25:43 2008 UTC (16 years, 6 months ago) by tron
Branches: MAIN
Diff to: previous 1.64: preferred, colored
Changes since revision 1.64: +2 -2 lines
Bump version to 1.94:
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.

Revision 1.64: download - view: text, markup, annotated - select for diffs
Sat May 24 19:15:36 2008 UTC (16 years, 6 months ago) by abs
Branches: MAIN
Diff to: previous 1.63: preferred, colored
Changes since revision 1.63: +2 -2 lines
"I claim this planet in the name of Mars, hmm, isn't that lovely, hmm?"
(Set OWNER to abs@NetBSD.org)

Revision 1.63: download - view: text, markup, annotated - select for diffs
Wed May 21 20:52:31 2008 UTC (16 years, 6 months ago) by dillo
Branches: MAIN
Diff to: previous 1.62: preferred, colored
Changes since revision 1.62: +2 -2 lines
Bump version to 1.93:
- 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@.

Revision 1.62: download - view: text, markup, annotated - select for diffs
Sat May 3 12:57:47 2008 UTC (16 years, 7 months ago) by apb
Branches: MAIN
Diff to: previous 1.61: preferred, colored
Changes since revision 1.61: +2 -2 lines
Oops, it was already 1.91 before my previous commit.  Bump version
to pkg_chk-1.92.  (Thanks wiz)

Revision 1.61: download - view: text, markup, annotated - select for diffs
Fri May 2 19:10:26 2008 UTC (16 years, 7 months ago) by apb
Branches: MAIN
Diff to: previous 1.60: preferred, colored
Changes since revision 1.60: +16 -25 lines
Bump version to	pkg_chk-1.91:
* 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

Revision 1.60: download - view: text, markup, annotated - select for diffs
Wed Apr 23 21:55:29 2008 UTC (16 years, 7 months ago) by abs
Branches: MAIN
Diff to: previous 1.59: preferred, colored
Changes since revision 1.59: +2 -2 lines
update pkg_chk to 1.91:
    - Use a local pkg_summary.gz iff it is the most recently modified file
      in the PACKAGES/All directory

Revision 1.59: download - view: text, markup, annotated - select for diffs
Sun Feb 24 21:58:13 2008 UTC (16 years, 9 months ago) by abs
Branches: MAIN
CVS tags: pkgsrc-2008Q1-base, pkgsrc-2008Q1
Diff to: previous 1.58: preferred, colored
Changes since revision 1.58: +2 -2 lines
update pkg_chk to 1.90:
    - Remove obsolete and no longer accurate 'implies -c' and 'implies -i'
      notes from usage - noted by Andreas Burghardt

Revision 1.58: download - view: text, markup, annotated - select for diffs
Sun Feb 17 00:55:20 2008 UTC (16 years, 9 months ago) by tnn
Branches: MAIN
Diff to: previous 1.57: preferred, colored
Changes since revision 1.57: +3 -2 lines
Bump to pkg_chk-1.89:

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

Revision 1.57: download - view: text, markup, annotated - select for diffs
Fri Jan 18 07:50:03 2008 UTC (16 years, 10 months ago) by tnn
Branches: MAIN
Diff to: previous 1.56: preferred, colored
Changes since revision 1.56: +3 -2 lines
pkg_chk-1.88: add mktemp to the list of substituted commands.

Revision 1.56: download - view: text, markup, annotated - select for diffs
Thu Sep 20 08:18:13 2007 UTC (17 years, 2 months ago) by abs
Branches: MAIN
CVS tags: pkgsrc-2007Q4-base, pkgsrc-2007Q4, pkgsrc-2007Q3-base, pkgsrc-2007Q3
Diff to: previous 1.55: preferred, colored
Changes since revision 1.55: +2 -2 lines
update pkg_chk to 1.87.
Make -k work with -l, so a missing package will still result in a list of
binary packages being displayed

Revision 1.55: download - view: text, markup, annotated - select for diffs
Mon Aug 27 15:28:54 2007 UTC (17 years, 3 months ago) by abs
Branches: MAIN
Diff to: previous 1.54: preferred, colored
Changes since revision 1.54: +3 -3 lines
Update pkg_chk to 1.86:
    - 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

Revision 1.54: download - view: text, markup, annotated - select for diffs
Tue Jun 19 16:08:47 2007 UTC (17 years, 5 months ago) by abs
Branches: MAIN
CVS tags: pkgsrc-2007Q2-base, pkgsrc-2007Q2
Diff to: previous 1.53: preferred, colored
Changes since revision 1.53: +4 -4 lines
set USE_TOOLS+= gzip:run to get GZIP_CMD - from joerg

Revision 1.53: download - view: text, markup, annotated - select for diffs
Tue May 15 14:48:43 2007 UTC (17 years, 6 months ago) by tron
Branches: MAIN
Diff to: previous 1.52: preferred, colored
Changes since revision 1.52: +3 -2 lines
Actually substitute "@ID" with the path to id(1) while creating the
shell script. Bump package revision because of this fix.

Patch submitted by MASUDA Hideo in PR pkg/36338.

Revision 1.52: download - view: text, markup, annotated - select for diffs
Tue Apr 24 22:16:38 2007 UTC (17 years, 7 months ago) by abs
Branches: MAIN
Diff to: previous 1.51: preferred, colored
Changes since revision 1.51: +3 -4 lines
update pkg_chk to 1.85nb4 - use :U to avoid issues with old bmake - from Vladimir Yakovetsky

Revision 1.51: download - view: text, markup, annotated - select for diffs
Fri Apr 20 09:50:21 2007 UTC (17 years, 7 months ago) by tron
Branches: MAIN
Diff to: previous 1.50: preferred, colored
Changes since revision 1.50: +2 -2 lines
Checking whether a file with an blank filename exists is somewhat bogus.
Improve the last change to avoid that. Bump package revision again.

Revision 1.50: download - view: text, markup, annotated - select for diffs
Fri Apr 20 09:25:36 2007 UTC (17 years, 7 months ago) by tron
Branches: MAIN
Diff to: previous 1.49: preferred, colored
Changes since revision 1.49: +2 -2 lines
Fix quoting so that the code to detect the location of "mk.conf" actually
works (under Darwin?). Bump package revision again.

Revision 1.49: download - view: text, markup, annotated - select for diffs
Thu Apr 19 18:44:22 2007 UTC (17 years, 7 months ago) by abs
Branches: MAIN
Diff to: previous 1.48: preferred, colored
Changes since revision 1.48: +6 -3 lines
update pkg_chk to 1.85nb1 - do not change the value of MAKECONF when building

Revision 1.48: download - view: text, markup, annotated - select for diffs
Mon Apr 16 18:42:21 2007 UTC (17 years, 7 months ago) by abs
Branches: MAIN
Diff to: previous 1.47: preferred, colored
Changes since revision 1.47: +2 -2 lines
Update pkgtools/pkg_chk to 1.85:
    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.

Revision 1.47: download - view: text, markup, annotated - select for diffs
Sun Apr 15 21:34:49 2007 UTC (17 years, 7 months ago) by abs
Branches: MAIN
Diff to: previous 1.46: preferred, colored
Changes since revision 1.46: +2 -2 lines
Update pkg_chk to 1.84:
	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.

Revision 1.46: download - view: text, markup, annotated - select for diffs
Sun Nov 5 21:53:27 2006 UTC (18 years, 1 month ago) by tron
Branches: MAIN
CVS tags: pkgsrc-2007Q1-base, pkgsrc-2007Q1, pkgsrc-2006Q4-base, pkgsrc-2006Q4
Diff to: previous 1.45: preferred, colored
Changes since revision 1.45: +2 -2 lines
Update "pkg_chk" package to version 1.83:
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.

Revision 1.45: download - view: text, markup, annotated - select for diffs
Mon Oct 2 07:33:38 2006 UTC (18 years, 2 months ago) by abs
Branches: MAIN
Diff to: previous 1.44: preferred, colored
Changes since revision 1.44: +2 -2 lines
Update pkgtools/pkg_chk to 1.82:
    - Is '*' is passed to -U, unset all tags
    - Implement -p, to display all the pkgdirs for a given set of tags

Revision 1.44: download - view: text, markup, annotated - select for diffs
Wed Sep 20 21:54:13 2006 UTC (18 years, 2 months ago) by abs
Branches: MAIN
CVS tags: pkgsrc-2006Q3-base, pkgsrc-2006Q3
Diff to: previous 1.43: preferred, colored
Changes since revision 1.43: +3 -3 lines
Update pkg_chk to 1.81 - Add support for PKG_SUFX = .tbz - from Aleksey Cheusov in PR/34453

Revision 1.43: download - view: text, markup, annotated - select for diffs
Fri Aug 25 19:49:53 2006 UTC (18 years, 3 months ago) by abs
Branches: MAIN
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +2 -2 lines
Update pkg_chk to 1.80:
  - 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@)

Revision 1.42: download - view: text, markup, annotated - select for diffs
Thu Aug 10 08:54:44 2006 UTC (18 years, 3 months ago) by abs
Branches: MAIN
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +3 -2 lines
update pkg_chk to 1.79: default PKG_DBDIR

Revision 1.41: download - view: text, markup, annotated - select for diffs
Sun Aug 6 12:21:09 2006 UTC (18 years, 4 months ago) by cube
Branches: MAIN
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +2 -2 lines
Fix -q which ate the next argument.  Only document -i and -c in the
"Deprecated options" part of the manual.

PR#34145 by Dieter Roelants.

Revision 1.40: download - view: text, markup, annotated - select for diffs
Fri Aug 4 12:04:00 2006 UTC (18 years, 4 months ago) by rillig
Branches: MAIN
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +2 -2 lines
s/man/${PKGMANDIR}/

Revision 1.39: download - view: text, markup, annotated - select for diffs
Sat Jul 22 20:41:20 2006 UTC (18 years, 4 months ago) by abs
Branches: MAIN
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +2 -2 lines
Update pkg_chk to 1.77:
- 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

Revision 1.38: download - view: text, markup, annotated - select for diffs
Mon Jul 10 23:47:18 2006 UTC (18 years, 4 months ago) by abs
Branches: MAIN
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +2 -3 lines
Update pkg_tools/pkg_chk to 1.76 - output the pkgdir rather than pkgname at the start of each line

Revision 1.37: download - view: text, markup, annotated - select for diffs
Mon Jul 10 22:46:15 2006 UTC (18 years, 4 months ago) by salo
Branches: MAIN
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +2 -5 lines
mktemp is a tool, depend on it the correct way.

Revision 1.36: download - view: text, markup, annotated - select for diffs
Mon Jul 10 20:38:50 2006 UTC (18 years, 4 months ago) by sketch
Branches: MAIN
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +6 -1 lines
Solaris doesn't have mktemp (recently added to pkg_chk) in the base system, so
pull in as a dependancy.

Revision 1.35: download - view: text, markup, annotated - select for diffs
Fri Jun 9 16:43:33 2006 UTC (18 years, 6 months ago) by abs
Branches: MAIN
CVS tags: pkgsrc-2006Q2-base, pkgsrc-2006Q2
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +3 -2 lines
update pkg_chk to 1.75
- match bsd.own.mk logic for determining MAKECONF, as requested by Joerg

Revision 1.34: download - view: text, markup, annotated - select for diffs
Wed Jun 7 16:27:14 2006 UTC (18 years, 6 months ago) by abs
Branches: MAIN
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +2 -2 lines
Update pkg_chk to 1.74
	1.73 was completely broken.. but only after checking in.
	ahh... Unwanted expansion of RCS tags, I know ye well...

Revision 1.33: download - view: text, markup, annotated - select for diffs
Wed Jun 7 13:52:39 2006 UTC (18 years, 6 months ago) by abs
Branches: MAIN
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +2 -2 lines
update pkg_chk to 1.73:
- 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.

Revision 1.32: download - view: text, markup, annotated - select for diffs
Thu May 4 22:08:05 2006 UTC (18 years, 7 months ago) by dillo
Branches: MAIN
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +4 -2 lines
Bump version to 1.72:
Make it use pkg_summary(5) (with a fallback to the old pkg_chk-summary).
Retire capability to create pkg_chk-summary.

Revision 1.31: download - view: text, markup, annotated - select for diffs
Mon May 1 09:34:33 2006 UTC (18 years, 7 months ago) by wiz
Branches: MAIN
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +2 -2 lines
1.71: Fix typo in message.  PR 33401 by MASUDA Hideo.

Revision 1.30: download - view: text, markup, annotated - select for diffs
Sun Apr 23 19:50:46 2006 UTC (18 years, 7 months ago) by abs
Branches: MAIN
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +2 -2 lines
Update pkg_chk to 1.70 - list -q in usage, noted by Rui Paulo

Revision 1.29: download - view: text, markup, annotated - select for diffs
Tue Apr 4 18:38:13 2006 UTC (18 years, 8 months ago) by tv
Branches: MAIN
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +2 -2 lines
1.69.1: Add a -q option, which is a superset of -n; squelches progress
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.

Revision 1.28: download - view: text, markup, annotated - select for diffs
Sat Feb 18 21:34:03 2006 UTC (18 years, 9 months ago) by abs
Branches: MAIN
CVS tags: pkgsrc-2006Q1-base, pkgsrc-2006Q1
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +2 -2 lines
Update pkg_chk to 1.69
    - Deprecate -i -and -c (recommend -u -n and -a -n respectively

Revision 1.27: download - view: text, markup, annotated - select for diffs
Sat Feb 18 20:46:42 2006 UTC (18 years, 9 months ago) by abs
Branches: MAIN
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +2 -2 lines
Update pkg_chk to 1.68
   - 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


   -

Revision 1.26: download - view: text, markup, annotated - select for diffs
Mon Feb 6 12:44:08 2006 UTC (18 years, 10 months ago) by abs
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +2 -2 lines
Update pkg_chk to 1.76:
    Append rather than prepend /usr/sbin:/usr/bin to path, to avoid issues
    on Solaris which has feature-poor ftp in /usr/bin

Revision 1.25: download - view: text, markup, annotated - select for diffs
Sun Jan 15 12:32:56 2006 UTC (18 years, 10 months ago) by abs
Branches: MAIN
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +2 -2 lines
Update pkgtools/pkg_chk to 1.66
    Fix incorrect quotation in test

Revision 1.24: download - view: text, markup, annotated - select for diffs
Thu Jan 12 21:17:16 2006 UTC (18 years, 10 months ago) by joerg
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +2 -2 lines
When creating the sorted list of binary packages, "ls -t *.tgz" can
easily overflow the argument space e.g. on DragonFly. Replace this
statement with "ls -t | grep '\.tgz$'" to remove this constraint.

Revision 1.23: download - view: text, markup, annotated - select for diffs
Tue Jan 3 19:00:09 2006 UTC (18 years, 11 months ago) by abs
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +2 -2 lines
update pkg_chk to 1.64
- Allow -U of filenames on the commandline

Revision 1.22: download - view: text, markup, annotated - select for diffs
Tue Dec 13 15:26:05 2005 UTC (18 years, 11 months ago) by dillo
Branches: MAIN
CVS tags: pkgsrc-2005Q4-base, pkgsrc-2005Q4
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +2 -2 lines
Fix precedence botch which breaks invocation using source.

Revision 1.21: download - view: text, markup, annotated - select for diffs
Mon Dec 12 13:36:37 2005 UTC (18 years, 11 months ago) by dillo
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +2 -2 lines
Add new option -S to create summary file of binary package directory.
Use this summary file to support using remote binary packages.

Okayed by agc and abs.

Revision 1.20: download - view: text, markup, annotated - select for diffs
Tue Sep 27 17:13:03 2005 UTC (19 years, 2 months ago) by abs
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +2 -2 lines
Update pkg_chk to 1.62:
    + 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

Revision 1.19: download - view: text, markup, annotated - select for diffs
Sun Sep 11 10:39:03 2005 UTC (19 years, 2 months ago) by abs
Branches: MAIN
CVS tags: pkgsrc-2005Q3-base, pkgsrc-2005Q3
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +2 -2 lines
update pkgtools/pkg_chk to 1.61.
Accept relative paths for -C and -P - fixes PR/31277 from Tero Kivinen

Revision 1.18: download - view: text, markup, annotated - select for diffs
Thu Aug 4 17:55:51 2005 UTC (19 years, 4 months ago) by abs
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +6 -2 lines
update pkgtools/pkg_chk to 1.60:
    Make -b work without any access to pkgsrcdir

Revision 1.17: download - view: text, markup, annotated - select for diffs
Wed Jun 1 14:14:47 2005 UTC (19 years, 6 months ago) by abs
Branches: MAIN
CVS tags: pkgsrc-2005Q2-base, pkgsrc-2005Q2
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +2 -2 lines
update pkg_chk to 1.59:
	Fix fallout of 'sh -e' change in 1.58 - make pkg_chk -lb work again

Revision 1.16: download - view: text, markup, annotated - select for diffs
Wed Jun 1 11:29:45 2005 UTC (19 years, 6 months ago) by abs
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +2 -2 lines
update pkg_chk to 1.58
- 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

Revision 1.15: download - view: text, markup, annotated - select for diffs
Sat May 7 22:24:04 2005 UTC (19 years, 7 months ago) by wiz
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +2 -2 lines
Refer doc/pkgsrc.html instead of Packages.txt (HOMEPAGE variable).

Revision 1.14: download - view: text, markup, annotated - select for diffs
Wed Apr 20 15:32:25 2005 UTC (19 years, 7 months ago) by abs
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +2 -2 lines
update pkg_chk to 1.57
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)

Revision 1.13: download - view: text, markup, annotated - select for diffs
Mon Feb 28 00:43:48 2005 UTC (19 years, 9 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2005Q1-base, pkgsrc-2005Q1
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +2 -2 lines
Update to 1.56:
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@.

Revision 1.12: download - view: text, markup, annotated - select for diffs
Wed Feb 9 09:50:26 2005 UTC (19 years, 9 months ago) by abs
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +2 -2 lines
Update pkg_chk to 1.55
	Update the final ${PKG_INFO} working on files to include -.

Revision 1.11: download - view: text, markup, annotated - select for diffs
Tue Feb 1 20:44:48 2005 UTC (19 years, 10 months ago) by wiz
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +2 -2 lines
Make it work with pkg_install tools that do not search
the file system by default. Replace one pkg_info with ${PKG_INFO}.
Welcome to 1.54!
Okayed by abs@.

Revision 1.10: download - view: text, markup, annotated - select for diffs
Sat Jan 29 15:36:30 2005 UTC (19 years, 10 months ago) by abs
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +7 -3 lines
Update pkg_chk to 1.53.
    - 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

Revision 1.9: download - view: text, markup, annotated - select for diffs
Tue Nov 30 19:32:10 2004 UTC (20 years ago) by abs
Branches: MAIN
CVS tags: pkgsrc-2004Q4-base, pkgsrc-2004Q4
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -2 lines
Update pkg_chk to 1.52:
	Tags starting with '/' are checked for as readable files

Revision 1.8: download - view: text, markup, annotated - select for diffs
Fri Sep 3 10:19:17 2004 UTC (20 years, 3 months ago) by abs
Branches: MAIN
CVS tags: pkgsrc-2004Q3-base, pkgsrc-2004Q3
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +2 -2 lines
Update pkg_chk to 1.51:
Rather than leaving -- as the only argument and checking for one argument,
shift it away and check for zero remaining arguments.

Revision 1.7: download - view: text, markup, annotated - select for diffs
Sat Aug 28 23:10:34 2004 UTC (20 years, 3 months ago) by grant
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +2 -2 lines
extract OPSYS, OS_VERSION and MACHINE_ARCH from pkgsrc so the values
are consistent with pkgsrc. welcome to pkg_chk 1.50.

Revision 1.6: download - view: text, markup, annotated - select for diffs
Wed Jun 30 09:53:42 2004 UTC (20 years, 5 months ago) by abs
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +2 -2 lines
Update pkg_chk to 1.49:
    When -v (verbose) is given with -l (list binary packages required for
    target config), display which package pulled in a particular dependency

Revision 1.5: download - view: text, markup, annotated - select for diffs
Sun May 9 17:56:17 2004 UTC (20 years, 7 months ago) by abs
Branches: MAIN
CVS tags: pkgsrc-2004Q2-base, pkgsrc-2004Q2
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -2 lines
Update pkg_chk to 1.48
	Fix awk usage for nawk in 2.0

Revision 1.4: download - view: text, markup, annotated - select for diffs
Tue Apr 13 14:36:23 2004 UTC (20 years, 7 months ago) by abs
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +3 -2 lines
Update pkg_chk to 1.47:
	- Substitute in @SH@, to ensure we get a sane shell on Solaris
	  From Ben Secrest

Revision 1.3: download - view: text, markup, annotated - select for diffs
Thu Apr 8 18:48:53 2004 UTC (20 years, 8 months ago) by abs
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -2 lines
Update pkg_chk to 1.46:
    - 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

Revision 1.2: download - view: text, markup, annotated - select for diffs
Mon Mar 29 03:31:26 2004 UTC (20 years, 8 months ago) by schmonz
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +5 -1 lines
Enable pkgviews installation.

Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Sat Mar 27 00:02:34 2004 UTC (20 years, 8 months ago) by wiz
Branches: TNF
CVS tags: pkgsrc-base, pkgsrc-2004Q1-base, pkgsrc-2004Q1
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0 lines
Re-import pkgtools/pkgchk as pkg_chk so that program name, PKGNAME,
and directory path match. Addresses PR 23679.

Revision 1.1: download - view: text, markup, annotated - select for diffs
Sat Mar 27 00:02:34 2004 UTC (20 years, 8 months ago) by wiz
Branches: MAIN
Initial revision

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options

CVSweb <webmaster@jp.NetBSD.org>