boehmgc version 7.0 for Mac OS X 10.5 Leopard
Monday the 12th of May, 2008

    boehmgc  most recent diff


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



      # $Id: Portfile 33441 2008-01-27 11:46:26Z ryandesign macports.org $

      PortSystem 1.0
      Name: boehmgc
      Version: 7.0
      Category: devel
      Maintainers: waqar macports.org
      Description: Boehm-Demers-Weiser conservative garbage collector
      Long Description: The Boehm-Demers-Weiser conservative garbage collector can be used as a garbage collecting replacement for C malloc or C++ new. It is also used by a number of programming language implementations that use C as intermediate code.
      set d_name gc
      Homepage: http://www.hpl.hp.com/personal/Hans_Boehm/${d_name}/
      Platform: darwin
      master_sites ${homepage}gc_source/
      distname ${d_name}-${version}
      checksums sha1 657d84b702a572f8a510d2c28578a6dbaad3fed2
      configure.args --with-threads=posix --enable-parallel-mark --enable-cplusplus

      Variant: redirect {
      configure.args-append --enable-redirect-malloc
      }

      platform darwin 9 {
      configure.cflags-append -D_NONSTD_SOURCE
      }

      test.run yes
      test.target check

      livecheck.check regex
      livecheck.url ${master_sites}?C=M&O=D
      livecheck.regex ${d_name}-(\\d+(?:\\.\\d+)*)


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

     Where to find more information:

    Darwin Ports



    image test