Page MenuHomeFreeBSD

Make this port build properly.
ClosedPublic

Authored by ed on Jul 14 2015, 12:15 PM.
Tags
None
Referenced Files
F81975092: D3077.id.diff
Tue, Apr 23, 11:56 PM
F81975053: D3077.id7124.diff
Tue, Apr 23, 11:56 PM
F81975050: D3077.id6918.diff
Tue, Apr 23, 11:56 PM
F81968037: D3077.diff
Tue, Apr 23, 9:34 PM
Unknown Object (File)
Sun, Apr 21, 9:12 PM
Unknown Object (File)
Sun, Apr 21, 6:04 AM
Unknown Object (File)
Feb 9 2024, 6:25 PM
Unknown Object (File)
Feb 8 2024, 11:25 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
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.