pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mk/features Documented the currently available feature...
details: https://anonhg.NetBSD.org/pkgsrc/rev/0f026b9092b3
branches: trunk
changeset: 533813:0f026b9092b3
user: rillig <rillig%pkgsrc.org@localhost>
date: Mon Oct 01 11:47:00 2007 +0000
description:
Documented the currently available features and added _VARGROUPS.
diffstat:
mk/features/features-vars.mk | 20 +++++++++++++++++++-
1 files changed, 19 insertions(+), 1 deletions(-)
diffs (41 lines):
diff -r 141eced8db97 -r 0f026b9092b3 mk/features/features-vars.mk
--- a/mk/features/features-vars.mk Mon Oct 01 11:35:21 2007 +0000
+++ b/mk/features/features-vars.mk Mon Oct 01 11:47:00 2007 +0000
@@ -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
#
Home |
Main Index |
Thread Index |
Old Index