pkgsrc/mk/pkgformat/pkg
rillig 7f191db6be mk/pkgformat: include only relevant ident strings in +BUILD_VERSION
Before, not only files containing an RCS Id were recorded in the
+BUILD_VERSION file but also files containing text that looked similar to
an RCS Id were recorded, even though these didn't contain any valuable
version information.

The effect was that before this change, pkgtools/pkglint was built over
and over again by the bulk builds since pbulk uses a different regular
expression for detecting modified files.

The regular expression for unexpanded RCS Ids is added to record files
that have never been checked in to CVS, just to have them recorded and to
distinguish them from the final committed version.

See https://mail-index.netbsd.org/tech-pkg/2020/01/11/msg022489.html.
2020-01-15 20:11:11 +00:00
..
templates
tests
check.mk
deinstall.mk
depends.mk mk/pkgformat: fix documentation 2020-01-14 22:22:34 +00:00
install.mk
list-dependencies mk/pkgformat: update documentation in list-dependencies 2020-01-13 07:31:53 +00:00
metadata.mk mk/pkgformat: include only relevant ident strings in +BUILD_VERSION 2020-01-15 20:11:11 +00:00
package.mk
pkgformat-vars.mk Add USE_PKG_ADMIN_DIGEST flag for switching between $NetBSD$ and SHA256 2020-01-12 23:38:42 +00:00
pkgformat.mk
reduce-depends.awk
reduce-resolved-depends.awk
register-dependencies
replace.mk Call replace-names before SU 2019-01-22 14:29:44 +00:00
resolve-dependencies
scripts.mk
utility.mk