Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3396184EAB for ; Fri, 17 Nov 2023 20:08:13 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id 6nb6XHf_95IL for ; Fri, 17 Nov 2023 20:08:12 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 7575584E6B for ; Fri, 17 Nov 2023 20:08:12 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 729F2FA3D; Fri, 17 Nov 2023 20:08:12 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1700251692109740" MIME-Version: 1.0 Date: Fri, 17 Nov 2023 20:08:12 +0000 From: "Tobias Nygren" Subject: CVS commit: pkgsrc/lang/rust To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: tnn@netbsd.org X-Mailer: log_accum Message-Id: <20231117200812.729F2FA3D@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1700251692109740 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: tnn Date: Fri Nov 17 20:08:12 UTC 2023 Modified Files: pkgsrc/lang/rust: Makefile Log Message: rust: add CHECK_PORTABILITY_SKIP To generate a diff of this commit: cvs rdiff -u -r1.297 -r1.298 pkgsrc/lang/rust/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1700251692109740 Content-Disposition: inline Content-Length: 913 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.297 pkgsrc/lang/rust/Makefile:1.298 --- pkgsrc/lang/rust/Makefile:1.297 Thu Nov 16 09:49:12 2023 +++ pkgsrc/lang/rust/Makefile Fri Nov 17 20:08:12 2023 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.297 2023/11/16 09:49:12 he Exp $ +# $NetBSD: Makefile,v 1.298 2023/11/17 20:08:12 tnn Exp $ DISTNAME= rustc-1.73.0-src PKGNAME= ${DISTNAME:S/rustc/rust/:S/-src//} @@ -153,6 +153,7 @@ CHECK_INTERPRETER_SKIP+= lib/rustlib/src CHECK_INTERPRETER_SKIP+= lib/rustlib/src/rust/library/stdarch/ci/run-docker.sh CHECK_INTERPRETER_SKIP+= lib/rustlib/src/rust/library/stdarch/ci/run.sh CHECK_INTERPRETER_SKIP+= lib/rustlib/src/rust/library/stdarch/ci/style.sh +CHECK_PORTABILITY_SKIP+= tests/run-make/dump-ice-to-disk/check.sh .if ${OPSYS} == "NetBSD" # This block contains information about known trouble on NetBSD and workarounds. --_----------=_1700251692109740--