Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mk/defaults mk/defaults: Switch PKG_DEVELOPER on by de...
details: https://anonhg.NetBSD.org/pkgsrc/rev/879263537b3a
branches: trunk
changeset: 431632:879263537b3a
user: nia <nia%pkgsrc.org@localhost>
date: Fri May 15 10:10:04 2020 +0000
description:
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.
diffstat:
mk/defaults/mk.conf | 7 +++----
1 files changed, 3 insertions(+), 4 deletions(-)
diffs (26 lines):
diff -r e911cb73e85b -r 879263537b3a mk/defaults/mk.conf
--- a/mk/defaults/mk.conf Fri May 15 09:47:52 2020 +0000
+++ b/mk/defaults/mk.conf Fri May 15 10:10:04 2020 +0000
@@ -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 @@
#
# 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
Home |
Main Index |
Thread Index |
Old Index