pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/mk/pkgformat/pkg
Module Name: pkgsrc
Committed By: joerg
Date: Sun Jan 14 10:47:43 UTC 2018
Modified Files:
pkgsrc/mk/pkgformat/pkg: depends.mk
Log Message:
Add missing empty TEST_DEPENDS for the bootstrap case.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/mk/pkgformat/pkg/depends.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/pkgformat/pkg/depends.mk
diff -u pkgsrc/mk/pkgformat/pkg/depends.mk:1.6 pkgsrc/mk/pkgformat/pkg/depends.mk:1.7
--- pkgsrc/mk/pkgformat/pkg/depends.mk:1.6 Sat Jan 13 12:48:57 2018
+++ pkgsrc/mk/pkgformat/pkg/depends.mk Sun Jan 14 10:47:43 2018
@@ -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 @@ _LIST_DEPENDS_CMD.bootstrap= \
${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