remove RCSTag from lang/rust

This commit is contained in:
semarie 2022-03-10 13:18:43 +00:00
parent 8b29897020
commit af35425fa3
23 changed files with 9 additions and 28 deletions

View File

@ -1,5 +1,3 @@
# $OpenBSD: Makefile,v 1.140 2022/02/25 07:28:46 semarie Exp $
ONLY_FOR_ARCHS = ${RUST_ARCHS}
.if "${MACHINE_ARCH}" == "i386"

View File

@ -1,4 +1,3 @@
$OpenBSD: patch-compiler_rustc_mir_transform_src_abort_unwinding_calls_rs,v 1.1 2021/12/02 14:59:19 semarie Exp $
Workaround for sparc64
https://github.com/rust-lang/rust/issues/90064

View File

@ -1,5 +1,5 @@
$OpenBSD: patch-compiler_rustc_session_src_filesearch_rs,v 1.4 2021/12/02 14:59:19 semarie Exp $
fallback to LOCALBASE as default sysroot.
Index: compiler/rustc_session/src/filesearch.rs
--- compiler/rustc_session/src/filesearch.rs.orig
+++ compiler/rustc_session/src/filesearch.rs

View File

@ -1,6 +1,6 @@
$OpenBSD: patch-compiler_rustc_target_src_spec_i686_unknown_openbsd_rs,v 1.5 2021/06/20 18:07:09 semarie Exp $
i386 should be pentiumpro (no SSE2, no ...)
pass -znotext to avoid relocation problem with __rust_probestack symbol
Index: compiler/rustc_target/src/spec/i686_unknown_openbsd.rs
--- compiler/rustc_target/src/spec/i686_unknown_openbsd.rs.orig
+++ compiler/rustc_target/src/spec/i686_unknown_openbsd.rs

View File

@ -1,5 +1,5 @@
$OpenBSD: patch-library_std_src_sys_unix_os_rs,v 1.9 2022/02/25 07:28:46 semarie Exp $
argv0 isn't suitable as current_exe() in all cases.
Index: library/std/src/sys/unix/os.rs
--- library/std/src/sys/unix/os.rs.orig
+++ library/std/src/sys/unix/os.rs

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-src_bootstrap_bin_rustc_rs,v 1.18 2022/02/25 07:28:46 semarie Exp $
try to reduce memory usage on aarch64 and i386:
- reduce memory use by retaining fewer names within compilation artifacts
- divise (with codegen-units) the unit in smaller parts to manipulate it
Index: src/bootstrap/bin/rustc.rs
--- src/bootstrap/bin/rustc.rs.orig
+++ src/bootstrap/bin/rustc.rs

View File

@ -1,4 +1,3 @@
$OpenBSD: patch-src_bootstrap_bootstrap_py,v 1.20 2022/02/25 07:28:46 semarie Exp $
Workaround for sparc64: bootstrap segfaults without -O3
Index: src/bootstrap/bootstrap.py

View File

@ -1,6 +1,6 @@
$OpenBSD: patch-src_bootstrap_lib_rs,v 1.40 2022/02/25 07:28:46 semarie Exp $
let us compilation choice to be honored.
https://github.com/rust-lang/rust/issues/39900
Index: src/bootstrap/lib.rs
--- src/bootstrap/lib.rs.orig
+++ src/bootstrap/lib.rs

View File

@ -1,4 +1,3 @@
$OpenBSD: patch-src_bootstrap_test_rs,v 1.24 2022/01/14 07:18:46 semarie Exp $
Disable "Bootstrap" test by default (it requires network).
Index: src/bootstrap/test.rs

View File

@ -1,5 +1,5 @@
$OpenBSD: patch-src_etc_rust-gdb,v 1.9 2020/06/09 06:39:30 semarie Exp $
use egdb (gdb from ports)
Index: src/etc/rust-gdb
--- src/etc/rust-gdb.orig
+++ src/etc/rust-gdb

View File

@ -1,5 +1,3 @@
$OpenBSD: patch-src_test_run-make-fulldeps_relocation-model_Makefile,v 1.1 2018/05/22 06:04:33 landry Exp $
Index: src/test/run-make-fulldeps/relocation-model/Makefile
--- src/test/run-make-fulldeps/relocation-model/Makefile.orig
+++ src/test/run-make-fulldeps/relocation-model/Makefile

