Port details |
- boehm-gc-threaded Garbage collection and memory leak detection for C and C++
- 8.2.8 devel
=6 8.2.2Version of this port present on the latest quarterly branch. - Maintainer: yasu@FreeBSD.org
 - Port Added: 2009-12-18 04:08:56
- Last Update: 2022-09-10 17:41:16
- Commit Hash: e79fe1a
- People watching this port, also watch:: libexif, autoconf, libXdamage, mDNSResponder, indexinfo
- 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.
This package only brings Boehm-GC libraries with threading support.
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-threaded>0:devel/boehm-gc-threaded
- To install the port:
- cd /usr/ports/devel/boehm-gc-threaded/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/boehm-gc-threaded
- pkg install boehm-gc-threaded
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: boehm-gc-threaded
- 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):
- Master port: devel/boehm-gc
- 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
- Runtime dependencies:
-
- gc.h : devel/boehm-gc
- This port is required by:
- for Libraries
-
- audio/zrythm
- cad/lepton-eda
- deskutils/gnotime
- devel/autogen
- devel/g-golf
- devel/g-wrap
- devel/libruin
-
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-threaded-8.2.8:
DEBUG=off: Build with debugging support
PARALLEL_MARK=off: Parallel-thread marking (faster for SMP)
===> Use 'make config' to modify these settings
- Options name:
- devel_boehm-gc-threaded
- USES:
- cpe libtool pathfix pkgconfig compiler:c11
- 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) |
This is a slave port. You may also want to view the commits to the master port: devel/boehm-gc |
Commit | Credits | Log message |
8.2.2 10 Sep 2022 17:41:16
    |
Stefan Eßer (se)  Author: Tobias Kortkamp |
Fix WWW in parent/child ports
Many of the WWW are overwritten later which means the wrong value
is used. This did not happen before where the children were either
a) just using the pkg-descr from the parents
b) or had their own separate pkg-descr with custom WWW
Use WWW?= in parents when the child's WWW is different.
Children that use the same WWW as the parent can just inherit it,
i.e., the child WWW can be removed.
Approved by: portmgr (implicit) |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
8.2.2 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
8.0.6 20 Jul 2022 14:21:35
    |
Tobias C. Berner (tcberner)  |
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
8.0.4_1 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
8.0.4_1 05 Jan 2020 09:30:14
  |
amdmi3  |
- Update WWW
- Remove bogus LICENSE
Approved by: portmgr blanket |
7.6.2 08 Jan 2018 12:52:49
  |
cpm  |
devel/boehm-gc: update to 7.6.2
- Remove patch (added upstream)
- Drop maintainership
- Bump SHLIBS version in pkg-plist
Changelog: https://github.com/ivmai/bdwgc/releases/tag/v7.6.2
PR: 224848
Exp-run by: antoine |
7.4.2_1 03 Oct 2014 12:52:35
  |
tijl  |
- Complete USES=libtool conversion
- Remove USE_AUTOTOOLS
- Replace MAKE with MAKE_CMD |
7.2e 23 Feb 2014 01:35:05
  |
jhale  |
- Update MASTER_SITES
- Update WWW in pkg-descr
PR: ports/186877
Submitted by: Vitaly Magerya <vmagerya@gmail.com> |
7.2d 17 Oct 2013 20:53:58
  |
bsam  |
. update to version 7.2d;
. organize as master and slave ports;
. while I'm here: support stage.
PR: ports/175590 [1]
ports/176011 [2]
ports/176716 [3]
Submitted by: KATO Tsuguru <tkato432@yahoo.com> [1]
Vitaly Magerya <vmagerya@gmail.com> [2]
Hirohisa Yamaguchi <umq@ueo.co.jp> [3] |
20 Sep 2013 17:03:27

|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 1) |
7.1_1 12 Jun 2012 09:17:03
 |
bapt  |
Convert to new options framework |
7.1_1 24 Oct 2011 03:33:20
 |
stas  |
- Return my ports back to the pool. I was unable to make any fixes to
my ports in the past 3 weeks while ports were broken on any 10.x
machines, which means I'm unable to maintain them. So let people know
that there's no available support for them until things are back to
normal (which also means that anyone with spare time will be able
to fix them without getting approval). |
7.1_1 22 Oct 2011 23:50:23
 |
eadler  |
- remove maintainer tags from pkg-descr
Approved by: portmgr
Approved by: bapt (mentor) |
7.1_1 19 Sep 2011 22:53:27
 |
stas  |
- Add 'test' target.
PR: ports/160835
Submitted by: Dmitry Marakasov <amdmi3@amdmi3.ru> |
7.1_1 11 Aug 2011 19:20:17
 |
kwm  |
Remove USE_GNOME=gnometarget from ports. It has been a empty keyword since
mid 2008.
PR: ports/159624
Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> |
7.1_1 03 Jul 2011 14:59:23
 |
ohauer  |
-remove MD5 |
7.1_1 12 Sep 2010 10:43:58
 |
stas  |
- Install pkg-config file.
- Bump portrevision.
PR: ports/149567
Submitted by: Vitaly Magerya <vmagerya@gmail.com> |
7.1 01 Apr 2010 08:49:02
 |
stas  |
- Fix boehm-gc-threaded on powerpc. |
7.1 19 Dec 2009 11:11:15
 |
stas  |
- Fix sparc64 build.
PR: ports/141713
Submitted by: Michael Moll <kvedulv@kvedulv.de> |
7.1 18 Dec 2009 04:08:01
 |
stas  |
- 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. |