diff options
author | rillig <rillig@pkgsrc.org> | 2007-10-01 11:47:00 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2007-10-01 11:47:00 +0000 |
commit | 8a545e42883ce09cb8a939cb72b193a6d9c80a6e (patch) | |
tree | 915b162280320f3cb945d0f11d073a4fe7d6347a /mk/features | |
parent | 9c8e9aa8c0e9fa47073c0a2eec02fe4b9b661b61 (diff) | |
download | pkgsrc-8a545e42883ce09cb8a939cb72b193a6d9c80a6e.tar.gz |
Documented the currently available features and added _VARGROUPS.
Diffstat (limited to 'mk/features')
-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 # |