CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2019/04/26 09:08:33
Modified files:
lang/rust : Makefile distinfo
lang/rust/patches:
patch-src_tools_cargo_src_cargo_core_compiler_context_compilation_files_rs
lang/rust/pkg : DESCR-main PLIST-main
Removed files:
lang/rust/pkg : PFRAG.aarch64-doc PFRAG.aarch64-main
PFRAG.amd64-doc PFRAG.amd64-main PFRAG.i386-doc
PFRAG.i386-main PLIST-doc
Log message:
reduces the PLIST divergence between archs by using a controlled way to
generate metadata/hash on libraries.
remove -doc subpackage too, as it has different files depending the
arch.
with that, we should be able to have rustc on more archs.
OK sthen@