pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/mk/defaults
Module Name: pkgsrc
Committed By: wiz
Date: Sat Jun 4 09:04:27 UTC 2022
Modified Files:
pkgsrc/mk/defaults: mk.conf options.description
Log Message:
mk: remove option description for unused option
To generate a diff of this commit:
cvs rdiff -u -r1.329 -r1.330 pkgsrc/mk/defaults/mk.conf
cvs rdiff -u -r1.672 -r1.673 pkgsrc/mk/defaults/options.description
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/mk/defaults/mk.conf
diff -u pkgsrc/mk/defaults/mk.conf:1.329 pkgsrc/mk/defaults/mk.conf:1.330
--- pkgsrc/mk/defaults/mk.conf:1.329 Thu May 5 21:07:30 2022
+++ pkgsrc/mk/defaults/mk.conf Sat Jun 4 09:04:27 2022
@@ -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 @@ 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.
#
Index: pkgsrc/mk/defaults/options.description
diff -u pkgsrc/mk/defaults/options.description:1.672 pkgsrc/mk/defaults/options.description:1.673
--- pkgsrc/mk/defaults/options.description:1.672 Fri May 13 14:29:58 2022
+++ pkgsrc/mk/defaults/options.description Sat Jun 4 09:04:27 2022
@@ -80,7 +80,6 @@ bugzilla-xmlimportbugs Bulk import/expor
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