summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorryoon <ryoon@pkgsrc.org>2013-05-18 01:58:32 +0000
committerryoon <ryoon@pkgsrc.org>2013-05-18 01:58:32 +0000
commit773b4c97bd6849e935ee6975a584d25c89b7ad97 (patch)
treec22e8a754130ee30294d5b77d95f9149ec065689 /mk
parentbc3c1974a43477bf7f1ae39eb3f1b713e5a291dd (diff)
downloadpkgsrc-773b4c97bd6849e935ee6975a584d25c89b7ad97.tar.gz
* 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 .
Diffstat (limited to 'mk')
-rw-r--r--mk/defaults/mk.conf18
1 files changed, 8 insertions, 10 deletions
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