Page MenuHomeFreeBSD

Update cloudabi-utils to version 0.7.
ClosedPublic

Authored by ed on Nov 16 2015, 11:38 AM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Mar 7, 11:24 AM
Unknown Object (File)
Wed, Mar 6, 4:49 PM
Unknown Object (File)
Feb 9 2024, 6:04 PM
Unknown Object (File)
Feb 9 2024, 6:04 PM
Unknown Object (File)
Feb 9 2024, 6:04 PM
Unknown Object (File)
Feb 9 2024, 6:04 PM
Unknown Object (File)
Feb 9 2024, 6:04 PM
Unknown Object (File)
Feb 9 2024, 6:04 PM
Subscribers
None

Details

Summary

This new version of cloudabi-utils now installs a library called
libcloudabi. This library contains native ports of some of the APIs that
are currently provided as part of CloudABI's runtime. These used to be
built into cloudabi-run itself, but are now exposed as well.

As cloudabi-utils is now becoming more complex, it now uses CMake as its
build system. We can now remove our custom build targets. We do need to
make sure to override CMAKE_INSTALL_MANDIR, as it is set to share/man by
default. I'm slightly amazed that this isn't done by default.

Test Plan

Package builds and works for me.

Diff Detail

Repository
rP FreeBSD ports repository
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 1166
Build 1170: arc lint + arc unit

Event Timeline

ed updated this revision to Diff 10229.
ed retitled this revision from to Update cloudabi-utils to version 0.7..
ed updated this object.
ed edited the test plan for this revision. (Show Details)
ed added a reviewer: bapt.

Revert a local change that got added accidentally.

pkg-plist is shown as empty. Try to update the diff once more?

Upload the diff manually.

beat edited edge metadata.

Looks good to me!

This revision is now accepted and ready to land.Nov 18 2015, 4:47 PM
This revision was automatically updated to reflect the committed changes.