Tue Jun 7 09:35:15 2022 UTC ()
mk: revert unintended commit


(wiz)
diff -r1.332 -r1.333 pkgsrc/mk/defaults/mk.conf

cvs diff -r1.332 -r1.333 pkgsrc/mk/defaults/mk.conf (expand / switch to unified diff)

--- pkgsrc/mk/defaults/mk.conf 2022/06/07 09:34:50 1.332
+++ pkgsrc/mk/defaults/mk.conf 2022/06/07 09:35:15 1.333
@@ -1,46 +1,37 @@ @@ -1,46 +1,37 @@
1# $NetBSD: mk.conf,v 1.332 2022/06/07 09:34:50 wiz Exp $ 1# $NetBSD: mk.conf,v 1.333 2022/06/07 09:35:15 wiz Exp $
2# 2#
3 3
4# This file provides default values for variables that may be overridden 4# This file provides default values for variables that may be overridden
5# in the MAKECONF file, which is /etc/mk.conf by default. 5# in the MAKECONF file, which is /etc/mk.conf by default.
6# 6#
7# Note: This file is included after the MAKECONF file, so you cannot query 7# Note: This file is included after the MAKECONF file, so you cannot query
8# these default values in the MAKECONF using the ".if" and ".for" 8# these default values in the MAKECONF using the ".if" and ".for"
9# preprocessing directives. 9# preprocessing directives.
10 10
11# ************************************************************************ 11# ************************************************************************
12# NOTE TO PEOPLE EDITING THIS FILE - USE LEADING SPACES, NOT LEADING TABS. 12# NOTE TO PEOPLE EDITING THIS FILE - USE LEADING SPACES, NOT LEADING TABS.
13# ************************************************************************ 13# ************************************************************************
14 14
15USE_CWRAPPERS?= auto 15USE_CWRAPPERS?= auto
16# Build packages using the newer pkgtools/cwrappers infrastructure, which can 16# Build packages using the newer pkgtools/cwrappers infrastructure, which can
17# significantly speed up builds and use fewer resources. Some compiler and 17# significantly speed up builds and use fewer resources. Some compiler and
18# platform combinations are not currently handled by cwrappers, so currently 18# platform combinations are not currently handled by cwrappers, so currently
19# the default is "auto" which enables cwrappers automatically if the platform 19# the default is "auto" which enables cwrappers automatically if the platform
20# _OPSYS_SUPPORTS_CWRAPPERS variable is set to "yes". 20# _OPSYS_SUPPORTS_CWRAPPERS variable is set to "yes".
21# 21#
22# Possible: yes, no, auto 22# Possible: yes, no, auto
23# Default: auto (automatic detection, see above) 23# Default: auto (automatic detection, see above)
24 24
25USE_MKTOOLS?= no 
26# Use C-based tools for various parts of the infrastructure instead of the 
27# slower shell-based constructs. Significantly improves performance, but 
28# not enabled by default until portability across all platforms has been 
29# confirmed. 
30# 
31# Possible: yes, no 
32# Default: no 
33 
34USE_PKG_ADMIN_DIGEST?= no 25USE_PKG_ADMIN_DIGEST?= no
35# Record file digests instead of extracing the NetBSD RCS ID from files. 26# Record file digests instead of extracing the NetBSD RCS ID from files.
36# 27#
37# Possible: yes, no 28# Possible: yes, no
38# Default: no 29# Default: no
39 30
40#ALLOW_VULNERABLE_PACKAGES= 31#ALLOW_VULNERABLE_PACKAGES=
41# allow the user to build packages which are known to be vulnerable to 32# allow the user to build packages which are known to be vulnerable to
42# security exploits 33# security exploits
43# Possible: yes, no 34# Possible: yes, no
44# Default: yes 35# Default: yes
45 36
46#AUDIT_PACKAGES_FLAGS= 37#AUDIT_PACKAGES_FLAGS=