CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2021/12/14 03:57:11
Modified files:
lang/rust : Makefile
lang/rust/pkg : PLIST-main
Added files:
lang/rust/patches: patch-src_bootstrap_builder_rs
Removed files:
lang/rust/patches: patch-src_bootstrap_config_rs
Log message:
lang/rust: add a run depends on devel/llvm
rustc want to ship a llvm-dwp binary (just copied from llvm install). replace
it by a link, and add run depends on devel/llvm.
the binary doesn't work without devel/llvm as it is dynamically linked.
while here, do some Makefile cleanup, and enable rpath on binaries (bootstrap
and build simplification).