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
F154400480: D7443.id19125.diff
Tue, Apr 28, 8:49 AM
F154337567: D7443.id19147.diff
Mon, Apr 27, 10:50 PM
F154336453: D7443.id19147.diff
Mon, Apr 27, 10:39 PM
Unknown Object (File)
Sun, Apr 26, 7:02 AM
Unknown Object (File)
Sat, Apr 25, 8:35 AM
Unknown Object (File)
Sat, Apr 25, 5:14 AM
Unknown Object (File)
Mon, Apr 13, 10:20 AM
Unknown Object (File)
Sun, Apr 12, 12:46 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.