#41835: kdepimlibs4 @4.11.4: akonadi not found ---------------------------+--------------------- Reporter: ryandesign@… | Owner: nicos@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.2.1 Resolution: | Keywords: Port: kdepimlibs4 | ---------------------------+--------------------- Comment (by nicos@…): I am afraid I am not able reproduce the issue, even when trying with mariadb and/or universal variants for akonadi. I looked in the configuration file of kdepimlibs4, and one thing which does not help is that the search for akonadi is set to QUIET, which reduces the amount of information leading to the issue. Perhaps removing it may provide more information about how the error occurs. CMakeLists of Kdepimlibs4: {{{ #FindAkonadi.cmake is only there for compatibility reasons, but we don't want to use that. set(Akonadi_MIN_VERSION "1.10.1") find_package(Akonadi ${Akonadi_MIN_VERSION} QUIET NO_MODULE) set_package_properties(Akonadi PROPERTIES DESCRIPTION "Akonadi server libraries" URL "http://pim.kde.org/akonadi" TYPE REQUIRED PURPOSE "Access to PIM storage and services") }}} -- Ticket URL: <https://trac.macports.org/ticket/41835#comment:1> MacPorts <http://www.macports.org/> Ports system for OS X