CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2021/06/05 09:04:14
Modified files:
devel/meson : meson.port.mk
Log message:
Use meson(1) subcommands instead of directly calling ninja.
This will allow to switch to another backend (e.g. samurai) in the future if we
we want to.
While here:
* add support for MAKE_JOBS in test
* --print-errorlogs in test
* add --no-rebuild to install to prevent rebuilding at fake time (naddy@ ran
into an issue because of this with devel/libpeas recently)