non port: lang/rust/files/patch-src_libstd_build.rs |
SVNWeb
|
Number of commits found: 3 |
Thu, 28 Feb 2019
|
[ 18:51 jbeich ] (Only the first 10 of 81 ports in this commit are shown above. )
lang/rust: update to 1.33.0
- www/firefox temporarily loses SIMD in charset conversion, see
https://bugzilla.mozilla.org/show_bug.cgi?id=1521249
- Force rebuild all consumers to catch regressions early
Changes: https://blog.rust-lang.org/2019/02/28/Rust-1.33.0.html
Tested by: Mikael Urankar (aarch64, armv6, armv7, powerpc64), Piotr Kubaj
(powerpc64)
Approved by: rust (tobik)
Differential Revision: https://reviews.freebsd.org/D19354
|
Mon, 18 Feb 2019
|
[ 15:30 tobik ] (Only the first 10 of 28 ports in this commit are shown above. )
lang/rust: Add aarch64, armv{6,7}, and powerpc64 bootstraps
PR: 216143, 228892
Submitted by: Mikael Urankar <mikael.urankar@gmail.com>
Differential Revision: https://reviews.freebsd.org/D18367
|
Sun, 16 Sep 2018
|
[ 07:57 dumbbell ]
lang/rust: Update to 1.29.0
Release notes:
* https://blog.rust-lang.org/2018/07/20/Rust-1.27.2.html
* https://blog.rust-lang.org/2018/08/02/Rust-1.28.html
* https://blog.rust-lang.org/2018/09/13/Rust-1.29.html
Up to and including Rust 1.27.x, the Rust build system shelled out to
a configure script to detect the presence and usability of libunwind.
Since Rust 1.28.0, it's using a static result in a `build.rs` file and
expects libunwind to be used. It was not the case on FreeBSD so far, so
we need a patch to this `build.rs` to disable that. We still need to
study if the FreeBSD port should use libunwind and what to do with this
patch. But this problem prevented the update to Rust 1.28.0 already, so
enough delay. (Only the first 15 lines of the commit message are shown above )
|
Number of commits found: 3 |