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

Adriaan de Groot <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #2 from Adriaan de Groot <[email protected]> ---
The backend issue -- it does not match the available backends if MySQL isn't
available -- should be reported upstream; basically in akonadi/CMakeLists.txt

     set(DATABASE_BACKEND "MYSQL" CACHE STRING "The default database backend to
use for Akonadi. Can be either MYSQL, POSTGRES or SQLITE")

that should account for the available backends (or, if you're changing the
backends around, would could set DATABASE_BACKEND by hand).

At the ports level, the DB is a multiple-selection item, so we can't really set
DATABASE_BACKEND based on the selection there (it'd be simpler if there were a
radio button).

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

Reply via email to