git: 68b67866af88 - main - multimedia/ab-av1: drop unused workaround
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 09 Nov 2024 22:17:32 UTC
The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=68b67866af88e438bbe0fa533c2b8ba73ed962ea commit 68b67866af88e438bbe0fa533c2b8ba73ed962ea Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2024-11-09 21:45:19 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2024-11-09 22:15:40 +0000 multimedia/ab-av1: drop unused workaround --- multimedia/ab-av1/files/patch-rust-1.58 | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/multimedia/ab-av1/files/patch-rust-1.58 b/multimedia/ab-av1/files/patch-rust-1.58 deleted file mode 100644 index c94d59c4a003..000000000000 --- a/multimedia/ab-av1/files/patch-rust-1.58 +++ /dev/null @@ -1,17 +0,0 @@ -===> Updating Cargo.lock -error: failed to parse manifest at `.../ab-av1-0.3.0/Cargo.toml` - -Caused by: - feature `strip` is required - - The package requires the Cargo feature called `strip`, but that feature is not stabilized in this version of Cargo (1.58.0). - Consider trying a newer version of Cargo (this may require the nightly release). - See https://doc.rust-lang.org/nightly/cargo/reference/unstable.html#profile-strip-option for more information about the status of this feature. - ---- Cargo.toml.orig 2022-03-05 09:26:22 UTC -+++ Cargo.toml -@@ -33,4 +33,3 @@ opt-level = "s" - [profile.release] - lto = true - opt-level = "s" --strip = true