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: wiz
Date: Wed Nov 16 08:36:34 UTC 2022
Modified Files:
pkgsrc/lang/rust: Makefile
Log Message:
rust: explicitly conflict with rust-src and rust-analyzer
Installed as part of rust-1.64
To generate a diff of this commit:
cvs rdiff -u -r1.273 -r1.274 pkgsrc/lang/rust/Makefile
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.273 pkgsrc/lang/rust/Makefile:1.274
--- pkgsrc/lang/rust/Makefile:1.273 Tue Nov 15 23:11:14 2022
+++ pkgsrc/lang/rust/Makefile Wed Nov 16 08:36:34 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.273 2022/11/15 23:11:14 he Exp $
+# $NetBSD: Makefile,v 1.274 2022/11/16 08:36:34 wiz Exp $
DISTNAME= rustc-1.64.0-src
PKGNAME= ${DISTNAME:S/rustc/rust/:S/-src//}
@@ -10,7 +10,7 @@ HOMEPAGE= https://www.rust-lang.org/
COMMENT= Safe, concurrent, practical language
LICENSE= mit OR apache-2.0
-CONFLICTS+= rust-bin-[0-9]*
+CONFLICTS+= rust-bin-[0-9]* rust-src-[0-9]* rust-analyzer-[0-9]*
# LLVM uses gcc7, follow suit. Also, uses -std=c++14
GCC_REQD+= 7
Home |
Main Index |
Thread Index |
Old Index