Bundled libs are undesirable. libssh2 upstream has some fixes since 1.8.0 but nothing particularly important. As for libgit2 our version is newer than what rust-1.29.0 bundles.
Details
Details
Diff Detail
Diff Detail
- Lint
No Lint Coverage - Unit
No Test Coverage - Build Status
Buildable 19696 Build 19260: arc lint + arc unit
Event Timeline
Comment Actions
I was about to test a similar change during the week-end and that's what OpenBSD does (the maintainer is quite active in the Rust community). So yes, let's try that!
lang/rust/Makefile | ||
---|---|---|
35 | One small comment about ordering: can you please order them based on the library name instead of the port category? |
lang/rust/Makefile | ||
---|---|---|
35 | Sorry, I forgot about this minor bit thus fixed in a separate commit. Neither Porter's Handbook nor portlint seem to care about order in *_DEPENDS defined in port's Makefile. |