aboutsummaryrefslogtreecommitdiff
path: root/versions/l-/libarchive.json
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-09-02Fix target_link_libraries on repeated inclusion of wrappers (#19120)Kai Pastor
* Fix repeated inclusion of wrappers * x-add-version
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-04-02[libarchive] Remove lzo from the default feature list (#16957)Phoebe
* [libarchive] Remove lzo from the default feature list * Update the baseline version
2021-01-21[vcpkg] Rename `port_versions` to `versions` (#15784)nicole mazzuca