pkgsrc-WIP-changes archive

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

rust178-bin: use the new armv6 binary with non-TLS usage.



Module Name:	pkgsrc-wip
Committed By:	Havard Eidnes <he%NetBSD.org@localhost>
Pushed By:	he
Date:		Sun Aug 4 18:05:07 2024 +0000
Changeset:	a6afff6a3d8ff46a37853343bfe89aa2a72fd056

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

Log Message:
rust178-bin: use the new armv6 binary with non-TLS usage.

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

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

diffstat:
 rust178-bin/Makefile | 3 ++-
 rust178-bin/distinfo | 6 +++---
 2 files changed, 5 insertions(+), 4 deletions(-)

diffs:
diff --git a/rust178-bin/Makefile b/rust178-bin/Makefile
index 2b64dc3454..71ccd7ef7c 100644
--- a/rust178-bin/Makefile
+++ b/rust178-bin/Makefile
@@ -129,10 +129,11 @@ SITES.${DF}=	${NETBSD_REPO}
 #SITES.${DF}=	${NETBSD_REPO}
 #.endif
 .if !empty(MACHINE_PLATFORM:MNetBSD-*-earmv6hf) || make(distinfo) || make(makesum) || make(mdi)
+NB:=		-nb1
 RUST_ARCH:=	armv6-unknown-netbsd-eabihf
 DN:=		${DISTNAME}${NBSUF}
 EXTRACT_SUFX=	.tar.xz
-DF:=		${DN}-${RUST_ARCH}${EXTRACT_SUFX}
+DF:=		${DN}-${RUST_ARCH}${NB}${EXTRACT_SUFX}
 DISTFILES:=	${DISTFILES} ${DF}
 SITES.${DF}=	${NETBSD_REPO}
 .endif
diff --git a/rust178-bin/distinfo b/rust178-bin/distinfo
index a200627a28..c765a8f204 100644
--- a/rust178-bin/distinfo
+++ b/rust178-bin/distinfo
@@ -12,9 +12,9 @@ Size (rust-bin-1.78.0/rust-1.78.0-aarch64-unknown-linux-musl.tar.gz) = 383582050
 BLAKE2s (rust-bin-1.78.0/rust-1.78.0-aarch64-unknown-netbsd-nb1.tar.xz) = d690ca4901c0440956b573892165397814ad8fb0487b28df53d2fe7c59eb8265
 SHA512 (rust-bin-1.78.0/rust-1.78.0-aarch64-unknown-netbsd-nb1.tar.xz) = 3d0c7713da80081d37285972600ce717f5fe078ba5dc4bfc7b7b943fedb89c8a5b87bb6bce08ab9fa8e5c63038a88862e77e211459201a59e729aa94b9a2e680
 Size (rust-bin-1.78.0/rust-1.78.0-aarch64-unknown-netbsd-nb1.tar.xz) = 170867824 bytes
-BLAKE2s (rust-bin-1.78.0/rust-1.78.0-armv6-unknown-netbsd-eabihf.tar.xz) = 16aa3fb01f417c2b4752928934aa95680b444360ef0262b75a1c627f38347e0f
-SHA512 (rust-bin-1.78.0/rust-1.78.0-armv6-unknown-netbsd-eabihf.tar.xz) = 78f426b28d32bd5c4a54e6094f016de292fe49bdb190bfb12c68e16e8b82b6e8b497ede77f42409d93d26528f506672f9592f0037d51e2ff946c368e9b661f61
-Size (rust-bin-1.78.0/rust-1.78.0-armv6-unknown-netbsd-eabihf.tar.xz) = 145977172 bytes
+BLAKE2s (rust-bin-1.78.0/rust-1.78.0-armv6-unknown-netbsd-eabihf-nb1.tar.xz) = 18c44e4705814dcb55b19fc4c063056bcd6c1d8c0318f25c44de0ca993d782d0
+SHA512 (rust-bin-1.78.0/rust-1.78.0-armv6-unknown-netbsd-eabihf-nb1.tar.xz) = 5eee0abe4476de1206bc138b6460b5e02e13f7d9d45f1eb3c5b70fc9d881075dfa2b3365b110440993eec5e8ba6522fcfea0e477caf71f83a55ff527c3bb8dd3
+Size (rust-bin-1.78.0/rust-1.78.0-armv6-unknown-netbsd-eabihf-nb1.tar.xz) = 146012916 bytes
 BLAKE2s (rust-bin-1.78.0/rust-1.78.0-armv7-unknown-netbsd-eabihf-nb1.tar.xz) = ea5bfa6aecf7f964e909f656f1d1c5595e0414a4d677cd82d3b47e0d4306c503
 SHA512 (rust-bin-1.78.0/rust-1.78.0-armv7-unknown-netbsd-eabihf-nb1.tar.xz) = a0e3a4a8e596ce78760a1557b1d383d5e2152c19d4ee7befdce4779b5925e52a94fd0c8803b32ce6f36e2955c4fe0f2e4689ff8cad095f1d073a5aae7121ee52
 Size (rust-bin-1.78.0/rust-1.78.0-armv7-unknown-netbsd-eabihf-nb1.tar.xz) = 146930824 bytes


Home | Main Index | Thread Index | Old Index