Subject: CVS commit: pkgsrc/mk
To: None <pkgsrc-changes@NetBSD.org>
From: Johnny C. Lam <jlam@netbsd.org>
List: pkgsrc-changes
Date: 09/07/2007 21:55:47
Module Name:	pkgsrc
Committed By:	jlam
Date:		Fri Sep  7 21:55:47 UTC 2007

Modified Files:
	pkgsrc/mk: bsd.pkg.mk bsd.prefs.mk
Added Files:
	pkgsrc/mk/features: features-vars.mk features.mk

Log Message:
Add a "system features" framework that will eventually be used to
automatically supply missing "basic" headers and libraries from an
older system, e.g. IRIX 5.x or Interix or AIX, etc.

Example usage:

    USE_FEATURES+=      snprintf glob regex

For now, we just pull in libnbcompat to supply the missing bits.


To generate a diff of this commit:
cvs rdiff -r1.1923 -r1.1924 pkgsrc/mk/bsd.pkg.mk
cvs rdiff -r1.265 -r1.266 pkgsrc/mk/bsd.prefs.mk
cvs rdiff -r0 -r1.1 pkgsrc/mk/features/features-vars.mk \
    pkgsrc/mk/features/features.mk

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