cvs commit: ports/devel Makefile ports/devel/boehm-gc-redirect Makefile distinfo pkg-descr ports/devel/boehm-gc-redirect/files patch-dbg_mlc.c patch-dyn_load.c patch-include-gc.h patch-include-private-gcconfig.h patch-os_dep.c

Stanislav Sedov stas at FreeBSD.org
Fri Dec 18 04:07:25 UTC 2009


stas        2009-12-18 04:07:24 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/boehm-gc-redirect Makefile distinfo pkg-descr 
    devel/boehm-gc-redirect/files patch-dbg_mlc.c patch-dyn_load.c 
                                  patch-include-gc.h 
                                  patch-include-private-gcconfig.h 
                                  patch-os_dep.c 
  Log:
  - Add port for boehm-gc garbage collector variant with malloc redirection.
    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.
  
  Revision  Changes    Path
  1.3716    +1 -0      ports/devel/Makefile
  1.1       +61 -0     ports/devel/boehm-gc-redirect/Makefile (new)
  1.1       +3 -0      ports/devel/boehm-gc-redirect/distinfo (new)
  1.1       +77 -0     ports/devel/boehm-gc-redirect/files/patch-dbg_mlc.c (new)
  1.1       +15 -0     ports/devel/boehm-gc-redirect/files/patch-dyn_load.c (new)
  1.1       +10 -0     ports/devel/boehm-gc-redirect/files/patch-include-gc.h (new)
  1.1       +63 -0     ports/devel/boehm-gc-redirect/files/patch-include-private-gcconfig.h (new)
  1.1       +29 -0     ports/devel/boehm-gc-redirect/files/patch-os_dep.c (new)
  1.1       +20 -0     ports/devel/boehm-gc-redirect/pkg-descr (new)


More information about the cvs-all mailing list