Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 May 2019 08:12:22 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r502938 - in head/lang: rust-nightly/files rust/files
Message-ID:  <201905290812.x4T8CMVk039913@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tobik
Date: Wed May 29 08:12:21 2019
New Revision: 502938
URL: https://svnweb.freebsd.org/changeset/ports/502938

Log:
  lang/rust*: Add link to upstream issue for the LLVM STAGEDIR bug

Modified:
  head/lang/rust-nightly/files/patch-src_bootstrap_native.rs
  head/lang/rust/files/patch-src_bootstrap_native.rs

Modified: head/lang/rust-nightly/files/patch-src_bootstrap_native.rs
==============================================================================
--- head/lang/rust-nightly/files/patch-src_bootstrap_native.rs	Wed May 29 07:45:22 2019	(r502937)
+++ head/lang/rust-nightly/files/patch-src_bootstrap_native.rs	Wed May 29 08:12:21 2019	(r502938)
@@ -1,6 +1,8 @@
 Avoid unnecessarily restarting the LLVM build and installing it
 into STAGEDIR during the install phase.
 
+https://github.com/rust-lang/rust/issues/61206
+
 --- src/bootstrap/native.rs.orig	2019-05-22 05:39:52 UTC
 +++ src/bootstrap/native.rs
 @@ -92,17 +92,9 @@ impl Step for Llvm {

Modified: head/lang/rust/files/patch-src_bootstrap_native.rs
==============================================================================
--- head/lang/rust/files/patch-src_bootstrap_native.rs	Wed May 29 07:45:22 2019	(r502937)
+++ head/lang/rust/files/patch-src_bootstrap_native.rs	Wed May 29 08:12:21 2019	(r502938)
@@ -1,6 +1,8 @@
 Avoid unnecessarily restarting the LLVM build and installing it
 into STAGEDIR during the install phase.
 
+https://github.com/rust-lang/rust/issues/61206
+
 --- src/bootstrap/native.rs.orig	2019-05-22 05:39:52 UTC
 +++ src/bootstrap/native.rs
 @@ -92,17 +92,9 @@ impl Step for Llvm {



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201905290812.x4T8CMVk039913>