pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/rust rust: explicitly conflict with rust-src and ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bd9f07d32b6d
branches:  trunk
changeset: 388282:bd9f07d32b6d
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Nov 16 08:36:34 2022 +0000

description:
rust: explicitly conflict with rust-src and rust-analyzer

Installed as part of rust-1.64

diffstat:

 lang/rust/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 3c57c08bdadb -r bd9f07d32b6d lang/rust/Makefile
--- a/lang/rust/Makefile        Tue Nov 15 23:13:00 2022 +0000
+++ b/lang/rust/Makefile        Wed Nov 16 08:36:34 2022 +0000
@@ -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 @@
 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