pkgsrc-Changes archive

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

CVS commit: pkgsrc



Module Name:    pkgsrc
Committed By:   agc
Date:           Sun Sep 18 22:17:55 UTC 2016

Modified Files:
        pkgsrc/doc: CHANGES-2016
        pkgsrc/mk/defaults: mk.conf

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


To generate a diff of this commit:
cvs rdiff -u -r1.3899 -r1.3900 pkgsrc/doc/CHANGES-2016
cvs rdiff -u -r1.265 -r1.266 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/doc/CHANGES-2016
diff -u pkgsrc/doc/CHANGES-2016:1.3899 pkgsrc/doc/CHANGES-2016:1.3900
--- pkgsrc/doc/CHANGES-2016:1.3899      Sun Sep 18 22:15:34 2016
+++ pkgsrc/doc/CHANGES-2016     Sun Sep 18 22:17:54 2016
@@ -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 @@ Changes to the packages collection and i
        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]

Index: pkgsrc/mk/defaults/mk.conf
diff -u pkgsrc/mk/defaults/mk.conf:1.265 pkgsrc/mk/defaults/mk.conf:1.266
--- pkgsrc/mk/defaults/mk.conf:1.265    Sun Sep 18 14:02:42 2016
+++ pkgsrc/mk/defaults/mk.conf  Sun Sep 18 22:17:55 2016
@@ -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 @@ PKGSRC_COMPILER?=  gcc
 # 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