Subject: CVS commit: pkgsrc/mk
To: None <pkgsrc-changes@NetBSD.org>
From: Julio M. Merino Vidal <jmmv@netbsd.org>
List: pkgsrc-changes
Date: 01/15/2005 10:50:18
Module Name: pkgsrc
Committed By: jmmv
Date: Sat Jan 15 10:50:18 UTC 2005
Modified Files:
pkgsrc/mk: bsd.pkg.install.mk bsd.pkg.mk texinfo.mk
Log Message:
- Move all CHECK_FILES_SKIP definitions to a central place in bsd.pkg.mk.
- Move the previous block of code down in the file so that all used variables
are defined (specially PKG_SYSCONFDIR). Fixes a problem noticed by
kristerw@'s bulk build in comms/minicom.
- Ignore diff's return code, which aborts make in NetBSD 1.6.2. Also noticed
by kristerw@'s bulk build.
- Use full paths to do the checks, instead of relative to ${PREFIX}. Less
ambiguity. Matches should be turned into regular expressions that anchor
to a whole line (tried that, but found some problems).
- Turn CHECK_FILES to NO by default. As said in the previous point, there
are still some problems that have to be fixed and minor improvements to
be done. And I have no time to fix this ATM. Yes, this definitely needs
more testing. I'm sorry for all the noise. (But hey! you should set and
try this feature locally! ;-)
To generate a diff of this commit:
cvs rdiff -r1.68 -r1.69 pkgsrc/mk/bsd.pkg.install.mk
cvs rdiff -r1.1562 -r1.1563 pkgsrc/mk/bsd.pkg.mk
cvs rdiff -r1.26 -r1.27 pkgsrc/mk/texinfo.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.