pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mk/defaults mk: remove option description for unused o...
details: https://anonhg.NetBSD.org/pkgsrc/rev/6dc6a95fcbed
branches: trunk
changeset: 380344:6dc6a95fcbed
user: wiz <wiz%pkgsrc.org@localhost>
date: Sat Jun 04 09:04:27 2022 +0000
description:
mk: remove option description for unused option
diffstat:
mk/defaults/mk.conf | 11 ++++++++++-
mk/defaults/options.description | 1 -
2 files changed, 10 insertions(+), 2 deletions(-)
diffs (36 lines):
diff -r b90aab0e03d2 -r 6dc6a95fcbed mk/defaults/mk.conf
--- a/mk/defaults/mk.conf Sat Jun 04 09:03:51 2022 +0000
+++ b/mk/defaults/mk.conf Sat Jun 04 09:04:27 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: mk.conf,v 1.329 2022/05/05 21:07:30 ryoon Exp $
+# $NetBSD: mk.conf,v 1.330 2022/06/04 09:04:27 wiz Exp $
#
# This file provides default values for variables that may be overridden
@@ -22,6 +22,15 @@
# 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 -r b90aab0e03d2 -r 6dc6a95fcbed mk/defaults/options.description
--- a/mk/defaults/options.description Sat Jun 04 09:03:51 2022 +0000
+++ b/mk/defaults/options.description Sat Jun 04 09:04:27 2022 +0000
@@ -80,7 +80,6 @@
bzip2 Enable compression using bzip2.
caca Enable libcaca support.
cairo Enable cairo support.
-camlp4 Enable camlp4 support.
camlzip Enable camlzip support (for zip/gz/jar).
canlock Enable Cancel-Lock support.
canna Use Canna as Japanese conversion program.
Home |
Main Index |
Thread Index |
Old Index