pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk Provide a quick fix for PR pkg/25187 so that "make ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/26107ad6b9f9
branches:  trunk
changeset: 473042:26107ad6b9f9
user:      tv <tv%pkgsrc.org@localhost>
date:      Thu Apr 15 15:37:39 2004 +0000

description:
Provide a quick fix for PR pkg/25187 so that "make update" DTRT with
dependencies again.

This is not a good long term solution; I'm still working on that as an
option to pkg_info to recurse the dependency tree.

diffstat:

 mk/bsd.pkg.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 8a3fb539343c -r 26107ad6b9f9 mk/bsd.pkg.mk
--- a/mk/bsd.pkg.mk     Thu Apr 15 14:42:59 2004 +0000
+++ b/mk/bsd.pkg.mk     Thu Apr 15 15:37:39 2004 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.pkg.mk,v 1.1442 2004/04/14 20:15:59 jmmv Exp $
+#      $NetBSD: bsd.pkg.mk,v 1.1443 2004/04/15 15:37:39 tv Exp $
 #
 # This file is in the public domain.
 #
@@ -3592,7 +3592,7 @@
 
 ${DLIST}: ${WRKDIR}
        ${_PKG_SILENT}${_PKG_DEBUG}                                     \
-       { ${PKG_INFO} -qR "${PKGWILDCARD}" || ${TRUE}; } > ${DLIST}
+       { ${PKG_DELETE} -n "${PKGWILDCARD}" 2>&1 | grep '^      ' || ${TRUE}; } > ${DLIST}
 
 # The 'info' target can be used to display information about a package.
 .PHONY: info



Home | Main Index | Thread Index | Old Index