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)
Fri, Jan 3, 9:16 AM
Unknown Object (File)
Sun, Dec 29, 12:34 PM
Unknown Object (File)
Nov 6 2024, 2:30 PM
Unknown Object (File)
Oct 24 2024, 2:06 AM
Unknown Object (File)
Sep 24 2024, 1:15 PM
Unknown Object (File)
Sep 24 2024, 3:00 AM
Unknown Object (File)
Sep 23 2024, 1:52 PM
Unknown Object (File)
Sep 22 2024, 4:55 AM
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
No Lint Coverage
Unit
No Test Coverage

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.