svn commit: r502938 - in head/lang: rust-nightly/files rust/files

Tobias Kortkamp tobik at FreeBSD.org
Wed May 29 08:12:23 UTC 2019


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 {


More information about the svn-ports-all mailing list