mk/defaults: Switch PKG_DEVELOPER on by default.
Bulk builds with PKG_DEVELOPER set have been the status quo for a while. Every package in pkgsrc has to be expected to build with this.
This commit is contained in:
parent
b680bd6804
commit
161d25a3e5
1 changed files with 3 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: mk.conf,v 1.308 2020/03/27 20:57:34 joerg Exp $
|
||||
# $NetBSD: mk.conf,v 1.309 2020/05/15 10:10:04 nia Exp $
|
||||
#
|
||||
|
||||
# This file provides default values for variables that may be overridden
|
||||
|
@ -173,14 +173,13 @@ PKGSRC_SLEEPSECS?= 5
|
|||
#
|
||||
# Default: undefined, but see above.
|
||||
|
||||
#PKG_DEVELOPER= yes
|
||||
#
|
||||
PKG_DEVELOPER?= yes
|
||||
# If defined and not "no" it enables some sanity checks to raise the quality
|
||||
# of the installed packages. See the files pkgsrc/mk/check/check-*.mk for
|
||||
# details and further configuration options.
|
||||
#
|
||||
# Possible: defined, not defined, no
|
||||
# Default: not defined
|
||||
# Default: yes
|
||||
|
||||
USE_ABI_DEPENDS?= yes
|
||||
# Honor package prerequisite ABI recommendations. If this is set
|
||||
|
|
Loading…
Reference in a new issue