I just updated an otherwise clean FreeBSD 11 VM and was able to run the bootstrap without an issue, but then I get:
---
f11R# cd /usr/pkgsrc/pkgtools/digest
f11R# bmake
===> Checking for vulnerabilities in digest-20160304
===> Installing dependencies for digest-20160304
=> Build dependency gcc2>=2.95.3nb7: NOT found
=> Verifying reinstall for ../../lang/gcc2
=> Bootstrap dependency digest>=20010302: NOT found
=> Verifying reinstall for ../../pkgtools/digest
ERROR: This package has set PKG_FAIL_REASON:
ERROR: Circular dependency detected
*** Error code 1
Stop.
bmake[2]: stopped in /usr/pkgsrc/pkgtools/digest
*** Error code 1
Stop.
bmake[1]: stopped in /usr/pkgsrc/lang/gcc2
*** Error code 1
Stop.
bmake: stopped in /usr/pkgsrc/pkgtools/digest
----------
with any package. I am sure I am missing something obvious.
Chavdar