summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2022-06-07 09:34:50 +0000
committerwiz <wiz@pkgsrc.org>2022-06-07 09:34:50 +0000
commit7801ac4e2d995417dced1c0ea757c04051c86b28 (patch)
tree1c54b8547df843917ae253342c7285c057d810ad /mk
parented03c49130f610e37a6e199b12382cca7cd174c1 (diff)
downloadpkgsrc-7801ac4e2d995417dced1c0ea757c04051c86b28.tar.gz
mk: remove documentation for introspection option
This option is not needed any longer and should be removed from packages that still have it. https://mail-index.netbsd.org/pkgsrc-users/2022/06/06/msg035658.html
Diffstat (limited to 'mk')
-rw-r--r--mk/defaults/mk.conf11
-rw-r--r--mk/defaults/options.description1
2 files changed, 10 insertions, 2 deletions
diff --git a/mk/defaults/mk.conf b/mk/defaults/mk.conf
index 040f3eaa843..c646379359a 100644
--- a/mk/defaults/mk.conf
+++ b/mk/defaults/mk.conf
@@ -1,4 +1,4 @@
-# $NetBSD: mk.conf,v 1.331 2022/06/04 09:05:18 wiz Exp $
+# $NetBSD: mk.conf,v 1.332 2022/06/07 09:34:50 wiz Exp $
#
# This file provides default values for variables that may be overridden
@@ -22,6 +22,15 @@ USE_CWRAPPERS?= auto
# Possible: yes, no, auto
# Default: auto (automatic detection, see above)
+USE_MKTOOLS?= no
+# Use C-based tools for various parts of the infrastructure instead of the
+# slower shell-based constructs. Significantly improves performance, but
+# not enabled by default until portability across all platforms has been
+# confirmed.
+#
+# Possible: yes, no
+# Default: no
+
USE_PKG_ADMIN_DIGEST?= no
# Record file digests instead of extracing the NetBSD RCS ID from files.
#
diff --git a/mk/defaults/options.description b/mk/defaults/options.description
index c180e5daa03..d139e61eb24 100644
--- a/mk/defaults/options.description
+++ b/mk/defaults/options.description
@@ -369,7 +369,6 @@ inspircd-sqllog Enable logging of network-wide data for your network into a dat
inspircd-sqloper Enable storage of oper credentials in an SQL table.
inspircd-sqlutils Enable developer utilities which allow certain other SQL modules to be implemented easily.
inspircd-ziplinks Compress data before transmitting it between servers.
-introspection Enable GObject Introspection support.
iodbc Enable ODBC support via iODBC.
ipa Select IPA fonts.
ipa-memfunc-debug Enable ipa_memfunc debugging.