Akonadi version 1.2.0 - How to Download and Install on Mac OS X
Friday the 13th of November, 2009

    akonadi  most recent diff


    version 1.2.0

      View the most recent changes for the akonadi port at: akonadi.darwinports.com/diff
      Scroll down toward the bottom of the page to get installation instructions for akonadi.
      The raw portfile for akonadi 1.2.0 is located here:
      http://akonadi.darwinports.com/dports/devel/akonadi/Portfile
      Find related portfiles with the unique DarwinPorts.com search feature.
      Check for any related Fink projects here: pdb.finkproject.org/pdb/package.php/akonadi


      The akonadi Portfile 55916 2009-08-21 13:01:50Z snc macports.org $

      PortSystem 1.0
      PortGroup kde4 1.0

      Name: akonadi
      Version: 1.2.0
      Category: devel kde kde4
      Maintainers: nomaintainer
      Description: A personal information management storage service.
      Long Description: Akonadi is an extensible cross-desktop storage service for PIM data and metadata providing concurrent read, write, and query access.
      Platform: darwin
      Homepage: http://pim.kde.org/akonadi/
      Master Sites: http://download.akonadi-project.org/
      use_bzip2 yes
      Checksums: md5 4b04ab0b4670e1133307f7b82af46ce1

      depends_lib-append port:soprano port:boost

      configure.args-append -DMYSQLD_EXECUTABLE="" ../${distname}

      platform darwin 9 {
      if {[info exists universal_target] && ${universal_target} == "10.4"} {
      # Needed if compiling for 10.4 universal on 10.5
      post-configure {
      reinplace "s|#define HAVE_EXECINFO_H 1||" ${workpath}/build/config-akonadi.h
      }
      }
      }

      Variant: mysql description "Install the Akonadi server" {
      depends_lib-append path:bin/mysqld:mysql5-devel
      configure.args-delete -DMYSQLD_EXECUTABLE=""
      }

    If you haven't already installed Darwin Ports, you can find easy instructions for doing so at the main Darwin Ports page.

    Once Darwin Ports has been installed, in a terminal window and while online, type the following and hit return:


      %  cd /opt/local/bin/portslocation/dports/akonadi
      % sudo port install akonadi
      Password:
    You will then be prompted for your root password, which you should enter. You may have to wait for a few minutes while the software is retrieved from the network and installed for you. Y ou should see something that looks similar to:

      ---> Fetching akonadi
      ---> Verifying checksum for akonadi
      ---> Extracting akonadi
      ---> Configuring akonadi
      ---> Building akonadi with target all
      ---> Staging akonadi into destroot
      ---> Installing akonadi
    - Make sure that you do not close the terminal window while Darwin Ports is working. Once the software has been installed, you can find further information about using akonadi with these commands:
      %  man akonadi
      % apropos akonadi
      % which akonadi
      % locate akonadi

     Where to find more information:

    Darwin Ports



    Lightbox this page.