Page MenuHomeFreeBSD

Make this port build properly.
ClosedPublic

Authored by ed on Jul 14 2015, 12:15 PM.
Tags
None
Referenced Files
Unknown Object (File)
Feb 9 2024, 6:25 PM
Unknown Object (File)
Feb 8 2024, 11:25 PM
Unknown Object (File)
Feb 8 2024, 11:25 PM
Unknown Object (File)
Feb 8 2024, 11:15 PM
Unknown Object (File)
Dec 22 2023, 10:11 PM
Unknown Object (File)
Dec 19 2023, 9:25 PM
Unknown Object (File)
Dec 4 2023, 10:51 AM
Unknown Object (File)
Nov 11 2023, 3:31 PM
Subscribers
None

Details

Summary

It looks like we forgot to add '${SETENV} ${MAKE_ENV}' to the build
script. Right now it ignores the compiler entirely.

Furthermore, regardless of whether a C11 compiler is being used, the
build will fail, for the reason that some C11 headers such as
<stdnoreturn.h> are being used in the code. Instead of trying to fix
that, simply disable this port on FreeBSD <10.1. I have no intent on
ever getting CloudABI to work on FreeBSD 9.

Diff Detail

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

Event Timeline

ed retitled this revision from to Make this port build properly..
ed updated this object.
ed added a reviewer: bapt.
bapt edited edge metadata.
This revision is now accepted and ready to land.Jul 20 2015, 4:15 PM
This revision was automatically updated to reflect the committed changes.