Received: by mail.netbsd.org (Postfix, from userid 605) id D22F684E53; Thu, 26 May 2022 10:09:34 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 15C6284DC2 for ; Thu, 26 May 2022 10:09:34 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id Bqps2fQjeBrj for ; Thu, 26 May 2022 10:09:33 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 6F84884C2C for ; Thu, 26 May 2022 10:09:33 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 13EC4FAEB; Thu, 26 May 2022 10:10:27 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_165355982782830" MIME-Version: 1.0 Date: Thu, 26 May 2022 10:10:27 +0000 From: "Jonathan Perkin" Subject: CVS commit: pkgsrc/lang/rust To: pkgsrc-changes@NetBSD.org Reply-To: jperkin@netbsd.org X-Mailer: log_accum Message-Id: <20220526101027.13EC4FAEB@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_165355982782830 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: jperkin Date: Thu May 26 10:10:26 UTC 2022 Modified Files: pkgsrc/lang/rust: Makefile distinfo Log Message: rust: Bump SunOS bootstrap and update target. To generate a diff of this commit: cvs rdiff -u -r1.258 -r1.259 pkgsrc/lang/rust/Makefile cvs rdiff -u -r1.146 -r1.147 pkgsrc/lang/rust/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_165355982782830 Content-Disposition: inline Content-Length: 3653 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/lang/rust/Makefile diff -u pkgsrc/lang/rust/Makefile:1.258 pkgsrc/lang/rust/Makefile:1.259 --- pkgsrc/lang/rust/Makefile:1.258 Wed May 25 21:31:26 2022 +++ pkgsrc/lang/rust/Makefile Thu May 26 10:10:26 2022 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.258 2022/05/25 21:31:26 he Exp $ +# $NetBSD: Makefile,v 1.259 2022/05/26 10:10:26 jperkin Exp $ DISTNAME= rustc-1.60.0-src PKGNAME= ${DISTNAME:S/rustc/rust/:S/-src//} @@ -231,7 +231,7 @@ pre-build-fix: # x86_64-sun-solaris bootstrap and comment out the overrides. # .if !empty(MACHINE_PLATFORM:MSunOS-*-x86_64) || make(distinfo) || make (makesum) || make(mdi) -RUST_STAGE0_VER= 1.58.1 +RUST_STAGE0_VER= 1.59.0 RUST_ARCH:= x86_64-unknown-illumos RUST_STAGE0:= rust-${RUST_STAGE0_VER}-${RUST_ARCH}.tar.gz SITES.${RUST_STAGE0}= https://us-east.manta.joyent.com/pkgsrc/public/pkg-bootstraps/ @@ -555,8 +555,7 @@ stage0-bootstrap: install for f in ${BOOTSTRAP_TMPDIR}/lib/*.so*; do \ ${ELFEDIT} -e 'dyn:runpath $$ORIGIN:$$ORIGIN/pkgsrc' $$f; \ done; \ - for f in ${BOOTSTRAP_TMPDIR}/lib/rustlib/*/*/*.so* \ - ${BOOTSTRAP_TMPDIR}/lib/rustlib/*/bin/*; do \ + for f in ${BOOTSTRAP_TMPDIR}/lib/rustlib/*/*/*.so*; do \ ${ELFEDIT} -e 'dyn:runpath $$ORIGIN:$$ORIGIN/../../..:$$ORIGIN/../../../pkgsrc' $$f; \ done; \ cd ${WRKDIR}; ${GTAR} -zcf ${BOOTSTRAP_NAME}.tar.gz ${BOOTSTRAP_NAME} Index: pkgsrc/lang/rust/distinfo diff -u pkgsrc/lang/rust/distinfo:1.146 pkgsrc/lang/rust/distinfo:1.147 --- pkgsrc/lang/rust/distinfo:1.146 Wed May 25 21:31:26 2022 +++ pkgsrc/lang/rust/distinfo Thu May 26 10:10:26 2022 @@ -1,8 +1,5 @@ -$NetBSD: distinfo,v 1.146 2022/05/25 21:31:26 he Exp $ +$NetBSD: distinfo,v 1.147 2022/05/26 10:10:26 jperkin Exp $ -BLAKE2s (rust-1.58.1-x86_64-unknown-illumos.tar.gz) = 867ef1783de52f6d6c59905d0fea90ac9db8ed623ed58956acba6af090521508 -SHA512 (rust-1.58.1-x86_64-unknown-illumos.tar.gz) = 9649f840e8052f3d77c40938d9e651035f181f7ed71b2d4375dd911a270cb9e3d1d86f8ca62629e230e02612d6972729b5f3becca16af9eb3c53c4538a4a2f3b -Size (rust-1.58.1-x86_64-unknown-illumos.tar.gz) = 196899563 bytes BLAKE2s (rust-1.59.0-aarch64-apple-darwin.tar.gz) = 3b9fbd710b04c088470b04e8817217fb7f9549e42159ac9b0a210e746e53b20e SHA512 (rust-1.59.0-aarch64-apple-darwin.tar.gz) = b60feca7e1ca4ae9eb7550b82de475b47da8f14aa293c1e3e9c4321eed70f9a899003d567c870a81e5f5fdb88a74d1ff654a77fd6577a992170353037c05f963 Size (rust-1.59.0-aarch64-apple-darwin.tar.gz) = 275637417 bytes @@ -45,6 +42,9 @@ Size (rust-1.59.0-x86_64-apple-darwin.ta BLAKE2s (rust-1.59.0-x86_64-unknown-freebsd.tar.gz) = f85add6bf0d4150957c6bcbe832fcf4da8f4a948c620d44c6c1d753113fe576d SHA512 (rust-1.59.0-x86_64-unknown-freebsd.tar.gz) = a170d55e2e80f7e5855caf6f52ed392630cfa076430886c462ea466f5a7a7c81d033a0764b9021de0e86fe105e22e797f67e85be47b87833b6d5133e486ac12d Size (rust-1.59.0-x86_64-unknown-freebsd.tar.gz) = 269933327 bytes +BLAKE2s (rust-1.59.0-x86_64-unknown-illumos.tar.gz) = eb02521929ef646fce17a94813ca508d04d7f36144595bec9d86abff4eba016e +SHA512 (rust-1.59.0-x86_64-unknown-illumos.tar.gz) = 1955a4d9c61bfdeab0103c4fcad1d3f934ede5af0e29e59d42d4041f44609c5de42254b0cafd20f75ac2883225036fccf0cef4519110e648b3ae348baa6bcc31 +Size (rust-1.59.0-x86_64-unknown-illumos.tar.gz) = 199400581 bytes BLAKE2s (rust-1.59.0-x86_64-unknown-linux-gnu.tar.gz) = f60b459ad7b6d8286641fb318499a3caa3fea0868da63587c229dedacd019732 SHA512 (rust-1.59.0-x86_64-unknown-linux-gnu.tar.gz) = 460ed673cd260af28a3542bac95517e3a4e8bb63a029deecf5e5c671cd7784e73c9cabdcb0b7eb75a81a59d19671228d6a56093fd1712de7d9a76aeee43eca8a Size (rust-1.59.0-x86_64-unknown-linux-gnu.tar.gz) = 258629397 bytes --_----------=_165355982782830--