freebsd-ports/sysutils/eza/files/patch-cargo-crates_git2-0.19.0_Cargo.toml
Ken DEGUCHI 6e35767f6e sysutils/eza: update to 0.19.4
- unbundle OpenSSL

Changelog: https://github.com/eza-community/eza/releases/tag/v0.19.4

PR:		281577
Event:		EuroBSDcon 2024
2024-09-25 08:28:07 +02:00

13 lines
515 B
TOML

--- cargo-crates/git2-0.19.0/Cargo.toml.orig 1970-01-01 00:00:01 UTC
+++ cargo-crates/git2-0.19.0/Cargo.toml
@@ -69,10 +69,6 @@ vendored-libgit2 = ["libgit2-sys/vendored"]
ssh_key_from_memory = ["libgit2-sys/ssh_key_from_memory"]
unstable = []
vendored-libgit2 = ["libgit2-sys/vendored"]
-vendored-openssl = [
- "openssl-sys/vendored",
- "libgit2-sys/vendored-openssl",
-]
zlib-ng-compat = ["libgit2-sys/zlib-ng-compat"]
[target."cfg(all(unix, not(target_os = \"macos\")))".dependencies.openssl-probe]