From 9dc5f80db5e01ef2069907a1956a3cb8830ad4a7 Mon Sep 17 00:00:00 2001 From: Mathieu Pellerin Date: Wed, 6 Nov 2024 02:16:40 +0700 Subject: [PATCH] [libarchive ] Fix fix build on iOS (#41897) --- ports/libarchive/portfile.cmake | 1 + ports/libarchive/vcpkg.json | 2 +- versions/baseline.json | 2 +- versions/l-/libarchive.json | 5 +++++ 4 files changed, 8 insertions(+), 2 deletions(-) diff --git a/ports/libarchive/portfile.cmake b/ports/libarchive/portfile.cmake index c86fa82eba..ae0a2419f3 100644 --- a/ports/libarchive/portfile.cmake +++ b/ports/libarchive/portfile.cmake @@ -56,6 +56,7 @@ vcpkg_cmake_configure( -DENABLE_EXPAT=OFF -DENABLE_LibGCC=OFF -DENABLE_CNG=OFF + -DENABLE_UNZIP=OFF -DENABLE_TAR=OFF -DENABLE_CPIO=OFF -DENABLE_CAT=OFF diff --git a/ports/libarchive/vcpkg.json b/ports/libarchive/vcpkg.json index 0e4e13dd0d..80432f2095 100644 --- a/ports/libarchive/vcpkg.json +++ b/ports/libarchive/vcpkg.json @@ -1,7 +1,7 @@ { "name": "libarchive", "version": "3.7.7", - "port-version": 1, + "port-version": 2, "description": "Library for reading and writing streaming archives", "homepage": "https://www.libarchive.org", "license": null, diff --git a/versions/baseline.json b/versions/baseline.json index deb71cb6f7..943749e43d 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -4290,7 +4290,7 @@ }, "libarchive": { "baseline": "3.7.7", - "port-version": 1 + "port-version": 2 }, "libass": { "baseline": "0.17.3", diff --git a/versions/l-/libarchive.json b/versions/l-/libarchive.json index 7f97327bfe..af80633eb3 100644 --- a/versions/l-/libarchive.json +++ b/versions/l-/libarchive.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "273f56c8b692d2fb25364dd5b117f22449578ffe", + "version": "3.7.7", + "port-version": 2 + }, { "git-tree": "b77dc1277af32b25c44e58cc233a034fa6659110", "version": "3.7.7",