boehmgc-devel version 6.3alpha6 for Mac OS X 10.5 Leopard
Sunday the 11th of May, 2008

    boehmgc-devel  most recent diff


      View the most recent changes for the boehmgc-devel port at: boehmgc-devel.darwinports.com/diff
      Scroll down toward the bottom of the page to get installation instructions for boehmgc-devel.
      The raw portfile for boehmgc-devel 6.3alpha6 is located here:
      http://boehmgc-devel.darwinports.com/dports/devel/boehmgc-devel/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-devel
      Google
      Web Darwinports.com



      # $Id: Portfile 30224 2007-10-22 22:49:14Z jmpp macports.org $

      PortSystem 1.0
      Name: boehmgc-devel
      Version: 6.3alpha6
      Category: devel
      Maintainers: nomaintainer
      Description: Boehm-Demers-Weiser conservative garbage collector (devel version)
      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 http://www.hpl.hp.com/personal/Hans_Boehm/${d_name}/gc_source/
      distname ${d_name}${version}
      checksums md5 e77ff95a156bd3313a0e5226580997d0
      worksrcdir ${d_name}${version}
      configure.args --with-threads=posix --enable-parallel-mark --enable-cplusplus
      test.run yes
      test.target check
      post-destroot {
      system "mkdir -p ${destroot}${prefix}/include/gc"
      system "cd ${worksrcpath} && install -m 444 include/gc.h ${destroot}${prefix}/include/gc"
      }

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

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

     Where to find more information:

    Darwin Ports



    image test