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

Jean-Sébastien Pédron dumbbell at FreeBSD.org
Tue Jun 27 22:06:20 UTC 2017


Author: dumbbell
Date: Tue Jun 27 22:06:18 2017
New Revision: 444521
URL: https://svnweb.freebsd.org/changeset/ports/444521

Log:
  lang/rust-nightly: Mark the port as broken
  
  The port needs to be adapted after recent changes to lang/rust.

Modified:
  head/lang/rust-nightly/Makefile

Modified: head/lang/rust-nightly/Makefile
==============================================================================
--- head/lang/rust-nightly/Makefile	Tue Jun 27 21:56:39 2017	(r444520)
+++ head/lang/rust-nightly/Makefile	Tue Jun 27 22:06:18 2017	(r444521)
@@ -20,6 +20,8 @@ GH_TUPLE=	rust-lang:rust:282fa87 \
 		rust-lang:libc:8d8264b:liblibc/src/liblibc \
 		rust-lang:rust-installer:4f99485:rust_installer/src/rust-installer
 
+BROKEN=		needs to be adapted after changes in lang/rust
+
 CONFLICTS_BUILD=	rust # see FIXME in `pre-fetch` in lang/rust/Makefile
 CONFLICTS_INSTALL=	rust
 


More information about the svn-ports-all mailing list