Page MenuHomeFreeBSD

devel/boehm-gc: Update to 7.6.0
ClosedPublic

Authored by cpm on Aug 8 2016, 5:45 PM.
Tags
None
Referenced Files
Unknown Object (File)
May 6 2026, 12:27 PM
Unknown Object (File)
Apr 29 2026, 7:55 AM
Unknown Object (File)
Apr 28 2026, 8:49 AM
Unknown Object (File)
Apr 27 2026, 10:50 PM
Unknown Object (File)
Apr 27 2026, 10:39 PM
Unknown Object (File)
Apr 26 2026, 7:02 AM
Unknown Object (File)
Apr 25 2026, 8:35 AM
Unknown Object (File)
Apr 25 2026, 5:14 AM
Subscribers
None

Details

Summary
  • Update to 7.6.0
  • Remove patches which have been incorporated upstream

Changelog:

https://github.com/ivmai/bdwgc/blob/master/ChangeLog

Diff Detail

Repository
rP FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

cpm retitled this revision from to devel/boehm-gc: Update to 7.6.0.
cpm updated this object.
cpm edited the test plan for this revision. (Show Details)
cpm added reviewers: AMDmi3, feld, junovitch.

All builds are fine: tested on 9.3i, 9.3a, 10.2i, 10.2a, 10.3i and 10.3a

All tests are passed.

Fix 'unknown type name GC_INNER' compilation error. The solution is to move GC_FreeBSDGetDataStart prototype from gcconfig.h to gc_priv.h.

  • include/private/gc_priv.h [DATASTART_USES_BSDGETDATASTART]

(GC_FreeBSDGetDataStart): Declare.

  • include/private/gc_priv.h [DATASTART_USES_BSDGETDATASTART]

(DATASTART_IS_FUNC): Define macro.

  • include/private/gcconfig.h [DATASTART_USES_BSDGETDATASTART]

(GC_FreeBSDGetDataStart, DATASTART_IS_FUNC): Remove.

junovitch edited edge metadata.
This revision is now accepted and ready to land.Aug 9 2016, 1:49 AM
This revision was automatically updated to reflect the committed changes.
cpm mentioned this in rP419897: - Update to 7.6.0.