[Bug 239108] databases/akonadi: Builds and links against database that are installed, even when disabled in OPTIONS
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Mon Aug 12 10:41:45 BST 2019
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=239108
Adriaan de Groot <adridg at freebsd.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |adridg at freebsd.org
--- Comment #2 from Adriaan de Groot <adridg at freebsd.org> ---
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.
More information about the kde-freebsd
mailing list