Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 May 2024 14:38:35 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 279253] mail/dspam: fix configure with modern MariaDB
Message-ID:  <bug-279253-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D279253

            Bug ID: 279253
           Summary: mail/dspam: fix configure with modern MariaDB
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs@FreeBSD.org
          Reporter: vvd@FreeBSD.org
                CC: danny@dannywarren.com
             Flags: maintainer-feedback?(danny@dannywarren.com)
                CC: danny@dannywarren.com

Created attachment 250901
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D250901&action=
=3Dedit
fix configure with modern MariaDB

As part of fix exp-run:
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D277922

1) Configure fails with error message:
checking for MySQL client version >=3D 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:
https://github.com/pali/DBD-MariaDB/commit/9743bec52db5e8f1beb2b31e4a55d6ea=
1a4edcdd

While here:
2) remove GNU_CONFIGURE_MANPREFIX
3) fix make check-plist:
=3D=3D=3D> Checking for items in STAGEDIR missing from pkg-plist
Error: Orphaned: @dir lib/%%DSPAM_OWNER%%

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-279253-7788>