CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2018/05/22 00:04:33
Modified files:
lang/rust : Makefile distinfo
lang/rust/patches: patch-src_bootstrap_bin_rustc_rs
patch-src_bootstrap_builder_rs
patch-src_bootstrap_dist_rs
patch-src_bootstrap_lib_rs
patch-src_etc_cat-and-grep_sh
patch-src_libcompiler_builtins_build_rs
patch-src_librustc_back_target_i686_unknown_openbsd_rs
patch-src_librustc_binaryen_build_rs
patch-src_librustc_driver_lib_rs
patch-src_librustdoc_test_rs
patch-src_libstd_sys_unix_ext_net_rs
patch-src_test_run-make_relocation-model_Makefile
patch-src_test_run-make_tools_mk
patch-src_test_run-pass_sse2_rs
patch-src_tools_cargo_src_cargo_core_package_id_rs
patch-src_tools_cargo_tests_cargotest_support_paths_rs
patch-src_tools_compiletest_src_runtest_rs
patch-src_vendor_openssl-sys_build_rs
lang/rust/pkg : PFRAG.amd64-main PFRAG.i386-main PLIST-doc
PLIST-main
Added files:
lang/rust/patches:
patch-src_librustc_back_target_aarch64_unknown_openbsd_rs
patch-src_librustc_back_target_mod_rs
patch-src_librustc_trans_llvm_util_rs
patch-src_stdsimd_coresimd_x86_mod_rs
patch-src_test_run-make-fulldeps_relocation-model_Makefile
patch-src_test_run-pass_stack-probes-lto_rs
patch-src_test_run-pass_stack-probes_rs
patch-src_tools_cargo_tests_testsuite_cargotest_support_paths_rs
lang/rust/pkg : PFRAG.aarch64-doc PFRAG.aarch64-main
PFRAG.amd64-doc PFRAG.i386-doc
Log message:
Update to rust 1.26, from semarie@
Cf https://blog.rust-lang.org/2018/05/10/Rust-1.26.html
- add arm64 support, tested by phessler@
- respect MAKE_JOBS again
- use lld on i386 to support 128 bits integers
- cleanup old patches
- only build what we actually package