I'm trying to update devel/cmake on FreeBSD 10.3-RELEASE-p7 and am running into a problem at the "install" phase. The build phase appears to complete successfully, but the process aborts with the following output:
I have /usr/lib/libcrypto.so, but no files named libcrypto.so.n.
Do I need to a) reinstall something, b) symlink libcrypto.so, c) report a broken port, or d) do something else entirely?
Code:
[100%] Built target documentation
===> Staging for cmake-3.7.1
===> Generating temporary packing list
[ 7%] Built target cmsys
-- progress messages omitted for brevity
[100%] Built target documentation
Installing the project stripped...
Shared object "libcrypto.so.8" not found, required by "libarchive.so.13"
I have /usr/lib/libcrypto.so, but no files named libcrypto.so.n.
Do I need to a) reinstall something, b) symlink libcrypto.so, c) report a broken port, or d) do something else entirely?