svn commit: r446861 - head/lang/rust

Jean-Sébastien Pédron dumbbell at FreeBSD.org
Fri Jul 28 23:03:28 UTC 2017


Author: dumbbell
Date: Fri Jul 28 23:03:26 2017
New Revision: 446861
URL: https://svnweb.freebsd.org/changeset/ports/446861

Log:
  lang/rust: Turn off PORT_LLVM by default
  
  This change was accidentally committed with the previous commit.

Modified:
  head/lang/rust/Makefile

Modified: head/lang/rust/Makefile
==============================================================================
--- head/lang/rust/Makefile	Fri Jul 28 22:57:26 2017	(r446860)
+++ head/lang/rust/Makefile	Fri Jul 28 23:03:26 2017	(r446861)
@@ -72,7 +72,6 @@ PLIST_SUB+=		RUST_TARGET=${RUST_TARGET}
 USES=		compiler gmake libedit python:2.7,build
 
 OPTIONS_DEFINE=		DOCS GDB LLNEXTGEN PORT_LLVM
-OPTIONS_DEFAULT=	PORT_LLVM
 GDB_DESC=		Install ports gdb (necessary for debugging rust programs)
 LLNEXTGEN_DESC=		Build with grammar verification
 


More information about the svn-ports-all mailing list