1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00
freebsd-ports/mail/dspam
Vladimir Druzenko 2c1a1c023a mail/dspam: fix configure with modern MariaDB
1) Configure fails with error message:
checking for MySQL client version >= 5.0.0... no
configure: error: Required version of libmysqlclient not found

It check "mysql_get_client_info() > 5", but modern MariaDB return
Connector/C's version 3.x instead of MariaDB version.
How to get the correct version found here:
9743bec52d

While here:
2) remove GNU_CONFIGURE_MANPREFIX
3) fix make check-plist if build with MYSQL option ON only:
===> Checking for items in STAGEDIR missing from pkg-plist
Error: Orphaned: @dir lib/%%DSPAM_OWNER%%

PR:		279253
Approved by:	danny@dannywarren.com (maintainer, timeout 17 days)
2024-06-09 18:44:49 +03:00
..
files
distinfo
Makefile
pkg-descr
pkg-message
pkg-plist