pkgsrc-WIP-changes archive

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

clarify potential conflicts



Module Name:	pkgsrc-wip
Committed By:	pin <voidpin%protonmail.com@localhost>
Pushed By:	pin
Date:		Thu Apr 23 21:00:46 2026 +0200
Changeset:	5dba6487172542adf3bc0968562e2d793674e70d

Modified Files:
	rust-beta/Makefile

Log Message:
clarify potential conflicts

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=5dba6487172542adf3bc0968562e2d793674e70d

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

diffstat:
 rust-beta/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diffs:
diff --git a/rust-beta/Makefile b/rust-beta/Makefile
index d50a77604d..47ade576b3 100644
--- a/rust-beta/Makefile
+++ b/rust-beta/Makefile
@@ -16,6 +16,8 @@ HOMEPAGE=	https://www.rust-lang.org/
 COMMENT=	Safe, concurrent, practical language
 LICENSE=	mit OR apache-2.0
 
+# This package actually conflicts with lang/rust itself and with any stable wip
+# version of it. Either use stable or beta, not both.
 CONFLICTS+=	rust-bin-[0-9]*
 
 # LLVM uses -std=c++17


Home | Main Index | Thread Index | Old Index