Date: Fri, 18 Dec 2009 04:08:01 +0000 (UTC) From: Stanislav Sedov <stas@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: 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 Message-ID: <200912180408.nBI481WZ012013@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200912180408.nBI481WZ012013>