pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/mk/pkgtasks
Module Name: pkgsrc
Committed By: jlam
Date: Sat Aug 19 00:30:31 UTC 2017
Modified Files:
pkgsrc/mk/pkgtasks: bsd.pkgtasks.mk
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/mk/pkgtasks/bsd.pkgtasks.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/mk/pkgtasks/bsd.pkgtasks.mk
diff -u pkgsrc/mk/pkgtasks/bsd.pkgtasks.mk:1.6 pkgsrc/mk/pkgtasks/bsd.pkgtasks.mk:1.7
--- pkgsrc/mk/pkgtasks/bsd.pkgtasks.mk:1.6 Thu Aug 10 05:41:53 2017
+++ pkgsrc/mk/pkgtasks/bsd.pkgtasks.mk Sat Aug 19 00:30:31 2017
@@ -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 @@ USE_PKGTASKS= no
.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