Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Jul 2017 23:03:27 +0000 (UTC)
From:      =?UTF-8?Q?Jean-S=c3=a9bastien_P=c3=a9dron?= <dumbbell@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r446861 - head/lang/rust
Message-ID:  <201707282303.v6SN3R0w022409@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



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