aboutsummaryrefslogtreecommitdiff
path: root/ports/libarchive/portfile.cmake
AgeCommit message (Collapse)Author
2021-09-24[libarchive,lz4] Fix pc file, modernize portfile (#20146)Kai Pastor
* Fix pc file * Modernize portfile * OpenSSL unused on 'Darwin' * x-add-version * More port cleanup (CR requests) * Revise wrapper, using find_package * Don't use pkgconfig modules for windows openssl * Update versions * Use namespaced variables for custom lzo lookup * Wrapper needs CMP0012 * Skip dependencies if not LibArchive_FOUND * Update versions * Fix liblz4.pc debug lib fixup * Update versions Co-authored-by: NancyLi1013 <lirui09@beyondsoft.com>
2021-09-13[libarchive] update to 3.5.2 (#16845)Matthieu Penant
* libarchive 3.5.1 attempt to create package - error on libiconv. * update sha based on build error * Turn off the CMAKE_USE_SYSTEM_LIBARCHIVE option * remove unused patches * remove empty patches * Update scripts/test_ports/cmake/portfile.cmake Co-authored-by: Alexander Neumann <30894796+Neumann-A@users.noreply.github.com> * revisit control file -> vcpkg.json * recover patch files * remove port version per auto-review * restore INCLUDE(CreatePkgConfigFile) * update git-tree after merge * patches not referenced #facepalm * Update libarchive.json * added missing FEATURES keyword * update git-tree + merge fix * Update libarchive.json * Update libarchive.json * Update libarchive.json * libarchive 3.5.2 * formatting + git-tree * Update libarchive.json * should not remove wrapper ? * Update libarchive.json * revert patch original EOF * update version Co-authored-by: Jonliu1993 <13720414433@163.com> Co-authored-by: Alexander Neumann <30894796+Neumann-A@users.noreply.github.com> Co-authored-by: Seika <seika@machinex.ca>
2021-08-10[libarchive] Restore pkgconfig file (#19428)Wolfgang Stöggl
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
2021-05-11[libarchive] disable libb2 until properly handled (#17266)Stefano Sinigardi
* [libarchive] disable libbb2 until properly handled * [libarchive] bump version * update version refs * update refs
2021-04-19[libarchive] Fix static linking dependencies (#16082)DDoSolitary
2021-01-16[libarchive+tesseract+opencv] add missing libarchiveConfig.cmake, fix ↵Stefano Sinigardi
tesseract downstream and unblock opencv CI (#15089) * [tesseract] add missing reference for downstream projects * [tesseract] restore ci, fix many regressions that are uncovered by that * Update ports/opencv2/CONTROL Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> * [opencv] fix regressions on uwp, accept failure on arm64 for now * Apply suggestions from code review Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> * [opencv4] allow failures on all arm windows targets, both win32 and uwp * adopts hints from #15180 * [libarchive] bump control version * [libarchive] use vcpkg-cmake-wrapper instead of a custom libarchiveConfig, since it is vcpkg-provided and not port-provided * enable features to be visible in parent scope * apply documentation fix from CI * [libarchive] remove unnecessary lines in portfile * fix regressions * Update ports/gdcm/CONTROL * use more compact logic syntax * add new versions to baseline Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
2020-11-16[baseline][libarchive] : regression fix (#14579)Matioupi
* Fix regression cf. https://github.com/microsoft/vcpkg/issues/14567 introduced with commit https://github.com/microsoft/vcpkg/commit/5dc53211caedebf4387d590155ed53ee44161f10 * Changes as suggested in https://github.com/microsoft/vcpkg/pull/14579#discussion_r523812601 and following * Change as suggested in https://github.com/microsoft/vcpkg/pull/14579#discussion_r523809876 * [cmake] Fix dependency zstd * [cmake] Revert d14f917bd2c099575d2b5e57bfe8005ffa3d3506 * [libarchive] Fix cmake wrapper, add usage * Manual merge of https://github.com/microsoft/vcpkg/pull/14579/commits/fa887c48f10da9db4a3a3f9e7a0b186866711ea9 Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com>
2020-11-13[libarchive] Re-fix dependencies, combine patches (#14535)Jack·Boos·Yu
2020-08-31[libarchive] Update to 3.4.3 (#13179)JonLiu1993
2020-05-26[libarchive] Disable C4061 which causes build to fail in Visual Studio 2019 ↵Billy O'Neal
16.6 (#11570) * [libarchive] Disable C4061 which causes build to fail in Visual Studio 2019 16.6 * Bump verison.
2020-04-27[libarchive] expose zstd as a build feature (#11044)Alexander Neumann
* [libarchive] add zlib and zstd to wrapper and expose zstd as a build feature. * bump control
2020-04-17[libarchive, libuv]Fix static linkage (#10769)Alexander Neumann
* [libarchive] fix static linkage of libarchive in dependent ports (non yet) * [libuv] fix static builds of dependent ports * modernize portfiles * remove POSIX_REGEX_LIB=NONE since it is added elsewhere * remove debug message
2020-01-17[libarchive] Update to 3.4.1 (#9676)Oleg Shparber
2019-12-21[vcpkg-baseline] Fixes for vtk, libarchive, xalan-c, and openvpn3 on Linux ↵Robert Schumacher
(#9411) * [libarchive] Fix cpu_set_t missing * [xalan-c] Fix flakiness in presense of ICU * [openvpn3] Add missing bits/endian.h include * [vcpkg-baseline] Mark vtk as no longer failing
2019-10-11fix mixed release and debug build (was always using zstd release)Julian Scholle
2019-08-24[many ports] Updates 2019.07.09 (#7217)Robert Schumacher
* [many ports] Upgrades 2019.07.11 * Re-generate patches and fix build errors. * [manyport]Fix build errors. * Fix avro-c and console-bridge failures, revert curl and tesseract * fix botan failure * Fix build errors and undo some ports upgrades. * [aws-c-common,chipmunk,cxxopts,grpc]Fix build errors * Fix build errors. * [angle]Undo upgrade changes. * [directxtk]Fix UWP build error (#7233) * Revert leptonica since it cause tesseract failed * Revert jsonnet * [google-cloud-cpp] Disable parallel configure due to source directory writes * [many ports] Undo undesired changes * [bitsery] Fix indentation * [avro-c][aws-c-common][graphite2] Convert line endings to minimize PR diff * fix console-bridge and remove usockets unused patch * update ogre patch * [many ports] Revert unneeded changes w.r.t. master. Add missing write to console-bridge. * [console-bridge] Fix export macro * [avro-c] Revert upgrade; split to #7875 * [avro-c] Complete previous revert
2019-02-06[libarchive] Fix libxml2 feature not taking effect (#5298)Bo Anderson
2018-10-08[libarchive] Update to version 3.3.3, add feature support (#4407)Oleg Shparber
* [libarchive] Update to version 3.3.3, add feature support * [libarchive] Mark features as default to mimic previous behavior. To not install them, use `libarchive[core]`.
2018-07-02[cmark][gl3w][libpopt][libraw][libssh][live555] Fixes, mostly around ↵Robert Schumacher
changing download locations.
2018-05-23[libarchive] Fix indenting.DDoSolitary
2018-05-22Fix dep to lz4 for libarchive.DDoSolitary
Fix #3271.
2017-07-12[libarchive] update to 3.3.2codicodi
2017-05-10[libarchive] fix list of dependenciescodicodi
2017-04-05[libarchive] update to 3.3.1codicodi
2017-01-25[libarchive] Disable libiconv supportRobert Schumacher
This fixes an issue with the detection code on VS2017. Additionally, it appears that the functionality provided by libiconv is minimal on Windows due to the existance of the Win32 conversion APIs.
2017-01-24[libarchive] apply patchcodicodi
2017-01-05add libarchivecodicodi