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
F110247156: D7443.id19139.diff
Sat, Feb 15, 4:55 PM
Unknown Object (File)
Jan 1 2025, 2:31 AM
Unknown Object (File)
Dec 13 2024, 11:14 AM
Unknown Object (File)
Nov 18 2024, 7:20 AM
Unknown Object (File)
Nov 17 2024, 8:29 AM
Unknown Object (File)
Oct 7 2024, 7:36 AM
Unknown Object (File)
Oct 6 2024, 4:37 AM
Unknown Object (File)
Oct 3 2024, 12:29 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.