Download and Install libgda3 version 3.0.4 on Mac OS X
Thursday the 24th of July, 2008

    libgda3  most recent diff


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



      # $Id: Portfile 38077 2008-07-05 21:37:56Z ryandesign macports.org $

      PortSystem 1.0

      Name: libgda3
      Version: 3.0.4
      revision 1
      Description: GDA provides uniform access to diffent kinds of data sources.
      Long Description: GNU Data Access (GDA) is an attempt to provide uniform access to different kinds of data sources (databases, information servers, mail spools, etc).
      Maintainers: jwa openmaintainer
      Category: databases gnome
      Platform: darwin
      Homepage: http://www.gnome-db.org/
      distname libgda-${version}
      master_sites gnome:sources/libgda/3.0/
      use_bzip2 yes
      checksums md5 1096d03d64ee50f98a59ef5e7f906c9c sha1 50ba121e05ab1fbe95b66e8df4f54a0c6a30ef23 rmd160 6efbf5a0f40277124dcc5464168677cc97be40e3


      depends_lib port:gettext port:libiconv port:libxml2 port:ncurses port:p5-xml-parser port:perl5.8 port:readline port:zlib path:${prefix}/lib/pkgconfig/glib-2.0.pc:glib2

      depends_build port:flex port:m4 port:pkgconfig port:gnome-doc-utils

      configure.args --mandir=${prefix}/share/man

      post-configure {
      fs-traverse file ${worksrcpath} {
      if [string match {/Makefile$} ${file}] {
      reinplace "s|-ldb|-lbd-4|g" ${file}
      }
      }
      }

      default_variants +with_bdb46

      Variant: with_mysql3 conflicts with_mysql4 with_mysql5 description {support for MySQL 3.x} {
      depends_lib-append port:mysql3
      configure.args-append --with-mysql=${prefix}
      }

      Variant: with_mysql4 conflicts with_mysql3 with_mysql5 description {support for MySQL 4.x} {
      depends_lib-append port:mysql4
      configure.args-append --with-mysql=${prefix}
      }

      Variant: with_mysql5 conflicts with_mysql3 with_mysql4 description {support for current MySQL 5.x} {
      depends_lib-append port:mysql5
      configure.env-append MYSQL_CONFIG=${prefix}/lib/mysql5/bin/mysql_config
      configure.args-append --with-mysql=${prefix}/lib/mysql5
      configure.cppflags-append "-I${prefix}/include/mysql5/mysql"
      }

      Variant: with_postgresql82 conflicts with_postgresql83 description {support for PostgreSQL 8.2.x} {
      configure.cppflags-append "-I${prefix}/include/postgresql82"
      configure.ldflags-append "-L${prefix}/lib/postgresql82"
      depends_lib-append port:postgresql82
      configure.args-append --with-postgres
      # configure.args-append --with-postgres=${prefix}/lib/postgresql82
      }

      Variant: with_postgresql83 conflicts with_postgresql82 description {support for PostgreSQL 8.3.x} {
      configure.cppflags-append "-I${prefix}/include/postgresql83"
      configure.ldflags-append "-L${prefix}/lib/postgresql83"
      depends_lib-append port:postgresql83
      configure.args-append --with-postgres
      }

      Variant: with_bdb46 conflicts without_bdb with_bdb description {support for Berkeley DB 4.6} {
      depends_lib-append port:db46
      configure.args-append --with-bdb=${prefix}
      configure.cppflags-append "-I${prefix}/include/db46"
      configure.ldflags-append "-L${prefix}/lib/db46"

      }

      Variant: without_bdb conflicts with_bdb with_bdb46 description {remove support for Berkeley DB} {
      configure.args-append --without-bdb
      }

      livecheck.check regex
      livecheck.url http://ftp.gnome.org/pub/GNOME/sources/libgda/3.0
      livecheck.regex LATEST-IS-(3\.0\.\[0-9\]+)

    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/libgda3
      % sudo port install libgda3
      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 libgda3
      ---> Verifying checksum for libgda3
      ---> Extracting libgda3
      ---> Configuring libgda3
      ---> Building libgda3 with target all
      ---> Staging libgda3 into destroot
      ---> Installing libgda3
    - 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 libgda3 with these commands:
      %  man libgda3
      % apropos libgda3
      % which libgda3
      % locate libgda3

     Where to find more information:

    Darwin Ports



    image test