From 8a545e42883ce09cb8a939cb72b193a6d9c80a6e Mon Sep 17 00:00:00 2001 From: rillig Date: Mon, 1 Oct 2007 11:47:00 +0000 Subject: Documented the currently available features and added _VARGROUPS. --- mk/features/features-vars.mk | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) (limited to 'mk/features') diff --git a/mk/features/features-vars.mk b/mk/features/features-vars.mk index ab4bd315af5..fe459e212a0 100644 --- a/mk/features/features-vars.mk +++ b/mk/features/features-vars.mk @@ -1,4 +1,4 @@ -# $NetBSD: features-vars.mk,v 1.6 2007/09/29 13:17:52 rillig Exp $ +# $NetBSD: features-vars.mk,v 1.7 2007/10/01 11:47:00 rillig Exp $ # # This file is included by bsd.prefs.mk. # @@ -7,6 +7,19 @@ # USE_FEATURES # Lists the system features required by the package. # +# Possible: +# * err: The functions err, verr, errx, verrx. +# * warn: The functions warn, vwarn, warnx, vwarnx. +# * fts_close, ftp_open, fts_read, fts_set: Functions +# for filesystem traversal. +# * getopt_long: The GNU version of getopt. +# * getprogname, setprogname +# * glob +# * regcomp +# * snprintf, vsnprintf +# * utimes +# * nbcompat: All of the above. +# # Default value: undefined # # Variables defined by this file: @@ -17,6 +30,11 @@ # support IPv6. # +_VARGROUPS+= features +_USER_VARS.features= # none +_PKG_VARS.features= USE_FEATURES +_SYS_VARS.features= MISSING_FEATURES + MISSING_FEATURES= # empty # -- cgit v1.2.3