diff options
author | rillig <rillig> | 2007-10-01 11:47:00 +0000 |
---|---|---|
committer | rillig <rillig> | 2007-10-01 11:47:00 +0000 |
commit | 60df942f93889e1afce0a384c9b8950f458826f5 (patch) | |
tree | 915b162280320f3cb945d0f11d073a4fe7d6347a /mk | |
parent | 98eb026d04ccd4628c4434513575b12cf3ecdc67 (diff) | |
download | pkgsrc-60df942f93889e1afce0a384c9b8950f458826f5.tar.gz |
Documented the currently available features and added _VARGROUPS.
Diffstat (limited to 'mk')
-rw-r--r-- | mk/features/features-vars.mk | 20 |
1 files changed, 19 insertions, 1 deletions
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 # |