| Age | Commit message (Collapse) | Author |
|
* 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>
|
|
* 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>
|
|
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
|
|
* [libarchive] disable libbb2 until properly handled
* [libarchive] bump version
* update version refs
* update refs
|
|
|
|
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>
|
|
* 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>
|
|
|
|
|
|
16.6 (#11570)
* [libarchive] Disable C4061 which causes build to fail in Visual Studio 2019 16.6
* Bump verison.
|
|
* [libarchive] add zlib and zstd to wrapper and expose zstd as a build feature.
* bump control
|
|
* [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
|
|
|
|
(#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
|
|
|
|
* [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
|
|
|
|
* [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]`.
|
|
changing download locations.
|
|
|
|
Fix #3271.
|
|
|
|
|
|
|
|
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.
|
|
|
|
|