View File

@ -1,5 +1,3 @@
$OpenBSD: patch-src_test_ui-fulldeps_myriad-closures_rs,v 1.1 2019/09/29 08:23:17 semarie Exp $
Index: src/test/ui-fulldeps/myriad-closures.rs
--- src/test/ui-fulldeps/myriad-closures.rs.orig
+++ src/test/ui-fulldeps/myriad-closures.rs

View File

@ -1,5 +1,5 @@
$OpenBSD: patch-src_test_ui_abi_stack-probes-lto_rs,v 1.2 2021/02/13 18:31:24 semarie Exp $
Disable stack-probes test (MAP_STACK terminate the process in a way the testsuite fails).
Index: src/test/ui/abi/stack-probes-lto.rs
--- src/test/ui/abi/stack-probes-lto.rs.orig
+++ src/test/ui/abi/stack-probes-lto.rs

View File

@ -1,5 +1,5 @@
$OpenBSD: patch-src_test_ui_abi_stack-probes_rs,v 1.2 2021/02/13 18:31:24 semarie Exp $
Disable stack-probes test (MAP_STACK terminate the process in a way the testsuite fails).
Index: src/test/ui/abi/stack-probes.rs
--- src/test/ui/abi/stack-probes.rs.orig
+++ src/test/ui/abi/stack-probes.rs

View File

@ -1,5 +1,3 @@
$OpenBSD: patch-src_test_ui_runtime_out-of-stack_rs,v 1.1 2022/01/14 07:18:46 semarie Exp $
Index: src/test/ui/runtime/out-of-stack.rs
--- src/test/ui/runtime/out-of-stack.rs.orig
+++ src/test/ui/runtime/out-of-stack.rs

View File

@ -1,5 +1,5 @@
$OpenBSD: patch-src_test_ui_sse2_rs,v 1.2 2021/02/13 18:31:24 semarie Exp $
Disable SSE2 tests for i386.
Index: src/test/ui/sse2.rs
--- src/test/ui/sse2.rs.orig
+++ src/test/ui/sse2.rs

View File

@ -1,5 +1,3 @@
$OpenBSD: patch-src_tools_cargo_crates_cargo-test-support_src_paths_rs,v 1.6 2021/09/09 15:07:40 semarie Exp $
Index: src/tools/cargo/crates/cargo-test-support/src/paths.rs
--- src/tools/cargo/crates/cargo-test-support/src/paths.rs.orig
+++ src/tools/cargo/crates/cargo-test-support/src/paths.rs

View File

@ -1,4 +1,3 @@
$OpenBSD: patch-vendor_libgit2-sys_build_rs,v 1.1 2022/02/25 07:28:46 semarie Exp $
libgit2: force embedded version
Index: vendor/libgit2-sys/build.rs

View File

@ -1,4 +1,3 @@
$OpenBSD: patch-vendor_openssl-sys_build_main_rs,v 1.7 2021/09/09 15:07:40 semarie Exp $
The LibreSSL version in -current isn't explicitly supported.
Index: vendor/openssl-sys/build/main.rs
--- vendor/openssl-sys/build/main.rs.orig

View File

@ -1,4 +1,3 @@
@comment $OpenBSD: PLIST-clippy,v 1.2 2020/04/18 06:47:10 semarie Exp $
@bin bin/cargo-clippy
@bin bin/clippy-driver
share/doc/clippy/

View File

@ -1,4 +1,3 @@
@comment $OpenBSD: PLIST-gdb,v 1.5 2020/11/05 09:21:35 semarie Exp $
bin/rust-gdb
@comment bin/rust-gdbgui
lib/rustlib/etc/

View File

@ -1,4 +1,3 @@
@comment $OpenBSD: PLIST-main,v 1.38 2022/02/25 07:28:46 semarie Exp $
@conflict cargo-<0.20.0
@pkgpath devel/cargo
@bin bin/cargo

View File

@ -1,4 +1,3 @@
@comment $OpenBSD: PLIST-rustfmt,v 1.1 2018/12/16 09:19:57 semarie Exp $
@bin bin/cargo-fmt
@bin bin/rustfmt
share/doc/rustfmt/