Subject: CVS commit: pkgsrc
To: None <source-changes@netbsd.org>
From: Alistair G. Crooks <agc@netbsd.org>
List: source-changes
Date: 01/14/2000 03:39:33
Module Name:	pkgsrc
Committed By:	agc
Date:		Fri Jan 14 11:39:33 UTC 2000

Modified Files:
	pkgsrc/mk: bsd.pkg.mk

Log Message:
Add a check, inspired by Thor Lancelot Simon:

When an installed package is found as part of a DEPENDS pre-requisite,
check its object format.  If there is none in the installed package,
that package was probably built before 29th September 1999, which was
when the OBJECT_FMT definition was added to the BUILD_DEFS, so print a
warning and continue.  If the object format of the installed package
and ${OBJECT_FMT} are the same, then continue.  If the object format
of the installed package and ${OBJECT_FMT} differ, then print an error
message explaining the error, and exit.


To generate a diff of this commit:
cvs rdiff -r1.391 -r1.392 pkgsrc/mk/bsd.pkg.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.