Subject: CVS commit: pkgsrc/mk
To: None <pkgsrc-changes@NetBSD.org>
From: Amitai Schlair <schmonz@netbsd.org>
List: pkgsrc-changes
Date: 01/04/2006 04:25:48
Module Name: pkgsrc
Committed By: schmonz
Date: Wed Jan 4 04:25:48 UTC 2006
Modified Files:
pkgsrc/mk: bsd.pkg.mk
Log Message:
Add a wee bit of infrastructure to improve how we deprecate broken
packages from branch to branch:
When a package is considered broken (for whatever reason) at branch
time, we'll mark it with BROKEN_IN=name-of-branch. At the next
branch, we can easily determine which ones have remained broken and
remove them.
BROKEN_IN is visible to users iff a build fails, when it appends a
warning message to the above effect.
With feedback from dillo. Reviewed by jlam.
To generate a diff of this commit:
cvs rdiff -r1.1782 -r1.1783 pkgsrc/mk/bsd.pkg.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.