Created attachment 238091 [details] ssl to USES This only popped up while building wazuh-agent in a clean jail with ssl=openssl Cheers, Franco
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=78037463c05de825aacdc9fe19c8130ad605142c commit 78037463c05de825aacdc9fe19c8130ad605142c Author: Franco Fichtner <franco@opnsense.org> AuthorDate: 2022-11-15 12:00:18 +0000 Commit: Adriaan de Groot <adridg@FreeBSD.org> CommitDate: 2022-11-15 12:00:54 +0000 devel/cmake-core: needs USES+=ssl PR: 267780 devel/cmake-core/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
Updated, thanks!
Thanks!
(In reply to Adriaan de Groot from comment #2) Thanks for adding SSL to USES. I was surprised by this addition to a port that describes itself via port description: "cmake is used to control the software compilation process using simple platform and compiler independent configuration files. ..." Examining the # ldd /usr/local/bin/cmake its clear that cmake is linking to 23 dynamic libs including libcrypto, libssl, libarchive and libnghttp2; while gmake links to libc only. Begs the question - why the processing of a Makefile by cmake appears to require internet access (other than the obvious auxiliary fetch)?