10 Commits

Author SHA1 Message Date
sthen
6781029335 bump REVISION for ports using rust, so that pkg_add -u for i386 users
updates to packages without -znotext (i.e. with text relocations disabled)
makes sense to phessler, semarie, tb
2022-10-28 10:00:45 +00:00
semarie
6f1dbcb6fe adjust rust programs to run with immutable stack
the rust std library has been changed to not try to reallocate
a guard page on the stack.

as the rust std library is statically linked in rust programs,
bump REVISION to force reinstall.
2022-10-09 16:32:18 +00:00
abieber
f798747755 drop maintainer of stuff I don't use anymore 2022-10-05 14:54:22 +00:00
jca
045015cdb7 Those ports use the ring crate and can't build on powerpc64 and riscv64.
The ring-v0.16.20 crate (latest) only builds on a handful of archs.
Work seems to be ongoing upstream to add support for more architectures.

ok semarie@
2022-08-24 21:53:42 +00:00
naddy
8c0294c2fa drop RCS Ids 2022-03-11 19:53:16 +00:00
abieber
3b296922b6 Update rbw to 1.4.3 2022-02-16 12:43:45 +00:00
abieber
8717125c51 Update rbw to 1.4.1
- remove patches as they seem to not be needed now \o/

Full log of changes: https://git.tozt.net/rbw/log/
2021-12-01 00:04:13 +00:00
abieber
44973d77a2 Update rbw to 1.1.2. 2021-03-21 14:19:48 +00:00
semarie
071b5be212 devel/cargo: remove .crates2.json file after installing with cargo
we are managing installed files with different mecanism.
it is the v2 for tracking crates installation, and we already remove v1 (.crates.toml).

take care of cleaning ports which are already seen it

problem spotted by landry@
ok landry@
2021-02-21 09:19:07 +00:00
abieber
8b32f79f0c Import rbw, a Bitwarden command line clinet written in rust.
OK and patches from tb@
2021-01-30 19:16:45 +00:00