From owner-freebsd-gecko@freebsd.org Wed Feb 22 19:04:46 2017 Return-Path: Delivered-To: freebsd-gecko@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C9FCDCE9413 for ; Wed, 22 Feb 2017 19:04:46 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id B2AA3A29 for ; Wed, 22 Feb 2017 19:04:46 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id AF2AFCE9412; Wed, 22 Feb 2017 19:04:46 +0000 (UTC) Delivered-To: gecko@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AED7BCE9411 for ; Wed, 22 Feb 2017 19:04:46 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8407BA27 for ; Wed, 22 Feb 2017 19:04:46 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id v1MJ4kkD057603 for ; Wed, 22 Feb 2017 19:04:46 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: gecko@FreeBSD.org Subject: [Bug 216143] lang/rust, devel/cargo: generate bootstraps for Tier2 architectures via cross-compilation Date: Wed, 22 Feb 2017 19:04:46 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: dogfood, needs-patch X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: commit-hook@freebsd.org X-Bugzilla-Status: In Progress X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: dumbbell@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback+ X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Feb 2017 19:04:46 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D216143 --- Comment #20 from commit-hook@freebsd.org --- 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 --=20 You are receiving this mail because: You are on the CC list for the bug.=