- testport (poudriere OK) {F183622} {F183623}
- portlint: makepatch and preserving the timestamps leads to many warnings
```
WARN: Makefile: OQGRPAH appears in PORT_OPTIONS:M, but is not listed in OPTIONS_DEFINE.
WARN: Makefile: possible use of absolute pathname "/var/db/mysql".
WARN: Makefile: for new port, make $FreeBSD$ tag in comment section empty, to make SVN happy.
WARN: Makefile: unless this is a master port, PORTNAME has to be set by "=", not by "?=".
WARN: Makefile: unless this is a master port, COMMENT has to be set by "=", not by "?=".
0 fatal errors and 5 warnings found.
```
- MariaDB test suite (without debug build)
```
Only 1978 of 3051 completed.
--------------------------------------------------------------------------
The servers were restarted 430 times
Spent 1526.127 of 2212 seconds executing testcases
Too many failed: Failed 10/1249 tests, 99.20% were successful.
Failing test(s): main.ctype_utf8 main.ctype_utf8mb4 maria.maria main.openssl_6975 main.myisam main.kill-2 main.ctype_utf16 main.ctype_utf16le main.ctype_utf32 main.ctype_utf8mb4_myisam
...
678 tests were skipped, 81 by the test itself.
mysql-test-run: *** ERROR: there were failing test cases
```