Page MenuHomeFreeBSD

databases/grass7: Fix build on aarch64
ClosedPublic

Authored by lbartoletti on Jun 17 2020, 8:03 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Sep 19, 1:25 PM
Unknown Object (File)
Wed, Sep 17, 3:22 PM
Unknown Object (File)
Sep 8 2025, 4:11 AM
Unknown Object (File)
Sep 5 2025, 3:41 PM
Unknown Object (File)
Aug 8 2025, 6:41 PM
Unknown Object (File)
Jul 31 2025, 2:42 AM
Unknown Object (File)
Jul 25 2025, 10:34 AM
Unknown Object (File)
Jul 23 2025, 1:46 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