CVSROOT:        /cvs
Module name:    ports
Changes by:     [email protected]  2017/12/04 10:31:49

Modified files:
        lang/rust      : Makefile distinfo 
        lang/rust/patches: patch-src_bootstrap_lib_rs 
                           patch-src_librustdoc_test_rs 
                           patch-src_libstd_sys_unix_ext_net_rs 
                           patch-src_libstd_sys_unix_os_rs 
                           patch-src_tools_cargo_src_cargo_util_config_rs 
                           patch-src_vendor_openssl-sys_build_rs 
        lang/rust/pkg  : PFRAG.amd64-main PFRAG.i386-main PLIST-doc 
Added files:
        lang/rust/patches: patch-src_bootstrap_builder_rs 
                           patch-src_bootstrap_dist_rs 
                           
patch-src_librustc_back_target_i686_unknown_openbsd_rs 
                           patch-src_librustc_back_target_openbsd_base_rs 
                           patch-src_librustc_driver_target_features_rs 
                           patch-src_librustc_llvm_build_rs 
                           patch-src_libunwind_build_rs 
                           patch-src_rustllvm_PassWrapper_cpp 
                           patch-src_test_run-make_tools_mk 
                           patch-src_test_run-pass-fulldeps_myriad-closures_rs 
                           patch-src_test_run-pass_sse2_rs 
                           patch-src_vendor_filetime_src_unix_rs 
Removed files:
        lang/rust/patches: patch-src_vendor_curl-sys_build_rs 

Log message:
Update to rust 1.22.1.

full changelog at https://blog.rust-lang.org/2017/11/22/Rust-1.22.html

port changes:
- switch to clang and libc++ (instead of egcc and estdc++)
- use devel/llvm instead of the embedded llvm version
- make i386 produce code for 'pentiumpro' instead of 'pentium4' so that
ppl can use ripgrep on pentium II's (yay!)
- use a hack (codegen-units=16) to fix memory pressure issues on i386.
Might not work forever.....

tested on i386 & amd64, went into an i386 bulk.
all the hard work from semarie@

Reply via email to