Disable r194497 for now. It doesn't work well with ports-mgmt/tinderbox.
Approved by: re (ken)
This commit is contained in:
parent
d483a0f67c
commit
9a39c9fe40
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user