CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2026/07/06 03:22:29
Modified files:
devel/cmake : cmake.port.mk
Log message:
Teach cmake to pick up clang-scan-deps from base, not from ports
This tool is detected much like ar and ranlib, preferring versioned
programs from ports to unversioned programs from base. This breaks with
dpb(1) junking. As noted by tb@ this *could* become a problem if a port
required a different version than the version provided by base, but
we're not there yet.
clang-scan-deps was initially intended rather as a test tool, C++
modules support should also become available behind clang -fmodules-driver
after https://github.com/llvm/llvm-project/pull/152770
Reported by phessler@, analyzed by tb@, ok from both