CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2022/04/14 08:48:26
Modified files:
devel/meson : meson.port.mk
Log message:
Set DPB_PROPERTIES += noconfigurejunk
To figure out dependencies, meson(1) uses pkg-config(1) then fallback to
cmake(1); we do not want to enforce a dependency on devel/cmake, so teach
dpb(1) to not junk at configure time (which could create a race between
finding foo.cmake and junking it if cmake is found & used).
According to espie@, noconfigurejunk is not battled tested, so that will be
a good use case for testing :-)