aboutsummaryrefslogtreecommitdiff
path: root/devel/boehm-gc-redirect
Commit message (Collapse)AuthorAgeFilesLines
* - Fix boehmgc-redirect on powerpc.Stanislav Sedov2010-04-011-2/+17
| | | | Notes: svn path=/head/; revision=251951
* - Fix sparc64 build.Stanislav Sedov2009-12-191-0/+12
| | | | | | | | PR: ports/141713 Submitted by: Michael Moll <kvedulv@kvedulv.de> Notes: svn path=/head/; revision=246227
* - Add port for boehm-gc garbage collector variant with malloc redirection.Stanislav Sedov2009-12-188-0/+278
This port will install only shared libraries with malloc redirection enabled, that will allow for easy dependency handling for ports that required libgc build with specific features and will allow to avoid hacks of building own version of libgc library. Notes: svn path=/head/; revision=246110