pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk/bulk Revert previous (1.140), committed by accident.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/28dd0af1bb11
branches:  trunk
changeset: 528898:28dd0af1bb11
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sat May 19 14:10:35 2007 +0000

description:
Revert previous (1.140), committed by accident.

diffstat:

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

diffs (28 lines):

diff -r f7115073aa41 -r 28dd0af1bb11 mk/bulk/bsd.bulk-pkg.mk
--- a/mk/bulk/bsd.bulk-pkg.mk   Sat May 19 14:09:54 2007 +0000
+++ b/mk/bulk/bsd.bulk-pkg.mk   Sat May 19 14:10:35 2007 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.bulk-pkg.mk,v 1.140 2007/05/19 14:09:54 wiz Exp $
+#      $NetBSD: bsd.bulk-pkg.mk,v 1.141 2007/05/19 14:10:35 wiz Exp $
 
 #
 # Copyright (c) 1999, 2000 Hubert Feyrer <hubertf%NetBSD.org@localhost>
@@ -177,9 +177,6 @@
 # use is for digest and also for xpkgwedge.  Add pkgtools/xpkgwedge in
 # /etc/mk.conf to do an xpkgwedged bulk build.
 BULK_PREREQ+=          pkgtools/digest
-.ifdef PKG_CHK_FILE
-BULK_PREREQ+=          pkgtools/pkg_chk
-.endif
 
 # Commands for printing informational messages from the bulk build.
 # BULK_MSG_CONT is used for continuing a message started with BULK_MSG
@@ -246,7 +243,7 @@
 .endfor
        ${RM} -f ${BULK_DBFILE}
        ${TOUCH} ${BULK_DBFILE}
-.if !defined(SPECIFIC_PKGS) && !defined(PKG_CHK_FILE)
+.if !defined(SPECIFIC_PKGS)
        @${ECHO} "This file is unused for a full pkgsrc bulk build" >> ${BULK_DBFILE}
        @${ECHO} "It is only used for a SPECIFIC_PKGS bulk build" >> ${BULK_DBFILE}
        @${BULK_MSG} "Building complete pkgsrc dependency tree (this may take a while)."



Home | Main Index | Thread Index | Old Index