pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mk/pkgformat/pkg Add missing empty TEST_DEPENDS for th...
details: https://anonhg.NetBSD.org/pkgsrc/rev/42c3dcf320b7
branches: trunk
changeset: 374039:42c3dcf320b7
user: joerg <joerg%pkgsrc.org@localhost>
date: Sun Jan 14 10:47:43 2018 +0000
description:
Add missing empty TEST_DEPENDS for the bootstrap case.
diffstat:
mk/pkgformat/pkg/depends.mk | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 0d34558bfb70 -r 42c3dcf320b7 mk/pkgformat/pkg/depends.mk
--- a/mk/pkgformat/pkg/depends.mk Sun Jan 14 10:42:23 2018 +0000
+++ b/mk/pkgformat/pkg/depends.mk Sun Jan 14 10:47:43 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: depends.mk,v 1.6 2018/01/13 12:48:57 joerg Exp $
+# $NetBSD: depends.mk,v 1.7 2018/01/14 10:47:43 joerg Exp $
# This command prints out the dependency patterns for all full (run-time)
# dependencies of the package.
@@ -71,7 +71,7 @@
${PKGSRC_SETENV} AWK=${AWK:Q} PKG_ADMIN=${PKG_ADMIN:Q} \
PKGSRCDIR=${PKGSRCDIR:Q} PWD_CMD=${PWD_CMD:Q} SED=${SED:Q} \
${SH} ${PKGSRCDIR}/mk/pkgformat/pkg/list-dependencies \
- " "${BOOTSTRAP_DEPENDS:Q} " " " " " "
+ " "${BOOTSTRAP_DEPENDS:Q} " " " " " " " "
_LIST_DEPENDS_CMD.test= \
${PKGSRC_SETENV} AWK=${AWK:Q} PKG_ADMIN=${PKG_ADMIN:Q} \
Home |
Main Index |
Thread Index |
Old Index