pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk/pkgtasks Bump dependency on pkgtasks to version tha...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/09be32ae0c27
branches:  trunk
changeset: 366913:09be32ae0c27
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Sat Aug 19 00:30:31 2017 +0000

description:
Bump dependency on pkgtasks to version that supports TASK_VERBOSE.

Pass TASK_VERBOSE=all to the install and deinstall scripts if
PKG_VERBOSE is defined by the user.

diffstat:

 mk/pkgtasks/bsd.pkgtasks.mk |  7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diffs (24 lines):

diff -r 8a3c0553061a -r 09be32ae0c27 mk/pkgtasks/bsd.pkgtasks.mk
--- a/mk/pkgtasks/bsd.pkgtasks.mk       Sat Aug 19 00:30:19 2017 +0000
+++ b/mk/pkgtasks/bsd.pkgtasks.mk       Sat Aug 19 00:30:31 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.pkgtasks.mk,v 1.6 2017/08/10 05:41:53 jlam Exp $
+# $NetBSD: bsd.pkgtasks.mk,v 1.7 2017/08/19 00:30:31 jlam Exp $
 #
 # Copyright (c) 2017 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -152,10 +152,13 @@
 .include "${PKGSRCDIR}/mk/pkgtasks/usergroup.mk"
 
 # Add a dependency on pkgtasks if package tasks are needed.
-_PKGTASKS_DEPENDS=     pkgtasks-1>=1.12:../../pkgtools/pkgtasks
+_PKGTASKS_DEPENDS=     pkgtasks-1>=1.14:../../pkgtools/pkgtasks
 DEPENDS+=              ${"${USE_PKGTASKS:tl}" == "yes":?${_PKGTASKS_DEPENDS}:}
 TASK_MODULE_DIR?=      ${LOCALBASE}/share/pkgtasks-1
 
+# Make package tasks verbose if PKG_VERBOSE is defined.
+PKGTOOLS_ENV+=         ${PKG_VERBOSE:DTASK_VERBOSE=all}
+
 # PKGTASKS_DATAFILE
 #      The formatted data file for use by pkgtools/pkgtasks.
 #



Home | Main Index | Thread Index | Old Index