pkgsrc-WIP-changes archive

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

rust174-bin: add powerpc after surprisingly successful cross-build.



Module Name:	pkgsrc-wip
Committed By:	Havard Eidnes <he%NetBSD.org@localhost>
Pushed By:	he
Date:		Mon Nov 20 08:36:40 2023 +0000
Changeset:	1254deeaad43c0deca254852bb4585304ddf5865

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

Log Message:
rust174-bin: add powerpc after surprisingly successful cross-build.

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

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

diffstat:
 rust174-bin/Makefile | 20 ++++++++++----------
 rust174-bin/distinfo |  3 +++
 2 files changed, 13 insertions(+), 10 deletions(-)

diffs:
diff --git a/rust174-bin/Makefile b/rust174-bin/Makefile
index a1a2dfffd5..ed65ba9c98 100644
--- a/rust174-bin/Makefile
+++ b/rust174-bin/Makefile
@@ -28,7 +28,7 @@ ONLY_FOR_PLATFORM+=	NetBSD-*-aarch64eb
 ONLY_FOR_PLATFORM+=	NetBSD-*-earmv7hf
 ONLY_FOR_PLATFORM+=	NetBSD-*-earmv6hf
 ONLY_FOR_PLATFORM+=	NetBSD-*-i386
-#ONLY_FOR_PLATFORM+=	NetBSD-*-powerpc
+ONLY_FOR_PLATFORM+=	NetBSD-*-powerpc
 ONLY_FOR_PLATFORM+=	NetBSD-*-sparc64
 ONLY_FOR_PLATFORM+=	NetBSD-*-mipsel
 ONLY_FOR_PLATFORM+=	NetBSD-*-riscv64
@@ -148,15 +148,15 @@ DF:=		${DN}-${RUST_ARCH}${EXTRACT_SUFX}
 DISTFILES:=	${DISTFILES} ${DF}
 SITES.${DF}=	${NETBSD_REPO}
 .endif
-#.if !empty(MACHINE_PLATFORM:MNetBSD-*-powerpc) || make(distinfo) || make(makesum) || make(mdi)
-## Now only supports OS_VERSION >= 9.0
-#RUST_ARCH:=	powerpc-unknown-netbsd90
-#DN:=		${DISTNAME}${NBSUF}
-#EXTRACT_SUFX=	.tar.xz
-#DF:=		${DN}-${RUST_ARCH}${EXTRACT_SUFX}
-#DISTFILES:=	${DISTFILES} ${DF}
-#SITES.${DF}=	${NETBSD_REPO}
-#.endif
+.if !empty(MACHINE_PLATFORM:MNetBSD-*-powerpc) || make(distinfo) || make(makesum) || make(mdi)
+# Now only supports OS_VERSION >= 9.0
+RUST_ARCH:=	powerpc-unknown-netbsd
+DN:=		${DISTNAME}${NBSUF}
+EXTRACT_SUFX=	.tar.xz
+DF:=		${DN}-${RUST_ARCH}${EXTRACT_SUFX}
+DISTFILES:=	${DISTFILES} ${DF}
+SITES.${DF}=	${NETBSD_REPO}
+.endif
 .if !empty(MACHINE_PLATFORM:MNetBSD-*-sparc64) || make(distinfo) || make(makesum) || make(mdi)
 RUST_ARCH:=	sparc64-unknown-netbsd
 DN:=		${DISTNAME}${NBSUF}
diff --git a/rust174-bin/distinfo b/rust174-bin/distinfo
index d7648cb457..ce99c6e2f0 100644
--- a/rust174-bin/distinfo
+++ b/rust174-bin/distinfo
@@ -30,6 +30,9 @@ Size (rust-bin-1.74.0/rust-1.74.0-i686-unknown-linux-gnu.tar.gz) = 417514179 byt
 BLAKE2s (rust-bin-1.74.0/rust-1.74.0-mipsel-unknown-netbsd.tar.xz) = cff12b40e57da5bcc63c52f5598e2181c3068d8044e24701bf00a1fb61fe93e7
 SHA512 (rust-bin-1.74.0/rust-1.74.0-mipsel-unknown-netbsd.tar.xz) = a699622578842b098e77f7b6ef5f1525b807a94dc3919df8072591ec9021c4b2428d1ebead2cd85509f51a6e10a89b8288d5610dc125b0d8e2a6cfd90c6270b5
 Size (rust-bin-1.74.0/rust-1.74.0-mipsel-unknown-netbsd.tar.xz) = 140665480 bytes
+BLAKE2s (rust-bin-1.74.0/rust-1.74.0-powerpc-unknown-netbsd.tar.xz) = d42524d13febf7933028cb7fa530d92503aee236e22285daf773287066e48624
+SHA512 (rust-bin-1.74.0/rust-1.74.0-powerpc-unknown-netbsd.tar.xz) = 37ef5a26344ee1f12cb042ab2de03cec252d3d71e609ddb2a61dfda6a51756a2a9314ef176dc71990cca1a107e4cb482f96149897eb78e100bd41dc9a85b2d85
+Size (rust-bin-1.74.0/rust-1.74.0-powerpc-unknown-netbsd.tar.xz) = 189143076 bytes
 BLAKE2s (rust-bin-1.74.0/rust-1.74.0-riscv64gc-unknown-netbsd.tar.xz) = a33d25a0849432a03e2457276b415e6648e4b702d3e1c5b29f7b19f4694ff484
 SHA512 (rust-bin-1.74.0/rust-1.74.0-riscv64gc-unknown-netbsd.tar.xz) = 8b68ec3ea7e0c929a5bc341f7ecbff3bb3f4fac91b2a994d445d60b0079cc4ffcbafdf3079197cf3ae896ea71da79988cbe722b7b5e56bc57b2531a12e64112f
 Size (rust-bin-1.74.0/rust-1.74.0-riscv64gc-unknown-netbsd.tar.xz) = 172304872 bytes


Home | Main Index | Thread Index | Old Index