diff options
| author | Wolfgang Stöggl <c72578@yahoo.de> | 2021-08-10 09:57:48 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-10 00:57:48 -0700 |
| commit | 32f6448a9ea511ab33d02571917b9dd3cae578e2 (patch) | |
| tree | ea5ef224a340bf63b3d44400fd931d32c02bda78 /versions | |
| parent | dd462392f4651dcbce3051225a20b161035bef5e (diff) | |
| download | vcpkg-32f6448a9ea511ab33d02571917b9dd3cae578e2.tar.gz vcpkg-32f6448a9ea511ab33d02571917b9dd3cae578e2.zip | |
[libarchive] Restore pkgconfig file (#19428)
So far, generating libarchive.pc has been disabled by the
fix-buildsystem.patch, whereas INCLUDE(CreatePkgConfigFile) has
been removed from CMakeLists.txt
- Update fix-buildsystem.patch and allow creating the pkgconfig file
- Add vcpkg_fixup_pkgconfig() to portfile
- Add `FEATURES` keyword to vcpkg_check_features() to avoid deprecation
warning
Diffstat (limited to 'versions')
| -rw-r--r-- | versions/baseline.json | 2 | ||||
| -rw-r--r-- | versions/l-/libarchive.json | 5 |
2 files changed, 6 insertions, 1 deletions
diff --git a/versions/baseline.json b/versions/baseline.json index 17cb988ed..ad89b9320 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -3066,7 +3066,7 @@ }, "libarchive": { "baseline": "3.4.3", - "port-version": 6 + "port-version": 7 }, "libass": { "baseline": "0.15.1", diff --git a/versions/l-/libarchive.json b/versions/l-/libarchive.json index a586104d3..97dcae3bd 100644 --- a/versions/l-/libarchive.json +++ b/versions/l-/libarchive.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "3c9f2bae07e5615f25bfc8326b1b85686953e918", + "version-semver": "3.4.3", + "port-version": 7 + }, + { "git-tree": "8990b8db984f4a3652bb644608efd7dcd1573bf3", "version-semver": "3.4.3", "port-version": 6 |
