cvs commit: ports/devel Makefile ports/devel/boehm-gc-threaded Makefile distinfo pkg-descr ports/devel/boehm-gc-threaded/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:08:02 UTC 2009


stas        2009-12-18 04:08:01 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/boehm-gc-threaded Makefile distinfo pkg-descr 
    devel/boehm-gc-threaded/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 threads support.
    This port will install only shared libraries with threads support 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.3717    +1 -0      ports/devel/Makefile
  1.1       +66 -0     ports/devel/boehm-gc-threaded/Makefile (new)
  1.1       +3 -0      ports/devel/boehm-gc-threaded/distinfo (new)
  1.1       +77 -0     ports/devel/boehm-gc-threaded/files/patch-dbg_mlc.c (new)
  1.1       +15 -0     ports/devel/boehm-gc-threaded/files/patch-dyn_load.c (new)
  1.1       +10 -0     ports/devel/boehm-gc-threaded/files/patch-include-gc.h (new)
  1.1       +63 -0     ports/devel/boehm-gc-threaded/files/patch-include-private-gcconfig.h (new)
  1.1       +29 -0     ports/devel/boehm-gc-threaded/files/patch-os_dep.c (new)
  1.1       +20 -0     ports/devel/boehm-gc-threaded/pkg-descr (new)


More information about the cvs-ports mailing list