note that some features are broken since the update to proj 6, as
upstream QGIS only plans full support in 3.8 due in a month, but failed
to properly state so and prevent building against proj 6.
OK cwen@
Comment:
test whether code exits without terminating testing
Description:
Test::Exit provides some simple tools for testing code that might
call exit(), providing you with the status code without exiting the
test file.
Add a small number of missing .Nm lines to a handful of NAME sections.
That this port used MLINKS in the upstream Makefiles was found
when naddy@ grepped bulk build logs.
OK naddy@.
where we need a way to get to gcc-libs/libestdc++. This happened to
work so far except when it didn't (slight differences between built
and already installed llvm packages, maybe?), as found the hard way by
cwen@.
Our COMPILER support automatically amends WANTLIB and LIB_DEPENDS, so
use those to explicitely set:
- WANTLIB-main and WANTLIB-lldb
- LIB_DEPENDS-main and LIB_DEPENDS-lldb
> Please note that if you use MySQL as a database, the configuration file
> has to be changed manually for this update, but MySQL is not the default
> database.
Follow the upstream recommendations for packagers and switch to
multi-packages:
devel/gettext -> devel/gettext,-runtime
devel/gettext-tools -> devel/gettext,-tools
(new) devel/gettext,-textstyle
varnishreload(1) is a simple script that reloads Varnish's active VCL
without restarting the server. See the manual for more details.
This enables reload in our rc(8) script.
OK gonzalo
from base. Instead, add the missing .Nm macros to the NAME section
of the manual page. Delete the misleading MANDIR variable and
regenate the patches while here. Bump.
OK sthen@ marco@
the command line. This resulted in shared libraries with an .interp section,
confusing plist generation tools.
Discussed with espie@, guenther@ and kettenis@; initial patch from espie@.
ok espie@
For libmariadb don't try to pick up cURL and use external zlib.
For the CONNECT engine don't try to pick up Mongo.
(plus small comment/ONLY_FOR_ARCHS tweaks and s/do-regress/do-test/)