From 9a39c9fe40607c588bf5fa181c2b5dca3b159e04 Mon Sep 17 00:00:00 2001 From: brian Date: Sun, 5 Jul 2009 06:14:59 +0000 Subject: Disable r194497 for now. It doesn't work well with ports-mgmt/tinderbox. Approved by: re (ken) --- usr.sbin/pkg_install/add/perform.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'usr.sbin/pkg_install') diff --git a/usr.sbin/pkg_install/add/perform.c b/usr.sbin/pkg_install/add/perform.c index c391fee..499d6c6 100644 --- a/usr.sbin/pkg_install/add/perform.c +++ b/usr.sbin/pkg_install/add/perform.c @@ -278,6 +278,7 @@ pkg_do(char *pkg) warnx("-f specified; proceeding anyway"); } +#if ENSURE_THAT_ALL_REQUIREMENTS_ARE_MET /* * Before attempting to do the slave mode bit, ensure that we've * downloaded & processed everything we need. @@ -313,6 +314,7 @@ pkg_do(char *pkg) } } } +#endif /* Now check the packing list for dependencies */ for (p = Plist.head; p ; p = p->next) { -- cgit v1.1