From daff9198ed4733269f8f2426a3789ed6050495e5 Mon Sep 17 00:00:00 2001 From: wiz Date: Sat, 19 May 2007 14:09:54 +0000 Subject: On Linux (at least Red Hat Enterprise 3), openssl needs libraries from /usr/kerberos and /dev/random in sandbox. On FreeBSD, use devfs to populate /dev in sandbox. From Sergey Svishchev. --- mk/bulk/bsd.bulk-pkg.mk | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'mk/bulk/bsd.bulk-pkg.mk') diff --git a/mk/bulk/bsd.bulk-pkg.mk b/mk/bulk/bsd.bulk-pkg.mk index e1f571dfbc2..b8d5a03a44c 100644 --- a/mk/bulk/bsd.bulk-pkg.mk +++ b/mk/bulk/bsd.bulk-pkg.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.bulk-pkg.mk,v 1.139 2007/04/15 22:14:44 rillig Exp $ +# $NetBSD: bsd.bulk-pkg.mk,v 1.140 2007/05/19 14:09:54 wiz Exp $ # # Copyright (c) 1999, 2000 Hubert Feyrer @@ -177,6 +177,9 @@ BULK_DBFILE?= ${BULKFILESDIR}/.bulk_db${BULK_ID} # 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 @@ -243,7 +246,7 @@ bulk-cache: .endfor ${RM} -f ${BULK_DBFILE} ${TOUCH} ${BULK_DBFILE} -.if !defined(SPECIFIC_PKGS) +.if !defined(SPECIFIC_PKGS) && !defined(PKG_CHK_FILE) @${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)." -- cgit v1.2.3