CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2016/05/29 01:26:46
Modified files:
lang/rust : Makefile distinfo
lang/rust/patches: patch-configure
patch-src_librustc_session_filesearch_rs
lang/rust/pkg : PLIST-doc PLIST-main
Added files:
lang/rust/patches: patch-src_libstd_sys_unix_ext_net_rs
patch-src_test_run-pass_backtrace_rs
Removed files:
lang/rust/patches: patch-src_compiletest_runtest_rs
Log message:
lang/rust update to 1.9.0
- changes in Makefile to make it compute itself the RUST_HASH value
- use new configure option --disable-codegen-tests as with don't have FileCheck
(from llvm) binary. remove the patches in configure and
src/compiletest/runtest.rs
- disable (for now) two news tests added with unix socket support, that doesn't
pass. I will investigate them later.
- disable run-pass/backtrace test. The support of libbacktrace has been remove
recently.