* Xbox triplets should not support ports with only copyleft licenses
* Reverted ports that build with xbox currently
* Fix conflict and rebase
* Update baseline
* Update baseline
* zeromq prevent using hosts libbsd when cross compiling
* update port version
* remove unwanted change
* add version
* Disable libbsd entirely to prevent mismatch between zeromq artifacts for shared/static objects
* update git tree hash
* Fix zeromq mingw build issues
* upd. zeromq port version (5 to 6)
* upd. zeromq version files
* Made dynamically set and declared flags based on VCPKG_LIBRARY_LINKAGE more explicit
* Update version database
* I mean
* version
* Update ports/zeromq/portfile.cmake
Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
* upd. zeromq version
* revert WITH_PERF_TOOLS changes
* upd. zeromq version
* reset zeromq BUILD_TESTS option to ZMQ_BUILD_TESTS CACHE var
* upd. zeromq version
Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com>
Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
* [zeromq] Download patch files for GitHub PRs
This is needed to have a stable checksum for the patches because GitHub
is returning a different checksum for the patches now because the index
objects are abbreviated to 9 characters instead of 10 characters, e.g.
for patch4311:
```diff
+ index 24cce83d1..c6d625188 100644
- index 24cce83d11..c6d625188d 100644
```
Reported at <https://github.com/microsoft/vcpkg/pull/22681#issuecomment-1061312320>.
A possible long-term fix is reported to GitHub at
<https://github.com/github/feedback/discussions/12531>.
* [zeromq] Update version
* Bulk remove vcpkg_fail_port_install calls.
Interesting ones have been split out into separate reviews, where "interesting" means "anything more than just deleting the call to vcpkg_fail_port_install",
In support of https://github.com/microsoft/vcpkg/pull/21502
* Update version database.
* Revert google benchmark changes already submitted as https://github.com/microsoft/vcpkg/pull/22728
* Repair version database.
* [many ports] call vcpkg_fixup_pkgconfig()
The ports generate pc files, but don't call vcpkg_fixup_pkgconfig() so that there are absolute paths in the pc files
* Update port-version for armadillo and polyclipping.
* Update version database.
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>