CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2023/01/08 07:55:55
Modified files:
devel/meson : meson.port.mk
Log message:
Use explicit setup command to silence warning
$ make configure
...
Found ninja-1.11.1 at /usr/local/bin/ninja
WARNING: Running the setup command as `meson [options]` instead of `meson setup
[options]` is ambiguous and deprecated.
$
>From meson(1):
The setup command is the default operation. If no actual command is
specified, Meson will assume you meant to do a setup. That means that
you can set up a build directory without the setup command like this:
meson [ options ] [ build directory ] [ source directory ]
OK aja