CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2022/10/09 10:32:20
Modified files:
audio/ncspot : Makefile
benchmarks/hyperfine: Makefile
devel/cargo-audit: Makefile
devel/cbindgen : Makefile
devel/elfcat : Makefile
devel/maturin : Makefile
devel/snare : Makefile
net/bore : Makefile
net/dog : Makefile
net/routinator : Makefile
security/rbw : Makefile
security/sn0int: Makefile
security/vaultwarden: Makefile
sysutils/bat : Makefile
sysutils/broot : Makefile
sysutils/bupstash: Makefile
sysutils/czkawka: Makefile
sysutils/exa : Makefile
sysutils/fd : Makefile
textproc/delta : Makefile
textproc/jless : Makefile
textproc/mdbook: Makefile
textproc/ripgrep: Makefile
textproc/tree-sitter: Makefile
www/castor : Makefile
www/geckodriver: Makefile
www/libreddit : Makefile
www/newsboat : Makefile
www/nextcloud_notify_push: Makefile
www/zola : Makefile
x11/alacritty : Makefile
x11/xcolor : Makefile
Log message:
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.