pkgsrc-WIP-changes archive

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

rust192-bin: re-enable NetBSD/sparc64 since it built on second attempt.



Module Name:	pkgsrc-wip
Committed By:	Havard Eidnes <he%NetBSD.org@localhost>
Pushed By:	he
Date:		Sat Dec 20 20:58:01 2025 +0000
Changeset:	7276f8aca340efe6cf5a818bad807ed26eb8a281

Modified Files:
	rust192-bin/Makefile
	rust192-bin/distinfo

Log Message:
rust192-bin: re-enable NetBSD/sparc64 since it built on second attempt.

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

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

diffstat:
 rust192-bin/Makefile | 18 +++++++++---------
 rust192-bin/distinfo |  3 +++
 2 files changed, 12 insertions(+), 9 deletions(-)

diffs:
diff --git a/rust192-bin/Makefile b/rust192-bin/Makefile
index 2b6ecc5665..651eacd5db 100644
--- a/rust192-bin/Makefile
+++ b/rust192-bin/Makefile
@@ -29,7 +29,7 @@ ONLY_FOR_PLATFORM+=	NetBSD-*-earmv7hf
 ONLY_FOR_PLATFORM+=	NetBSD-*-earmv6hf
 ONLY_FOR_PLATFORM+=	NetBSD-*-i386
 ONLY_FOR_PLATFORM+=	NetBSD-*-powerpc
-#ONLY_FOR_PLATFORM+=	NetBSD-*-sparc64
+ONLY_FOR_PLATFORM+=	NetBSD-*-sparc64
 ONLY_FOR_PLATFORM+=	NetBSD-*-mipsel
 ONLY_FOR_PLATFORM+=	NetBSD-*-riscv64
 
@@ -157,14 +157,14 @@ DF:=		${DN}-${RUST_ARCH}${EXTRACT_SUFX}
 DISTFILES:=	${DISTFILES} ${DF}
 SITES.${DF}=	${NETBSD_REPO}
 .endif
-#.if ${MACHINE_PLATFORM:MNetBSD-*-sparc64} || make(distinfo) || make(makesum) || make(mdi)
-#RUST_ARCH:=	sparc64-unknown-netbsd
-#DN:=		${DISTNAME}${NBSUF}
-#EXTRACT_SUFX=	.tar.xz
-#DF:=		${DN}-${RUST_ARCH}${EXTRACT_SUFX}
-#DISTFILES:=	${DISTFILES} ${DF}
-#SITES.${DF}=	${NETBSD_REPO}
-#.endif
+.if ${MACHINE_PLATFORM:MNetBSD-*-sparc64} || make(distinfo) || make(makesum) || make(mdi)
+RUST_ARCH:=	sparc64-unknown-netbsd
+DN:=		${DISTNAME}${NBSUF}
+EXTRACT_SUFX=	.tar.xz
+DF:=		${DN}-${RUST_ARCH}${EXTRACT_SUFX}
+DISTFILES:=	${DISTFILES} ${DF}
+SITES.${DF}=	${NETBSD_REPO}
+.endif
 .if ${MACHINE_PLATFORM:MNetBSD-*-mipsel} || make(distinfo) || make(makesum) || make(mdi)
 RUST_ARCH:=	mipsel-unknown-netbsd
 DN:=		${DISTNAME}${NBSUF}
diff --git a/rust192-bin/distinfo b/rust192-bin/distinfo
index 681250ca64..bcb4efb296 100644
--- a/rust192-bin/distinfo
+++ b/rust192-bin/distinfo
@@ -36,6 +36,9 @@ Size (rust-bin-1.92.0/rust-1.92.0-powerpc-unknown-netbsd.tar.xz) = 116673508 byt
 BLAKE2s (rust-bin-1.92.0/rust-1.92.0-riscv64gc-unknown-netbsd.tar.xz) = 37ef82e3cb5d338f77012534bf915ede3347e18f003f176010c084a7854089d8
 SHA512 (rust-bin-1.92.0/rust-1.92.0-riscv64gc-unknown-netbsd.tar.xz) = fca38c66906531c2def60ac3ea3b476408c51316609b25b28cb34081143670beb0ba4ddc94580ae898a01b73cc3b71059a71954b2e548803d88aa58a2cfb9afe
 Size (rust-bin-1.92.0/rust-1.92.0-riscv64gc-unknown-netbsd.tar.xz) = 227896552 bytes
+BLAKE2s (rust-bin-1.92.0/rust-1.92.0-sparc64-unknown-netbsd.tar.xz) = 97b51baba73fc911f971e8bc69b4981a0c5fa8dd7c6d20f31a24331552511fbc
+SHA512 (rust-bin-1.92.0/rust-1.92.0-sparc64-unknown-netbsd.tar.xz) = 9b6fecd5ffc85f9e30bd0ccf058587d8c235899c25eca8b6e4ffe64200bc783fced337f3554b426d0699b7af3146eec6f31cec52f91ebae4bbddc05fe781d730
+Size (rust-bin-1.92.0/rust-1.92.0-sparc64-unknown-netbsd.tar.xz) = 207705760 bytes
 BLAKE2s (rust-bin-1.92.0/rust-1.92.0-x86_64-apple-darwin.tar.gz) = 1c943db260ee581b72ae35a86ef88fdcfbb2a86dfb03560d96cb24bbdaac94c2
 SHA512 (rust-bin-1.92.0/rust-1.92.0-x86_64-apple-darwin.tar.gz) = 2f9610a73048efac56d2e253eb8b800ee7bb07b279b3cfedd7ce9c35d128572c44b32b10f6be0e21a88b669641bca15170c5230143841e5efe8d370d8809a0ce
 Size (rust-bin-1.92.0/rust-1.92.0-x86_64-apple-darwin.tar.gz) = 335062354 bytes


Home | Main Index | Thread Index | Old Index