aboutsummaryrefslogtreecommitdiff
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-24CMake binary is now supplied to Meson in cross-compile configurations. (#19727)Krisztián Szabó
Co-authored-by: PhoebeHui <20694052+PhoebeHui@users.noreply.github.com>
2021-09-24[grpc] yet another library missing in pkg-config files (#20308)Carlos O'Ryan
2021-09-24[OpenCV3] fix build with latest protobuf (#20301)Stefano Sinigardi
* [OpenCV3] fix compatibility with latest protobuf * [OpenCV3] fix references
2021-09-24[spdlog] Update to 1.9.2 (#20294)chausner
* Update spdlog to 1.9.2 * Update CI baseline * Fix git-tree hash Co-authored-by: chausner <chausner@users.noreply.github.com>
2021-09-24Remove unnecessary <Delete> that races <Touch> (#20313)AndrewDeanMS
When VcpkgInstallManifestDependencies runs in parallel, the Delete in one task causes the touch in another to fail. The Delete isn't actually necessary to accomplish the goal here, so remove it.
2021-09-23[tensorflow-common] Shutdown server after 1 second. (#20273)Billy O'Neal
* [tensorflow-common] Shutdown server after 1 second. Attempts to reduce the probability of failures like https://dev.azure.com/vcpkg/public/_build/results?buildId=59950 * Version database
2021-09-23Fix build issues on OSX when these flags are enabled: osx-bindings, ↵boriskro
metal-bindings (#20281) * [imgui] Fix build issues on OSX * bump required cmake version because OBJCXX support has been introduced in 3.16 * set C++ standard to c++11 on Apple. Imgui own examples use c++14, however c++11 was found to be sufficient * enable Objective-C++ mode for *.mm sources * add `-fobjc-weak` flag for imgui_impl_metal.mm to fix compile error * [imgui] Fix build issues on OSX * bump required cmake version because OBJCXX support has been introduced in 3.16 * set C++ standard to c++11 on Apple. Imgui own examples use c++14, however c++11 was found to be sufficient * enable Objective-C++ mode for *.mm sources * add `-fobjc-weak` flag for imgui_impl_metal.mm to fix compile error * Update ports/imgui/vcpkg.json Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com> * [imgui] Fix manifest format * Ran `vcpkg x-add-version imgui` Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
2021-09-23[enet] Export config, support BUILD_SHARED_LIBS, and add usage (#20282)Spirrwell
* [enet] Export config, support BUILD_SHARED_LIBS, and add usage * [enet] Update with requested changes * Update the port version * Update the deprecated funcutions Co-authored-by: PhoebeHui <20694052+PhoebeHui@users.noreply.github.com>
2021-09-23[openmpi] Disable fortran mpi bindings explicitly (#20300)Phoebe
2021-09-23[pangomm] Update to 2.48.1 (#20293)HrOokami
* Update pangomm port to 2.48.1 This update should fix #18824 * Updating version in vcpkg.json * Updating version database
2021-09-23[dxsdk-d3dx/directxsdk] Add message to handle the conflicts between these ↵Cheney Wang
two ports (#20286) * [dxsdk-d3dx] Modify the destination path * [dxsdk-d3dx/directxsdk] Add message to handle the conflicts between these two ports Co-authored-by: Cheney-Wang <v-xincwa@microsoft.com>
2021-09-23[curl] Update to 7.79.1 (#20291)pastdue
* [curl] Update to 7.79.1 * Run x-add-version curl
2021-09-23[cjson] Updating to 1.7.15 (#20279)misirlou-tg
* Update cjson to 1.7.15 Also removing deprecated cmake functions, quoting paths * Run x-add-version * Update ports/cjson/portfile.cmake * Run x-add-version after latest commit Co-authored-by: nicole mazzuca <83086508+strega-nil-ms@users.noreply.github.com>
2021-09-23[scottt-debugbreak] New port (#20276)misirlou-tg
* [scottt-debugbreak] Adding new port * Run x-add-version
2021-09-23[New port] Add cpp-TimSort 2.1.0 (#20275)chausner
* Add new port cpp-timesort 2.1.0 * Update CI baseline * Resolve conversation * update version * add dquotes Co-authored-by: chausner <chausner@users.noreply.github.com> Co-authored-by: Jonliu1993 <13720414433@163.com> Co-authored-by: nicole mazzuca <mazzucan@outlook.com>
2021-09-23[icu] Fix mingw builds (#20253)Kai Pastor
* Fix mingw dll installation * Patch static lib naming * Update icu homepage * Fix mingw builds on windows triplet host * Update versions Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2021-09-23[argparse] Bumps argparse to version v2.2. (#20261)Marco Correia
* Bumps argparse to version v2.2. * Adds version. * Replaced deprecated functions. * Update ports/argparse/portfile.cmake Co-authored-by: Phoebe <20694052+PhoebeHui@users.noreply.github.com> * Update ports/argparse/portfile.cmake Co-authored-by: Phoebe <20694052+PhoebeHui@users.noreply.github.com> * Updates version. * Updates version. * Update ports/argparse/portfile.cmake Co-authored-by: nicole mazzuca <83086508+strega-nil-ms@users.noreply.github.com> * Update ports/argparse/vcpkg.json Co-authored-by: nicole mazzuca <83086508+strega-nil-ms@users.noreply.github.com> * Updates version. Co-authored-by: Phoebe <20694052+PhoebeHui@users.noreply.github.com> Co-authored-by: nicole mazzuca <83086508+strega-nil-ms@users.noreply.github.com>
2021-09-23[openmvg] Fix for building with eigen 3.4.0. (#20056)Alberto Luaces
* [openmvg] Fix for building with eigen 3.4.0. * Bump port version. * Convert "version-string" field into "version" Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> * Update vcpkg_check_features call * [openmvg] x-add-version Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
2021-09-23[libimobiledevice/libideviceactivation] update to latest version (#19962)JonLiu1993
* [libimobiledevice/libideviceactivation/libzen] update to latest version * update version * update vcpkg.json format * update version * fix export target * update version * update version * revert port libzen * update version * handle libzen conflict files * delete vcpkg_cmake_config_fixup * update version
2021-09-23[kf5xmlgui] New port (#19756)Dawid Wróbel
* Add kf5xmlgui port * Fixed kf5xmlgui for windows * [kf5*] update to 5.75.0 * [kf5xmlgui] update to current spec * [kf5xmlgui] update to 5.84 * [kf5xmlgui] remove extra build options * [kf5xmlgui] don't remove ksendbugmail, use vcpkg_copy_tools() instead * [kf5xmlgui] only remove what's needed * [kf5xmlgui] wrap paths in quotes * [kf5xmlgui] update versions * [kf5xmlgui] ksendbugmail is only built on Windows * [kf5xmlgui] update versions * [kf5xmlgui] add Qt Designer plugin feature * [kf5xmlgui] update versions * [kf5xmlgui] restore non-optional kglobalaccel dependency * [kf5xmlgui] update versions * [kf5xmlgui] DISABLE_PARALLEL_CONFIGURE * [kf5xmlgui] update versions * [kf5xmlgui] fix Windows static builds * [kf5xmlgui] update versions * [kf5xmlgui] add PACKAGE_NAME to vcpkg_cmake_config_fixup * [kf5xmlgui] update versions * [kf5xmlgui] fix Windows static build * [kf5xmlgui] update versions * [kf5xmlgui] add support for static builds to config.cmake * [kf5xmlgui] update versions * [kf5xmlgui] libiconv patches only for windows static builds * [kf5xmlgui] update versions * [kf5xmlgui] use semver * [kf5xmlgui] update versions * [kf5xmlgui] cleanup, iconv was fixed in kf5i18n * [kf5xmlgui] use generic, non-semver versioning * [kf5xmlgui] update versions * [kf5xmlgui] re-enable parallel configure * [kf5xmlgui] update versions * [kf5xmlgui] remove meta info from patches * [kf5xmlgui] update versions Co-authored-by: Kuntal Majumder <hellozee@disroot.org>
2021-09-23[vcpkg_fixup_pkgconfig] Add support for Cflags.private (#19852)Dawid Wróbel
2021-09-23[docs] Fix (some) broken links in documentation (#20303)Martin Hořeňovský
* Fix broken links to nondeprecated portfile helpers * Also link through to maintainers cmake ports
2021-09-23[lcms] Backfill compat for lcms::lcms (#20034)Robert Schumacher
* [lcms] Backfill compat for lcms::lcms * Remove :@TARGET_TRIPLET@ * Add comment for duplicate vcpkg_cmake_config_fixup. * [lcms] Update version db Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2021-09-23[benchmark] Update port to v1.6.0 (#20302)Martin Hořeňovský
Also replaced deprecated helpers with their new versions.
2021-09-22[libwebsockets] Enable separate debug and release builds (#20251)Ahmed Yarub Hani Al Nuaimi
* Enable separate release and debug builds for libwebsockets * Update libwebsockets's port version * Refactoring * Refactoring Co-authored-by: Ahmed Yarub Hani Al Nuaimi <ahmed.alnuaimi@zwift.com> Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2021-09-22[kubernetes] Kubernetes C Client (#20255)Ahmed Yarub Hani Al Nuaimi
* Kubernetes C Client's port * Kubernetes C Client's port * Replace deprecated methods * Add version file * Remove extra include directories * Fix version * Use vcpkg_from_github with a valid hash Remove usage file * Fix Aws Crypto Abstraction Layer and S2N builds * Update library version * Update library version * Update ports/kubernetes/vcpkg.json Co-authored-by: Phoebe <20694052+PhoebeHui@users.noreply.github.com> * Update ports/kubernetes/portfile.cmake Co-authored-by: Phoebe <20694052+PhoebeHui@users.noreply.github.com> * Update ports/kubernetes/vcpkg.json Co-authored-by: Phoebe <20694052+PhoebeHui@users.noreply.github.com> * Update version Co-authored-by: Ahmed Yarub Hani Al Nuaimi <ahmed.alnuaimi@zwift.com> Co-authored-by: Phoebe <20694052+PhoebeHui@users.noreply.github.com>
2021-09-22[pdcurses] metadata: fix homepage (#20284)Simon Sobisch
* pdcurses: fixed homepage * add port version * update version * revert 3.9 version hash Co-authored-by: Jonliu1993 <13720414433@163.com>
2021-09-22[s2n] update to 1.1.0 (#20277)Charles-Auguste Marois
2021-09-22[valijson] Update to version 0.6 (#20269)misirlou-tg
* Update varijson to version 0.6 Removing fix-nlohmann-json.patch, this patch is no longer needed * Run x-add-version
2021-09-22[gsl] Update to 2.7 (#20268)misirlou-tg
* Update gsl to version 2.7 * Updating portfile to remove deprecated functions These were the github-actions bot recommendations * Quoting string parameters, fixing version * Run x-add-version
2021-09-22[kf5diagram] new port (#20234)Dawid Wróbel
* [kf5diagram] new port * [kf5diagram] update versions Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2021-09-22[protobuf] upgrade to latest release (v3.18.0) (#20208)Carlos O'Ryan
* [protobuf] upgrade to latest release (v3.18.0) This requires patching OpenCV as it uses a function removed in the latest version of protobuf (FWIW, upstream OpenCV has a similar patch). * The arcus port also needs a patch * The caffe2 port also needs a patch * The brpc port also needs a patch
2021-09-22[libdjinterop] update to 0.16.0 (#20136)Be
* [libdjinterop] update to 0.16.0 * [sqlite3] add pkgconfig file Linux distributions typically use the SQLite autoconf package, but this port uses the SQLite amalgamation package with a custom CMakeLists.txt so the port needs to take care of installing the pkgconfig file.
2021-09-21[boost-modular-build-helper] Unify boost builds across OS's (#20220)ras0219
* [boost-modular-build-helper] Unify boost builds across OS's * [boost-modular-build-helper] Update version * [boost-modular-build-helper] Cleanup Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
2021-09-20[opentelemetry-cpp] Update to v1.0.0 (#20260)Sergii Baitala
2021-09-20[libsnoretoast] fix absolute include paths (#20229)Dawid Wróbel
* [libsnoretoast] fix absolute include paths * [libsnoretoast] fix versioning scheme * [libsnoretoast] update versions * Fix damage to previous version in the version database. Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2021-09-20[calceph] Add new port (#19759)gastineau
* initial port of calceph * apply correct format on vcpkg.json * add quotes in portfile * Update version database * add url to the documentation * Update version database * update vcpkg.json * update version * delete error version * remove useless on operating system * update database version * Apply suggestions from code review applied suggested changes about versions Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com> * update port number * update database version * format vcpkg.json * update version * update portfile.cmake error * update version * update portfile.cmake error * update portfile.cmake error * fix clflags in debug mode * update database version * add the debug flags * update version database * add space to avoid single quote for cflags in Makefile.vc * update version database * Update version database. Co-authored-by: Gastineau <Mickael.Gastineau@obspm.fr> Co-authored-by: Jonliu1993 <13720414433@163.com> Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com> Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2021-09-20[ci] Skip directxsdk:...windows and embree2:x64-linux in CI. (#20265)Billy O'Neal
Looked at most recent build https://dev.azure.com/vcpkg/public/_build/results?buildId=59859 REGRESSION: dxsdk-d3dx:x86-windows REGRESSION: dxsdk-d3dx:x64-windows ``` The following files are already installed in D:/installed/x86-windows and are in conflict with dxsdk-d3dx:x86-windows Installed by directxsdk:x86-windows debug/lib/d3dx10d.lib debug/lib/d3dx11d.lib debug/lib/d3dx9d.lib lib/d3dx10.lib lib/d3dx11.lib lib/d3dx9.lib ``` Probably caused by https://github.com/microsoft/vcpkg/pull/20053/ which removed windows & !windows from the directxsdk supports field. PASSING, REMOVE FROM FAIL LIST: cmark:x64-windows-static Already filed https://github.com/microsoft/vcpkg/pull/20216 last week about this. ARM: vcpkg crashed. Reported to team chat. OSX: agent died: ##[error]We stopped hearing from agent vcpkg-eg-mac-02. Looks to be the same outstanding tensorflow problem :( REGRESSION: embree3:x64-linux ``` Starting package 640/1653: embree3:x64-linux Building package embree3[avx,avx2,core,sse2,sse42]:x64-linux... -- Downloading https://github.com/embree/embree/archive/v3.12.2.tar.gz -> embree-embree-v3.12.2.tar.gz... -- Extracting source /mnt/vcpkg-ci/downloads/embree-embree-v3.12.2.tar.gz -- Applying patch fix-path.patch -- Applying patch fix-static-usage.patch -- Applying patch cmake_policy.patch -- Applying patch fix-targets-file-not-found.patch -- Using source at /mnt/vcpkg-ci/buildtrees/embree3/src/v3.12.2-cbae4ce8b1.clean -- Configuring x64-linux-dbg -- Configuring x64-linux-rel CMake Warning at scripts/cmake/vcpkg_configure_cmake.cmake:433 (message): The following variables are not used in CMakeLists.txt: EMBREE_STATIC_RUNTIME Please recheck them and remove the unnecessary options from the `vcpkg_configure_cmake` call. If these options should still be passed for whatever reason, please use the `MAYBE_UNUSED_VARIABLES` argument. Call Stack (most recent call first): ports/embree3/portfile.cmake:50 (vcpkg_configure_cmake) scripts/ports.cmake:140 (include) -- Building x64-linux-dbg -- Building x64-linux-rel -- Installing: /mnt/vcpkg-ci/packages/embree3_x64-linux/share/embree3/copyright -- Performing post-build validation ``` Probably caused by https://github.com/microsoft/vcpkg/pull/20053 which removed supports:windows from embree2.
2021-09-20[mDNSResponder] Update to 878.270.2 (#20226)Cheney Wang
Co-authored-by: Cheney-Wang <v-xincwa@microsoft.com>
2021-09-20[aws-sdk-cpp] Fix targets for aws-sdk-cpp components (#20222)Charles-Auguste Marois
* [s2n] Add missing release target * [aws-sdk-cpp] Fix targets
2021-09-20[gmp] Enable C++ support on Unix (#20205)Dawid Wróbel
* [gmp] enable C++ support * [gmp] update versions
2021-09-20[docs] Document deprecated functions from #20142 in the maintainer guide. ↵Billy O'Neal
(#20217) * Document deprecated functions from #20142 in the maintainer guide. See discussion at https://github.com/microsoft/vcpkg/pull/20142#issuecomment-921146572 * Reorder list to match natural `portfile.cmake` order, as suggested by @dg0yt
2021-09-20vcpkg ci: grep returns -1 when it finds nothing, use || true so that the ↵autoantwort
term returns 0 (#20236)
2021-09-20Unskip cmark:x64-windows-static in ci.baseline.txt. (#20216)Billy O'Neal
In last night's CI run: https://dev.azure.com/vcpkg/public/_build/results?buildId=59667 PASSING, REMOVE FROM FAIL LIST: cmark:x64-windows-static
2021-09-17[neon2sse] create a new port (#20200)Park DongHa
* [neon2sse] create a new port * [neon2sse] update baseline JSON * [neon2sse] use package name NEON2_S_SE
2021-09-17[libdatachannel] Export the include path to cmake configure file (#20225)Jack·Boos·Yu
* [libdatachannel] Export the include path to cmake configure file * version * Convert deprecated functions * version * Format * version
2021-09-17[ECM] fix FindCanberra for static builds (#20213)Dawid Wróbel
* [ECM] fix FindCanberra for static builds Also remove dangling do-not-override-custom-clang-format-files.patch * [ECM] use current spec * [ECM] wrap paths in quotes * [ECM] update versions
2021-09-17many-ports: Update supports field (#20053)autoantwort
* many-ports: Update supports field * Fix several "version-string"s. Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2021-09-17[kf5*] re-enable parallel configure, speed up compilation (#20202)Dawid Wróbel
* [kf5*] re-enable parallel configure * [kf5*] update versions