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

    db43  most recent diff


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



      # $Id: Portfile 36872 2008-05-17 03:31:07Z ryandesign macports.org $

      PortSystem 1.0
      Name: db43
      Version: 4.3.29
      revision 1
      Category: databases
      Maintainers: nomaintainer
      Platform: darwin
      use_parallel_build yes
      Description: The Berkeley DB package, version 4.3
      Long Description: Version 4.3 of the Berkeley Data Base library which offers (key/value) storage with optional concurrent access or transactions interface. This port will install the AES (American Encryption Standard) enabled version. Utilities are included in the distribution to convert v1.85 databases to v4.3 databases, and a backwards compatible API is provided to maintain compatibility with programs using the v1.85 interface.

      Homepage: http://www.oracle.com/database/berkeley-db/
      master_sites http://download-west.oracle.com/berkeley-db/ http://download-east.oracle.com/berkeley-db/ http://download-uk.oracle.com/berkeley-db/
      patch_sites http://www.oracle.com/technology/products/berkeley-db/db/update/${version}/
      patchfiles patch.${version}.1
      distname db-${version}
      patch.dir ${workpath}/${distname}
      dist_subdir db4
      checksums ${distname}${extract.suffix} sha1 49c31bb12144e3a8fb8b7f64e7bf989b72f2981a patch.${version}.1 sha1 264edf4ebcd45f9373e4ea3a190506a0505969da

      worksrcdir ${distname}/build_unix

      configure.cmd ../dist/configure
      configure.args --enable-cxx --enable-compat185 --enable-dump185 --includedir=\\\${prefix}/include/db43 --libdir=\\\${prefix}/lib/db43 --program-transform-name="s,^db,db43," --disable-tcl

      destroot.destdir prefix=${destroot}${prefix} docdir=${destroot}${prefix}/share/${name}-${version}/

      post-destroot {
      delete ${destroot}${prefix}/share
      foreach lib { libdb.a libdb_cxx.a } {
      delete ${destroot}${prefix}/lib/db43/${lib}
      }
      foreach bin { archive dump dump185 printlog upgrade checkpoint recover verify deadlock load stat } {
      file rename ${destroot}${prefix}/bin/db_${bin} ${destroot}${prefix}/bin/db43_${bin}
      }
      }

      Variant: java {
      configure.args-append --enable-java
      }


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

     Where to find more information:

    Darwin Ports



    image test