$ 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
No need to fiddle around with static/shared or boost/python bits in the
autoconf system when cmake just gets it right.
cmake does not build egg files by default (there's an option, though).
No symbol changes as per /usr/src/lib/check_sym.
The current autoconf build links against system boost as well,
with cmake only the python boost library is used.
This looks like a needless extra in the autoconf version.
No static library besides the dynamic one anymore.
OK rsadowski
ocaml 4.13 changed capitalization of some of the lib files which confuses
some of the findlib build tests (and then leads to fallback code which
depends on ocamlbuild).
A newer version of findlib addresses this.
In addition, findlib 1.9.4 added proper DESTDIR support, so we can drop
FAKE_FLAGS from the port Makefile as part of this update.
Diff from Volker Schlecht; and tested by myself on amd64.
For devel/ruby-sorted_set and graphics/ruby-rqrcode-core, do not do FLAVORed
builds by default, as these are pure ruby libraries with no native component.
LabPlot is a program for two- and three-dimensional graphical presentation of
data sets and functions. LabPlot allows you to work with multiple plots which
each can have multiple graphs. The graphs can be produced from data or from
functions.