Page MenuHomeFreeBSD

databases/grass7: Fix build on aarch64
ClosedPublic

Authored by lbartoletti on Jun 17 2020, 8:03 PM.
Tags
None
Referenced Files
F81930403: D25331.diff
Tue, Apr 23, 8:54 AM
Unknown Object (File)
Sat, Apr 20, 5:54 PM
Unknown Object (File)
Fri, Apr 19, 6:48 PM
Unknown Object (File)
Sat, Apr 13, 5:35 AM
Unknown Object (File)
Thu, Apr 11, 7:57 PM
Unknown Object (File)
Feb 18 2024, 1:28 PM
Unknown Object (File)
Feb 18 2024, 1:28 PM
Unknown Object (File)
Feb 18 2024, 1:28 PM
Subscribers

Details

Summary

aarch64 (and riscv64) don't have the deprecated sbrk.

I reported the issue upstream and I hope have time to remove sbrk soon.
At the moment I prefer to add this workaround, instead of mark this port as BROKEN, so we can take advantage of grass7's other algorithms on aarch64.

If we must mark this port BROKEN, we will have to add a condition to exclude grass7 from graphics/qgis and graphics/qgis-ltr to allow them to be built on aarch64 (hopefully no other dependencies will be broken)

Reported by mikael. Thanks!

Test Plan

poudriere HEAD aarch64

Diff Detail

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