pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/rust



Module Name:    pkgsrc
Committed By:   tnn
Date:           Tue Jul 30 18:06:32 UTC 2024

Modified Files:
        pkgsrc/lang/rust: Makefile

Log Message:
rust: un-revert Makefile r1.308

I will sync the diffs to wip because apparently this package gets blindly
overwritten with whatever is in wip and changes get lost.


To generate a diff of this commit:
cvs rdiff -u -r1.313 -r1.314 pkgsrc/lang/rust/Makefile

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

Modified files:

Index: pkgsrc/lang/rust/Makefile
diff -u pkgsrc/lang/rust/Makefile:1.313 pkgsrc/lang/rust/Makefile:1.314
--- pkgsrc/lang/rust/Makefile:1.313     Tue Jul 30 18:01:15 2024
+++ pkgsrc/lang/rust/Makefile   Tue Jul 30 18:06:32 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.313 2024/07/30 18:01:15 tnn Exp $
+# $NetBSD: Makefile,v 1.314 2024/07/30 18:06:32 tnn Exp $
 
 DISTNAME=      rustc-1.79.0-src
 PKGNAME=       ${DISTNAME:S/rustc/rust/:S/-src//}
@@ -141,17 +141,9 @@ CONFIGURE_ARGS+=   --set llvm.targets="Mip
 CONFIGURE_ARGS+=       --set llvm.targets="Mips;X86"
 .endif
 
-CHECK_INTERPRETER_SKIP+=       lib/rustlib/src/rust/library/backtrace/ci/android-sdk.sh
-CHECK_INTERPRETER_SKIP+=       lib/rustlib/src/rust/library/backtrace/ci/debuglink.sh
-CHECK_INTERPRETER_SKIP+=       lib/rustlib/src/rust/library/backtrace/ci/run.sh
-CHECK_INTERPRETER_SKIP+=       lib/rustlib/src/rust/library/backtrace/ci/run-docker.sh
+CHECK_INTERPRETER_SKIP+=       lib/rustlib/src/rust/library/backtrace/ci/*.sh
 CHECK_INTERPRETER_SKIP+=       lib/rustlib/src/rust/library/core/src/unicode/printable.py
-CHECK_INTERPRETER_SKIP+=       lib/rustlib/src/rust/library/stdarch/ci/build-std-detect.sh
-CHECK_INTERPRETER_SKIP+=       lib/rustlib/src/rust/library/stdarch/ci/dox.sh
-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_INTERPRETER_SKIP+=       lib/rustlib/src/rust/library/stdarch/ci/*.sh
 CHECK_PORTABILITY_SKIP+=       tests/run-make/dump-ice-to-disk/check.sh
 CHECK_PORTABILITY_SKIP+=       vendor/libdbus-sys-0.2.5/vendor/dbus/tools/cmake-format
 



Home | Main Index | Thread Index | Old Index