pkgsrc-WIP-changes archive

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

rust179: copy over change to NetBSD OS version support (>= 9)



Module Name:	pkgsrc-wip
Committed By:	Havard Eidnes <he%NetBSD.org@localhost>
Pushed By:	he
Date:		Wed Jul 31 12:36:33 2024 +0000
Changeset:	e61bd2d1911a159eddbfaf5661e20c5f9b502c6b

Modified Files:
	rust179/Makefile

Log Message:
rust179: copy over change to NetBSD OS version support (>= 9)

from main pkgsrc.

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

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

diffstat:
 rust179/Makefile | 15 +++++----------
 1 file changed, 5 insertions(+), 10 deletions(-)

diffs:
diff --git a/rust179/Makefile b/rust179/Makefile
index 7933e493ef..2f1c75abd9 100644
--- a/rust179/Makefile
+++ b/rust179/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.284 2023/06/19 14:46:47 bsiegert Exp $
+# $NetBSD: Makefile,v 1.316 2024/07/31 12:30:43 he Exp $
 
 DISTNAME=	rustc-1.79.0-src
 PKGNAME=	${DISTNAME:S/rustc/rust/:S/-src//}
@@ -19,15 +19,10 @@ USE_LANGUAGES=		c c++
 USE_LIBTOOL=		yes
 USE_TOOLS+=		bash grep gmake perl:build pkg-config
 
-# The NetBSD bootstraps are built for NetBSD 8 (because rust doesn't
-# build on 7).  Mark earlier versions as broken.
-BROKEN_ON_PLATFORM+=	NetBSD-[1-7].*-*
-# Bootstrap is built for NetBSD 9.x on these platforms:
-BROKEN_ON_PLATFORM+=	NetBSD-8.*-*arm*
-BROKEN_ON_PLATFORM+=	NetBSD-8.*-aarch64
-BROKEN_ON_PLATFORM+=	NetBSD-8.*-sparc64
-BROKEN_ON_PLATFORM+=	NetBSD-8.*-powerpc
-BROKEN_ON_PLATFORM+=	NetBSD-8.*-i386
+# The NetBSD bootstraps are built for NetBSD 9 (because rust doesn't
+# build on 8 or earlier), or because the target didn't exist in 8
+# or 9 (as in riscv64).  Therefore, mark earlier versions as broken.
+BROKEN_ON_PLATFORM+=	NetBSD-[1-8].*-*
 
 HAS_CONFIGURE=		yes
 PYTHON_FOR_BUILD_ONLY=	yes


Home | Main Index | Thread Index | Old Index