pkg-static: mariadb105-server-10.5.8 conflicts with mariadb105-client-10.5.8 (installs files into the same place). Problematic file: /usr/local/man/man1/aria_s3_copy.1.gz This file was recently added to the -client package, however, it looks like it is already optionally included in the -server package. Added to -client here: https://github.com/freebsd/freebsd-ports/commit/25b50ef32f3d18ee40a87813041c2deacf56628e#diff-552ff0178be9b252e1704117944849ad1547b20f5936af1bb1a8eb83ff54f503R91 The file already existed in -server here: https://github.com/freebsd/freebsd-ports/blob/master/databases/mariadb105-server/pkg-plist#L221 BUT, with the -server package, it was ONLY included if the S3 option was enabled in the package config (disabled by default), so this is probably why this was missed in testing. I don't think this file belongs in the -client package. I'm actively working on testing the S3 storage engine, so needed to custom compile MariaDB to include it, and ran into this issue today. Reference to the -client commit is also here: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=248677