pkgsrc-WIP-changes archive

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

rust: remove reference to closed PR#54621.



Module Name:	pkgsrc-wip
Committed By:	Havard Eidnes <he%NetBSD.org@localhost>
Pushed By:	he
Date:		Sat Nov 20 16:23:03 2021 +0100
Changeset:	50c900c25576fca109336028fb42b62052c9af06

Modified Files:
	rust/platform.mk

Log Message:
rust: remove reference to closed PR#54621.

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

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

diffstat:
 rust/platform.mk | 2 --
 1 file changed, 2 deletions(-)

diffs:
diff --git a/rust/platform.mk b/rust/platform.mk
index b31742555c..a1585594f3 100644
--- a/rust/platform.mk
+++ b/rust/platform.mk
@@ -10,8 +10,6 @@
 # Rust needs NetBSD>7
 .  for rust_arch in aarch64 earmv7hf i386 powerpc sparc64 x86_64
 .    for rust_os in Darwin FreeBSD Linux NetBSD SunOS
-# rust fails to build on NetBSD/earmv7
-# http://gnats.netbsd.org/cgi-bin/query-pr-single.pl?number=54621
 .      if ${OPSYS} != "NetBSD" || empty(OS_VERSION:M[0-7].*)
 RUST_PLATFORMS+=	${rust_os}-*-${rust_arch}
 .      endif


Home | Main Index | Thread Index | Old Index