Mon Apr 22 19:00:31 2024 UTC (34d)
lang/rust: revision bump for llvm update


(pin)
diff -r1.306 -r1.307 pkgsrc/lang/rust/Makefile

cvs diff -r1.306 -r1.307 pkgsrc/lang/rust/Makefile (expand / switch to unified diff)

--- pkgsrc/lang/rust/Makefile 2024/04/18 12:00:45 1.306
+++ pkgsrc/lang/rust/Makefile 2024/04/22 19:00:31 1.307
@@ -1,17 +1,18 @@ @@ -1,17 +1,18 @@
1# $NetBSD: Makefile,v 1.306 2024/04/18 12:00:45 jperkin Exp $ 1# $NetBSD: Makefile,v 1.307 2024/04/22 19:00:31 pin Exp $
2 2
3DISTNAME= rustc-1.76.0-src 3DISTNAME= rustc-1.76.0-src
4PKGNAME= ${DISTNAME:S/rustc/rust/:S/-src//} 4PKGNAME= ${DISTNAME:S/rustc/rust/:S/-src//}
 5PKGREVISION= 1
5CATEGORIES= lang 6CATEGORIES= lang
6MASTER_SITES= https://static.rust-lang.org/dist/ 7MASTER_SITES= https://static.rust-lang.org/dist/
7 8
8MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://www.rust-lang.org/ 10HOMEPAGE= https://www.rust-lang.org/
10COMMENT= Safe, concurrent, practical language 11COMMENT= Safe, concurrent, practical language
11LICENSE= mit OR apache-2.0 12LICENSE= mit OR apache-2.0
12 13
13CONFLICTS+= rust-bin-[0-9]* 14CONFLICTS+= rust-bin-[0-9]*
14 15
15# LLVM uses -std=c++17 16# LLVM uses -std=c++17
16USE_CXX_FEATURES+= c++17 17USE_CXX_FEATURES+= c++17
17USE_GCC_RUNTIME= yes 18USE_GCC_RUNTIME= yes