Saturday, October 29, 2022

Re: [new] shells/nushell

On Sat, Oct 29, 2022 at 07:07:52PM +0200, Solène Rapenne wrote:
> hi,
>
> this is a port for the shell nushell (non POSIX)
>
> - https://www.nushell.sh/
>
> It's my first Rust port, I took example from other, especially for the
> line MODCARGO_CRATES_UPDATE
>
> tested on amd64, works fine

I've only given it a quick look. At least devel/libgit2/libgit2 should
be added as an LDEP.

All rust binaries link against c++abi and pthread, you'll want at least

WANTLIB += ${COMPILER_LIBCXX} crypto m pthread ssl

in addition to what you have.

Under ${WRKBUILD}/target/release there are a few binaries (plugins) and
libraries that you will probably want to install as well.

'make port-lib-depends-check'

will then help getting WANTLIB and dependencies right.

No comments:

Post a Comment