Index: head/www/lychee/files/patch-Cargo.lock =================================================================== --- head/www/lychee/files/patch-Cargo.lock (nonexistent) +++ head/www/lychee/files/patch-Cargo.lock (revision 558174) @@ -0,0 +1,26 @@ +--- Cargo.lock.orig 2020-12-14 11:19:49 UTC ++++ Cargo.lock +@@ -2140,15 +2140,6 @@ source = "registry+https://github.com/rust-lang/crates + checksum = "77af24da69f9d9341038eba93a073b1fdaaa1b788221b00a69bce9e762cb32de" + + [[package]] +-name = "openssl-src" +-version = "111.13.0+1.1.1i" +-source = "registry+https://github.com/rust-lang/crates.io-index" +-checksum = "045e4dc48af57aad93d665885789b43222ae26f4886494da12d1ed58d309dcb6" +-dependencies = [ +- "cc", +-] +- +-[[package]] + name = "openssl-sys" + version = "0.9.58" + source = "registry+https://github.com/rust-lang/crates.io-index" +@@ -2157,7 +2148,6 @@ dependencies = [ + "autocfg", + "cc", + "libc", +- "openssl-src", + "pkg-config", + "vcpkg", + ] Property changes on: head/www/lychee/files/patch-Cargo.lock ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/www/lychee/files/patch-Cargo.toml =================================================================== --- head/www/lychee/files/patch-Cargo.toml (nonexistent) +++ head/www/lychee/files/patch-Cargo.toml (revision 558174) @@ -0,0 +1,9 @@ +--- Cargo.toml.orig 2020-12-14 11:18:17 UTC ++++ Cargo.toml +@@ -53,6 +53,3 @@ assert_cmd = "1.0" + predicates = "1.0" + uuid = { version = "0.8", features = ["v4"] } + tempfile = "3.1" +- +-[features] +-vendored-openssl = ["openssl-sys/vendored"] Property changes on: head/www/lychee/files/patch-Cargo.toml ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property