CVSROOT: /cvs Module name: ports Changes by: [email protected] 2022/01/03 09:18:53
Modified files:
devel/cmake : Makefile
Added files:
devel/cmake/patches: patch-Source_cmFindPackageCommand_cxx
Log message:
Disable find_package "QUIET" option in openbsd ports builds
Help porters to find hidden (QUIET) dependencies in cmake ports by disabling
the QUIET option in the ports tree build.
This is controlled at MODCMAKE_PORT_BUILD and is activated by default.
OK kn@
