[Bug 229950] databases/mysql++3: Fix build with MariaDB 10.2

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun Jul 22 07:07:16 UTC 2018


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=229950

            Bug ID: 229950
           Summary: databases/mysql++3: Fix build with MariaDB 10.2
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs at FreeBSD.org
          Reporter: lantw44 at gmail.com

Created attachment 195362
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=195362&action=edit
Fix build with MariaDB 10.2

Currently MySQL++ 3 doesn't build with MariaDB 10.2:

./lib/dbdriver.cpp:260:10: error: use of undeclared identifier
'CLIENT_LONG_PASSWORD'
                        (o >= CLIENT_LONG_PASSWORD) &&
                              ^
1 warning and 1 error generated.
gmake[1]: *** [Makefile:545: mysqlpp_dbdriver.o] Error 1

The patch to fix the problem is already accepted by the upstream, but there is
no released version of MySQL++ 3 including the fix.

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


More information about the freebsd-ports-bugs mailing list