Boehmgc-devel version 7.2alpha2 - How to Download and Install on Mac OS X
Sunday the 22nd of November, 2009

    boehmgc-devel  most recent diff


    version 7.2alpha2

      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 7.2alpha2 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


      # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
      The boehmgc-devel Portfile 56117 2009-08-24 08:02:35Z toby macports.org $

      PortSystem 1.0

      Name: boehmgc-devel
      Version: 7.2alpha2
      Category: devel
      Platform: darwin
      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}/

      Master Sites: ${homepage}gc_source/
      distname ${d_name}-${version}
      Checksums: md5 873fe5f0612b6edcb07ca46e04af7c94 sha1 59805347392a0246cd058e76ddbf0d355e520c5d rmd160 e40d2fbdb8a31f59534a4e07d193bfe7c6210361

      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
      }

      platform darwin 10 {
      configure.cflags-append -D_XOPEN_SOURCE
      }

    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



    Lightbox this page.