https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=216143
--- Comment #20 from [email protected] --- A commit references this bug: Author: dumbbell Date: Wed Feb 22 19:04:05 UTC 2017 New revision: 434631 URL: https://svnweb.freebsd.org/changeset/ports/434631 Log: lang/rust, lang/rust-nightly: Update to 1.15.1 and 1.17.0 respectively Both versions of Rust seen changes to their build system. Now they require a bootstrap of Cargo and thus, a snapshot of Cargo's registry. Each library has its own suffix instead of a common suffix for a given version of Rust. Thus all future updates of the ports will include changes to their plist. $DISTFILES are now all under the `rust` directory in `$DISTDIR`. A similar change will be committed to devel/cargo later. lang/rust-nightly is enabled on i386 (bugzilla 216143). The source snapshot also contains everything to build it on aarch64, but enabling it will be committed later. PR: 216143 Approved by: riggs, bapt (mentor), antoine (mentor) Differential Revision: https://reviews.freebsd.org/D9286 Changes: head/lang/rust/Makefile head/lang/rust/distinfo head/lang/rust/distinfo.amd64 head/lang/rust/distinfo.i386 head/lang/rust/distinfo.x86_64 head/lang/rust/files/patch-src_bootstrap_compile.rs head/lang/rust/files/patch-src_bootstrap_config.rs head/lang/rust/files/patch-src_bootstrap_install.rs head/lang/rust/files/patch-src_librustc__llvm_build.rs head/lang/rust/pkg-plist head/lang/rust/pkg-plist.amd64 head/lang/rust/pkg-plist.i386 head/lang/rust-nightly/Makefile head/lang/rust-nightly/distinfo head/lang/rust-nightly/files/patch-mk_main.mk head/lang/rust-nightly/files/patch-mk_rt.mk head/lang/rust-nightly/files/patch-src_etc_get-stage0.py head/lang/rust-nightly/files/patch-src_librustc__llvm_build.rs head/lang/rust-nightly/pkg-plist head/lang/rust-nightly/pkg-plist.amd64 head/lang/rust-nightly/pkg-plist.i386 -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-gecko To unsubscribe, send any mail to "[email protected]"
