From 773b4c97bd6849e935ee6975a584d25c89b7ad97 Mon Sep 17 00:00:00 2001 From: ryoon Date: Sat, 18 May 2013 01:58:32 +0000 Subject: * Remove PKGSRC_SHOW_PATCH_ERRORMSG, because it is not used in pkgsrc/mk. * Set PATCH_DEBUG when PKG_DEVELOPER=yes. No objection to http://mail-index.netbsd.org/tech-pkg/2013/05/06/msg011276.html . --- mk/defaults/mk.conf | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) (limited to 'mk/defaults') diff --git a/mk/defaults/mk.conf b/mk/defaults/mk.conf index a6494de0b4a..bd8adf6463c 100644 --- a/mk/defaults/mk.conf +++ b/mk/defaults/mk.conf @@ -1,4 +1,4 @@ -# $NetBSD: mk.conf,v 1.221 2013/04/06 11:11:56 obache Exp $ +# $NetBSD: mk.conf,v 1.222 2013/05/18 01:58:32 ryoon Exp $ # # This file provides default values for variables that may be overridden @@ -71,6 +71,13 @@ GZIP?= -9 # Possible: defined, not defined # Default: not defined +.if defined(PKG_DEVELOPER) && ${PKG_DEVELOPER} != "no" +PATCH_DEBUG?= +.endif +# Used to debug patches as they are applied +# Possible: defined, not defined +# Default: not defined + PKG_COMPRESSION?= gzip # Compression algorithm for binary packages. # Possible: gzip, bzip2, none @@ -174,15 +181,6 @@ PKGSRC_SHOW_BUILD_DEFS?=yes # Possible: "yes", not "yes" # Default: "yes" -.if defined(PKG_DEVELOPER) && ${PKG_DEVELOPER} != "no" -PKGSRC_SHOW_PATCH_ERRORMSG?=no -.else -PKGSRC_SHOW_PATCH_ERRORMSG?=yes -.endif -# Print a potentially helpful error message when the "patch" stage fails -# Possible: "yes", not "yes" -# Default: "no" if PKG_DEVELOPER is enabled, "yes" otherwise - PKGSRC_RUN_TEST?= no # # Many packages bring their own self tests to ensure they basically -- cgit v1.2.3