pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc Change default setting of PKGSRC_KEEP_BIN_PKGS to "yes...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/06f8b3651a54
branches:  trunk
changeset: 352757:06f8b3651a54
user:      agc <agc%pkgsrc.org@localhost>
date:      Sun Sep 18 22:17:54 2016 +0000

description:
Change default setting of PKGSRC_KEEP_BIN_PKGS to "yes". During the build phase,
binary packages will be preserved under the ${PACKAGES} directory by default.

diffstat:

 doc/CHANGES-2016    |  3 ++-
 mk/defaults/mk.conf |  7 ++++++-
 2 files changed, 8 insertions(+), 2 deletions(-)

diffs (35 lines):

diff -r ab180271e86d -r 06f8b3651a54 doc/CHANGES-2016
--- a/doc/CHANGES-2016  Sun Sep 18 22:17:47 2016 +0000
+++ b/doc/CHANGES-2016  Sun Sep 18 22:17:54 2016 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2016,v 1.3899 2016/09/18 22:15:34 wiz Exp $
+$NetBSD: CHANGES-2016,v 1.3900 2016/09/18 22:17:54 agc Exp $
 
 Changes to the packages collection and infrastructure in 2016:
 
@@ -5488,3 +5488,4 @@
        Updated devel/py-cffi to 1.8.3 [wiz 2016-09-18]
        Updated devel/py-setuptools to 27.2.0 [wiz 2016-09-18]
        Updated devel/py-tortoisehg to 3.9.1 [wiz 2016-09-18]
+       mk/bsd.pkg.mk: default PKGSRC_KEEP_BIN_PKGS to "yes" [agc 2016-09-18]
diff -r ab180271e86d -r 06f8b3651a54 mk/defaults/mk.conf
--- a/mk/defaults/mk.conf       Sun Sep 18 22:17:47 2016 +0000
+++ b/mk/defaults/mk.conf       Sun Sep 18 22:17:54 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: mk.conf,v 1.265 2016/09/18 14:02:42 ryoon Exp $
+# $NetBSD: mk.conf,v 1.266 2016/09/18 22:17:55 agc Exp $
 #
 
 # This file provides default values for variables that may be overridden
@@ -190,6 +190,11 @@
 # Possible: (see comments in mk/compiler.mk)
 # Default: "gcc"
 
+PKGSRC_KEEP_BIN_PKGS?= yes
+# Keep binary packages in ${PACKAGES} after building them
+# Possible: "yes", not "yes"
+# Default: "yes"
+
 PKGSRC_MESSAGE_RECIPIENTS?=
 # login names of recipients of any MESSAGE files which will be mailed
 # Possible: any login names



Home | Main Index | Thread Index | Old Index