CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2018/04/02 01:21:50
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_librustdoc_test_rs
patch-src_libstd_sys_unix_stack_overflow_rs
patch-src_test_run-pass_sse2_rs
lang/rust/pkg : PFRAG.amd64-main PFRAG.i386-main PLIST-doc
Added files:
lang/rust/patches: patch-src_librustc_driver_lib_rs
patch-src_test_run-make_tools_mk
patch-src_test_run-pass_out-of-stack_rs
patch-src_tools_compiletest_src_runtest_rs
Removed files:
lang/rust/patches: patch-src_bootstrap_check_rs
patch-src_bootstrap_doc_rs
patch-src_librustc_driver_target_features_rs
patch-src_libstd_sys_unix_thread_rs
patch-src_libsyntax_diagnostics_metadata_rs
patch-src_rustllvm_ArchiveWrapper_cpp
patch-src_rustllvm_PassWrapper_cpp
patch-src_rustllvm_RustWrapper_cpp
Log message:
Update to rust 1.25.0, from semarie@
- to keep RUST_BACKTRACE=1 enabled during build, properly separate
MAKE_ENV and TEST_ENV, by introducing a TEST_BIN variable used to
launch rustbuild with TEST_ENV (some tests are failing if RUST_BACKTRACE
is enabled).
- remove llvm-6 backported patches. this version of rustc has full
support of it. Hashes in library names will change when ports llvm
is upgraded, so PLIST will have to be regenerated.
- backport #49140 to be able to run "make test" without installing rustc