Port details |
- boehm-gc Garbage collection and memory leak detection for C and C++
- 8.2.8 devel =118 8.2.8Version of this port present on the latest quarterly branch.
- Maintainer: yasu@FreeBSD.org
- Port Added: unknown
- Last Update: 2024-09-10 20:21:51
- Commit Hash: c3232d7
- People watching this port, also watch:: m4, gmake, libiconv, freetype2, png
- License: BDWGC
- WWW:
- https://www.hboehm.info/gc/
- Description:
- The Boehm-Weiser garbage collection package, for C and C++ -
garbage collection and memory leak detection libraries.
A garbage collector is something which automatically frees malloc'd
memory for you by working out what parts of memory your program
no longer has pointers to. As a result, garbage collectors can also
inform you of memory leaks (if they find memory they can free, it means
you have lost all of your pointers to it, but you didn't free it).
C programs may be linked against either of these, and should run (with
GC or leak detection) without change. C++ programs must include a header
to use garbage collection, though leak detection should work without
such source code modifications. See the man page and header files.
ps: garbage collection is addictive.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- boehm-gc>0:devel/boehm-gc
- To install the port:
- cd /usr/ports/devel/boehm-gc/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/boehm-gc
- pkg install boehm-gc
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: boehm-gc
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1725951870
SHA256 (gc-8.2.8.tar.gz) = 7649020621cb26325e1fb5c8742590d92fb48ce5c259b502faf7d9fb5dabb160
SIZE (gc-8.2.8.tar.gz) = 1219553
Packages (timestamps in pop-ups are UTC):
- Slave ports:
-
- devel/boehm-gc-threaded
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- libatomic_ops.a : devel/libatomic_ops
- pkgconf>=1.3.0_1 : devel/pkgconf
- This port is required by:
- for Build
-
Deleted ports which required this port:
- for Libraries
-
- editors/poke
- editors/zile
- graphics/inkscape
- japanese/w3m
- japanese/w3m-img
- lang/ecl
- lang/oo2c
-
Deleted ports which required this port:
- for Run
-
- devel/boehm-gc-threaded
- devel/shedskin
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
Configuration Options:
- ===> The following configuration options are available for boehm-gc-8.2.8:
DEBUG=off: Build with debugging support
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- devel_boehm-gc
- USES:
- cpe libtool pathfix pkgconfig
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
6.2.a4_2 05 May 2003 13:42:53 |
nobutaka |
Link libstdc++ to unbreak build of the ports that depend on boehm-gc.
Reported by: jmallett and kris |
6.2.a4_1 30 Apr 2003 12:56:47 |
nobutaka |
Install gc_cpp.h and gc_allocator.h to the correct location.
Submitted by: des |
6.2.a4 20 Apr 2003 13:57:29 |
nobutaka |
Update to 6.2alpha4. |
6.2.a3 16 Mar 2003 08:54:11 |
demon |
Add missing files.
Approved by: kris |
6.2.a3 25 Feb 2003 12:45:06 |
nobutaka |
Update to 6.2alpha3. |
6.1_1 22 Feb 2003 14:25:38 |
nobutaka |
De-pkg-comment. |
6.1_1 04 Jan 2003 16:48:55 |
nobutaka |
1 Install gc_backptr.h.
2 Use libtool.
Submitted by: S?ren Vrist <s@vrist.dk> [1], sobomax [2] |
6.1 17 Nov 2002 14:25:08 |
nobutaka |
Update to 6.1.
Get rid of ONLY_FOR_ARCHS=i386.
Take maintainership. |
6.0 07 Nov 2002 03:10:58 |
adamw |
Fix PORTCOMMENTs that were killing INDEX builds.
105 pointy hats to: me
Approved by: pat |
6.0 25 Jun 2002 18:36:39 |
ijliao |
Replace ${PERL} with ${REINPLACE_CMD}
PR: 39842
Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de> |
02 Feb 2002 04:48:28 |
pat |
Make prefix safe. |
11 Oct 2001 13:08:59 |
ijliao |
Update devel/boehm-gc port to 6.0. Since I do not know whether non-i386
platforms are supported, ONLY_FOR_ARCHS=i386 is remained in Makefile. |
02 Apr 2001 09:30:54 |
mharo |
remove deprecated fetch options from FETCH_BEFORE_ARGS |
10 Jan 2001 14:02:14 |
sf |
unbreak for -CURRENT. |
03 Jan 2001 20:17:08 |
sf |
update to 5.3. |
08 Oct 2000 02:10:04 |
asami |
Convert category devel to new layout. |
19 Jul 2000 10:10:43 |
obrien |
Enough FreeBSD/Alpha support to at least allow this to compile. Functionality
is untested at this time. |
19 Jul 2000 05:17:33 |
obrien |
Get a lot closer to supporting FreeBSD/Alpha. (we only have two arch's, why
can't we keep them better in sync with each other ABI-wise?) |