pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/lang/rust



Module Name:    pkgsrc
Committed By:   nia
Date:           Wed Aug 14 13:05:25 UTC 2019

Modified Files:
        pkgsrc/lang/rust: Makefile options.mk

Log Message:
rust: Build against non-internal LLVM by default.

This should help with some people's problems with the rust builds being
excessively long, and if we ever run into compatibility problems between
rust's llvm-current and our shipped version it should be easy to switch
on the internal LLVM by default again.

I've been using this for some time with Firefox without problems.

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.111 -r1.112 pkgsrc/lang/rust/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/lang/rust/options.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/lang/rust/Makefile
diff -u pkgsrc/lang/rust/Makefile:1.111 pkgsrc/lang/rust/Makefile:1.112
--- pkgsrc/lang/rust/Makefile:1.111     Sun Aug 11 13:21:23 2019
+++ pkgsrc/lang/rust/Makefile   Wed Aug 14 13:05:25 2019
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.111 2019/08/11 13:21:23 wiz Exp $
+# $NetBSD: Makefile,v 1.112 2019/08/14 13:05:25 nia Exp $
 
 DISTNAME=      rustc-1.36.0-src
 PKGNAME=       ${DISTNAME:S/rustc/rust/:S/-src//}
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    lang
 MASTER_SITES=  http://static.rust-lang.org/dist/
 

Index: pkgsrc/lang/rust/options.mk
diff -u pkgsrc/lang/rust/options.mk:1.1 pkgsrc/lang/rust/options.mk:1.2
--- pkgsrc/lang/rust/options.mk:1.1     Thu Jul 11 10:24:14 2019
+++ pkgsrc/lang/rust/options.mk Wed Aug 14 13:05:25 2019
@@ -1,13 +1,12 @@
-# $NetBSD: options.mk,v 1.1 2019/07/11 10:24:14 nia Exp $
+# $NetBSD: options.mk,v 1.2 2019/08/14 13:05:25 nia Exp $
 
 PKG_OPTIONS_VAR=               PKG_OPTIONS.rust
-PKG_SUPPORTED_OPTIONS+=                rust-llvm
 
 .include "../../mk/bsd.fast.prefs.mk"
 
 # The bundled LLVM current has issues building on SunOS.
 .if ${OPSYS} != "SunOS" && ${OPSYS} != "Darwin"
-PKG_SUGGESTED_OPTIONS+=                rust-llvm
+PKG_SUPPORTED_OPTIONS+=                rust-llvm
 .endif
 
 .include "../../mk/bsd.options.mk"



Home | Main Index | Thread Index | Old Index