2023-11-17 18:40:48 by David Brownlee | Files touched by this commit (2) |
Log message: 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 |
2019-11-10 11:30:50 by =?UTF-8?B?RnLDqWTDqXJpYyBGYXViZXJ0ZWF1?= | Files touched by this commit (1) |
Log message: pkg_chk: add NO_CHECKSUM= yes to appease pkglint |
2019-11-10 11:25:43 by =?UTF-8?B?RnLDqWTDqXJpYyBGYXViZXJ0ZWF1?= | Files touched by this commit (1) |
Log message: pkg_chk: fix PR pkg/54675 Some OS (e.g. Arch Linux) do not have hostname in their base set of packages. pkgsrc changes: --------------- * Replace $(hostname) by $(uname -n). Thanks jperkin@! |
2018-11-27 11:36:53 by Thomas Klausner | Files touched by this commit (1) |
Log message: More macros. |
2018-11-25 21:17:26 by Martin Husemann | Files touched by this commit (3) |
Log message: 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@ |
2018-10-08 12:35:15 by David Brownlee | Files touched by this commit (2) |
Log message: Update pkg_chk to 2.0.10 Output deprecated warnings to STDERR rather than STDOUT |
2018-01-28 00:17:22 by Thomas Klausner | Files touched by this commit (1) |
Log message: pkg_chk: Replace PKG_SYSCONFDIR. From Vicente Chaves in PR 52955. Bump version. |
2014-10-09 16:07:17 by Thomas Klausner | Files touched by this commit (1163) |
Log message: Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. |
2014-04-23 02:01:01 by David Brownlee | Files touched by this commit (2) |
Log message: Update pkg_chk to 2.0.8 Fix missing { } in awk section in 2.0.7 |
2014-04-21 23:32:26 by David Brownlee | Files touched by this commit (3) | |
Log message: 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 |