pkgsrc-WIP-changes archive

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

rust179-bin: Add back in NetBSD/mipsel, now there is a cross-built version.



Module Name:	pkgsrc-wip
Committed By:	Havard Eidnes <he%NetBSD.org@localhost>
Pushed By:	he
Date:		Tue Aug 6 15:58:01 2024 +0000
Changeset:	02fc2b58cb2d19699d5bb5a19fad8222b9451647

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

Log Message:
rust179-bin: Add back in NetBSD/mipsel, now there is a cross-built version.

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

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

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

diffs:
diff --git a/rust179-bin/Makefile b/rust179-bin/Makefile
index e9f8261f46..cd99034142 100644
--- a/rust179-bin/Makefile
+++ b/rust179-bin/Makefile
@@ -30,7 +30,7 @@ ONLY_FOR_PLATFORM+=	NetBSD-*-earmv6hf
 ONLY_FOR_PLATFORM+=	NetBSD-*-i386
 ONLY_FOR_PLATFORM+=	NetBSD-*-powerpc
 ONLY_FOR_PLATFORM+=	NetBSD-*-sparc64
-#ONLY_FOR_PLATFORM+=	NetBSD-*-mipsel
+ONLY_FOR_PLATFORM+=	NetBSD-*-mipsel
 ONLY_FOR_PLATFORM+=	NetBSD-*-riscv64
 
 # Illumos, jperkin@ provided binaries
@@ -169,14 +169,14 @@ DF:=		${DN}-${RUST_ARCH}${EXTRACT_SUFX}
 DISTFILES:=	${DISTFILES} ${DF}
 SITES.${DF}=	${NETBSD_REPO}
 .endif
-#.if !empty(MACHINE_PLATFORM:MNetBSD-*-mipsel) || make(distinfo) || make(makesum) || make(mdi)
-#RUST_ARCH:=	mipsel-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-*-mipsel) || make(distinfo) || make(makesum) || make(mdi)
+RUST_ARCH:=	mipsel-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-*-riscv64) || make(distinfo) || make(makesum) || make(mdi)
 RUST_ARCH:=	riscv64gc-unknown-netbsd
 DN:=		${DISTNAME}${NBSUF}
diff --git a/rust179-bin/distinfo b/rust179-bin/distinfo
index fa01015c5e..b72db9267e 100644
--- a/rust179-bin/distinfo
+++ b/rust179-bin/distinfo
@@ -24,6 +24,9 @@ Size (rust-bin-1.79.0/rust-1.79.0-i586-unknown-netbsd.tar.xz) = 185694828 bytes
 BLAKE2s (rust-bin-1.79.0/rust-1.79.0-i686-unknown-linux-gnu.tar.gz) = 31d7466f796971968a518084ae9e2d2707f1f6e60957b661d587e8eba7254c80
 SHA512 (rust-bin-1.79.0/rust-1.79.0-i686-unknown-linux-gnu.tar.gz) = b2972d14c5dbb12df7b57cf2aed0d0402f2b8295b0fc80da7fd385803da03d63ab8d5e27c7d6693bdbe5802597d130e9fc9667bca616e5cc81d283c23fe347c7
 Size (rust-bin-1.79.0/rust-1.79.0-i686-unknown-linux-gnu.tar.gz) = 429029849 bytes
+BLAKE2s (rust-bin-1.79.0/rust-1.79.0-mipsel-unknown-netbsd.tar.xz) = 87238b2e136b26405cb1bfe05285cd85f3adbc64d1719c1097642386b7e401b3
+SHA512 (rust-bin-1.79.0/rust-1.79.0-mipsel-unknown-netbsd.tar.xz) = 7fe631300f6878029acf4b3f743d2879f09964b772826f0c78ae22f718c77dc422dcaee0af8e7ee8d974f1bcd8fc4dee25e76b765484705eb70a0e9cbcdc2227
+Size (rust-bin-1.79.0/rust-1.79.0-mipsel-unknown-netbsd.tar.xz) = 151319904 bytes
 BLAKE2s (rust-bin-1.79.0/rust-1.79.0-powerpc-unknown-netbsd.tar.xz) = 7885fb1fe5077ad82bdeb560bb9af4c21eabe9a3ff9f6afcd9e9f1dd1d641c7c
 SHA512 (rust-bin-1.79.0/rust-1.79.0-powerpc-unknown-netbsd.tar.xz) = 60820e694a88e85eda6f333c77950ee7b3adf67b3071b15c93220b120d0ce72ee54daf959e824e52d9ff0bfd76d0786db75d3aa2b2b17e1fb04475464c9a3076
 Size (rust-bin-1.79.0/rust-1.79.0-powerpc-unknown-netbsd.tar.xz) = 198348404 bytes


Home | Main Index | Thread Index | Old Index