svn commit: r488650 - head/lang/rust-nightly

Jan Beich jbeich at FreeBSD.org
Sat Dec 29 03:32:24 UTC 2018


Author: jbeich
Date: Sat Dec 29 03:32:23 2018
New Revision: 488650
URL: https://svnweb.freebsd.org/changeset/ports/488650

Log:
  lang/rust-nightly: note upstream fix for warnings

Modified:
  head/lang/rust-nightly/Makefile   (contents, props changed)

Modified: head/lang/rust-nightly/Makefile
==============================================================================
--- head/lang/rust-nightly/Makefile	Sat Dec 29 03:24:51 2018	(r488649)
+++ head/lang/rust-nightly/Makefile	Sat Dec 29 03:32:23 2018	(r488650)
@@ -30,6 +30,7 @@ ONLY_FOR_ARCHS=			amd64 i386
 post-patch:	nightly-post-patch
 nightly-post-patch:
 # Work around unused_unsafe errors in libcore with stage0
+# https://github.com/rust-lang/rust/pull/57184
 	@${REINPLACE_CMD} '/RUSTC_DENY_WARNINGS/d' ${WRKSRC}/src/bootstrap/builder.rs
 
 .include "${MASTERDIR}/Makefile"


More information about the svn-ports-all mailing list