Created attachment 169597 [details] Patch to force using mmap On arm64 we would like to not use brk or sbrk. For this we will need to remove the use of sbrk from common ports. This removes it from boehm-gc & force the use of mmap. With this the regression test still passes. Will this need an exp-run?
Testing@work
Few ports depends on boehm-gc, so we don't need to request an exp-run.
All builds are fine. Tested on 9.3-i386 and amd64, 10.2-i386 and amd64 and 10.3-i386 and amd64. 'make regression-test' looks fine.
Andrew, Can you provide the build logs on arm64?
(In reply to Carlos J. Puga Medina from comment #4) I'm assuming that Andrew's comment on the regression test passing means arm64 builds look good. Carlos, mentor approved for commit.
A commit references this bug: Author: cpm Date: Fri Apr 29 15:22:19 UTC 2016 New revision: 414277 URL: https://svnweb.freebsd.org/changeset/ports/414277 Log: - Add configuration to force using mmap - Regenerate patches with makepatch - Update MAINTAINER to my @FreeBSD.org address - Bump PORTREVISION PR: 208995 Submitted by: andrew Approved by: junovitch (mentor) Changes: head/devel/boehm-gc/Makefile head/devel/boehm-gc/files/patch-configure head/devel/boehm-gc/files/patch-doc_gc.man
Committed, thanks!