https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=283123
--- Comment #13 from Daniel Tameling <tamelingdan...@gmail.com> --- Yes, you need them under /usr/src and you need the right version. (As far as I know, /usr/src is not part of boot environments. So if you had content there and did a rollback that should be 14.1 and not 14.2.) You can find instructions for getting /usr/src here: https://docs.freebsd.org/en/books/handbook/cutting-edge/#updating-src-obtaining-src If you don't want to keep these files around and delete them after building the port, you can also do a shallow clone by adding --depth=1: git clone --depth=1 --branch releng/14.2 https://git.FreeBSD.org/src.git /usr/src -- You are receiving this mail because: You are the assignee for the bug.