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:   nia
Date:           Fri May 15 10:10:04 UTC 2020

Modified Files:
        pkgsrc/mk/defaults: mk.conf

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.308 -r1.309 pkgsrc/mk/defaults/mk.conf

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.308 pkgsrc/mk/defaults/mk.conf:1.309
--- pkgsrc/mk/defaults/mk.conf:1.308    Fri Mar 27 20:57:34 2020
+++ pkgsrc/mk/defaults/mk.conf  Fri May 15 10:10:04 2020
@@ -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



Home | Main Index | Thread Index | Old Index