aboutsummaryrefslogtreecommitdiff
path: root/ports
AgeCommit message (Collapse)Author
2020-12-29[libvpx] switch from yasm to nasm (#14545)Matthias C. M. Troffaes
* [libvpx] switch from yasm to nasm * [vcpkg] install nasm on azure for osx * Revert "[vcpkg] install nasm on azure for osx" This reverts commit f65ad1bdadb7b7b3a3b056186665f102b4f9aded. * [VMSS] Install nasm on OSX * [libvpx] bump port version * [libvpx] Add --as=nasm for non-MSVC triplets * [libvpx] Fix nasm debug format flag * Back out nasm change applied in https://github.com/microsoft/vcpkg/pull/15258 Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com> Co-authored-by: Long Nguyen <nguyen.long.908132@gmail.com> Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2020-12-28[cmake] update to 3.19.2 (#14716)Jack·Boos·Yu
* [cmake] update to 3.19.0 * update vmss * [cmake] update to 3.19.1 * [solid3] Fix configure error, fix static definition * [flann] Add feature hdf5 and fix it * [highfive] Fix dependency hdf5 * [simage] Fix configure error * [aws-c-common] Fix configure error * [cmake] Update to 3.19.2 * Revert changes about cmake bug * [VMSS] Update cmake path on Windows * [cmake] Update cmake hash * [minc] Fix dependency hdf5 * [cmake] Update cmake package name and path on MacOS Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2020-12-28Build results from 2020-12-27 (#15353)Billy O'Neal
* [capnproto] Remove from baseline. PASSING, REMOVE FROM FAIL LIST: capnproto:x64-windows (.\scripts\ci.baseline.txt) PASSING, REMOVE FROM FAIL LIST: capnproto:x64-windows-static (.\scripts\ci.baseline.txt) PASSING, REMOVE FROM FAIL LIST: capnproto:x86-windows (.\scripts\ci.baseline.txt) These were fixed by the update to VS2019 version 16.8. Other capnproto skips moved into "supports" because: capnp.lib(serialize-packed.c++.obj) : error LNK2019: unresolved external symbol __popcnt referenced in function "int __cdecl kj::popCount(unsigned int)" (?popCount@kj@@YAHI@Z) i.e. the port wants popcnt to exist and it doesn't, so this isn't an artifact of our CI. * Remove "passing: remove from fail list" entries. * [atk, atkmm, gdk-pixbuf, glibmm, gtkmm, libsigcpp, libxmlpp, pangomm] Acquire using HTTPS. * [chardir] Update osx download. * [leaf] Remove leaf in favor of boost-leaf. ``` Starting package 759/1414: leaf:x86-windows Building package leaf[core]:x86-windows... -- Downloading https://github.com/zajo/leaf/archive/0.2.2.tar.gz... -- Extracting source D:/downloads/zajo-leaf-0.2.2.tar.gz -- Using source at D:/buildtrees/leaf/src/0.2.2-26417cde9d.clean -- Configuring x86-windows -- Building x86-windows-dbg -- Building x86-windows-rel -- Installing: D:/packages/leaf_x86-windows/share/leaf/copyright -- Performing post-build validation -- Performing post-build validation done Uploaded binaries to 1 HTTP remotes. Building package leaf[core]:x86-windows... done Installing package leaf[core]:x86-windows... The following files are already installed in D:/installed/x86-windows and are in conflict with leaf:x86-windows Installed by boost-leaf:x86-windows include/boost/leaf/capture.hpp include/boost/leaf/common.hpp include/boost/leaf/context.hpp include/boost/leaf/detail/all.hpp include/boost/leaf/detail/demangle.hpp include/boost/leaf/detail/function_traits.hpp include/boost/leaf/detail/mp11.hpp include/boost/leaf/detail/optional.hpp include/boost/leaf/detail/print.hpp include/boost/leaf/error.hpp include/boost/leaf/exception.hpp include/boost/leaf/result.hpp Elapsed time for package leaf:x86-windows: 2.931 s ``` Caused by the update to Boost 1.75.0. Because this port is touching include/boost, I'm interpreting that as "the author intends users to use it as a Boost library", and have deleted this port in favor of the Boost version. * [magic-get] Remove magic-get in favor of boost-pfr. * Update ports/chartdir/portfile.cmake Co-authored-by: ras0219 <533828+ras0219@users.noreply.github.com> * Restore versions. * format-manifest Co-authored-by: ras0219 <533828+ras0219@users.noreply.github.com>
2020-12-28[cppunit] add linux support and bump version to 1.15.1 (#15018)dweckmann
2020-12-28Updated directxtk et al for cmake package support (#15210)Chuck Walbourn
2020-12-28[boost-modular-build-helper] Fix repeat building issue on linux and osx ↵Phoebe
(#15265)
2020-12-28[protobuf] Fix the default proto file path (#15246)Jack·Boos·Yu
2020-12-28[ijg-libjpeg] add new port (#14583)Park DongHa
2020-12-28[GLIBMM] Installing .pc file (#14988)HrOokami
2020-12-28[gloo] New Port (#15219)Jacob Kahn
2020-12-28Allow B2_OPTIONS_[DBG|REL] in BOOST_CMAKE_FRAGMENT (#15274)Kevin Lalumiere
2020-12-28[libsodium] use x64 specific gcc options only on x64 platform (#15269)Igor Kostenko
2020-12-28[gmp/nettle] Update to latest release revision (#15236)Phoebe
2020-12-28RESTinio updated to v.0.6.13. (#15338)eao197
2020-12-26Port for Microsoft GitHub DirectX-Headers (#15222)Chuck Walbourn
2020-12-26[boost-di] Update to 1.2.0 (#15286)Phoebe
* [boost-di] Update to 1.2.0 * Update the Repo
2020-12-26[libjpeg-turbo] fix incompatibility for c11 and c17 (#15234)Ronald
2020-12-26[sdl1] x64-windows-static-md fixes (#15126)ankurverma85
2020-12-26[imgui] Fix find dependencies (#15063)Jack·Boos·Yu
2020-12-24[minimp3] update to 2020-11-27 (#15295)JonLiu1993
2020-12-23[boost] update to 1.75.0 (#15090)yurybura
2020-12-23[zziplib] Uses upstream CMakeLists.txt (#15215)Long Nguyen
2020-12-23[ompl] upgrade to v1.5.1 (#15276)Sean Yen
2020-12-23[wtl] Update wtl to 10.0.10320 (#15266)Christian Ullrich
2020-12-23[dlib] adding missing cudnn depedency for cuda feature (#15277)Michał Walenciak
2020-12-23[libass] update to 0.15.0 (#15263)JonLiu1993
2020-12-22[libpqxx] update to 7.3.0 (#15259)JonLiu1993
2020-12-22[Hedley] Update to v14 (#15240)Pratik Chowdhury
2020-12-22[x-plane] Update to 3.0.3 (#15244)Avee
2020-12-22[ctp] bugfix for linux-x64 and file name case sensitivity (#15183)Vincent Gao
2020-12-22[spatialite-tools]update to 5.0.0 (#15039)Long Huan
2020-12-22[curl] Add feature idn2 (#14807)Jack·Boos·Yu
Thanks for fixing phantom dependencies!
2020-12-22[many ports] add GnuPG libraries (#13950)Dawid Wróbel
2020-12-22[opentracing] Update VMs 2020-12 (#15151)Billy O'Neal
* Add meson from https://github.com/microsoft/vcpkg/pull/12860/ * Add autoconf-archive from https://github.com/microsoft/vcpkg/pull/13081/ * Add kf5windowsystem libs from https://github.com/microsoft/vcpkg/pull/13467/ * Open the FTP and SFTP ports from https://github.com/microsoft/vcpkg/pull/14412/ * Add libxcb-util0-dev from https://github.com/microsoft/vcpkg/pull/14678/ * Add libasound2-dev from https://github.com/microsoft/vcpkg/pull/14774 * Remove no longer necessary apt-mark calls. * Update nasm on Linux. * Fix longstanding bug where Storage was publicly accessible and change to generate SAS token rather than File Share * Delete no longer necessary azure storage firewall rules. * Install the newer Windows SDK with the VS installer instead of manually. * Install the VS2015 and VS2017 compilers. * Update Powershell-Core to 7.1.0. * Update source of WDK. * Update pools. * [opentracing] Repair arm64-windows failures caused by mojibake in `expected.hpp` and errors in opentracing-cpp's lint for arm64 where it thinks exceptions are disabled when they are enabled. Fixes: C:\Dev\vcpkg\buildtrees\opentracing\src\b67575dab0-0250653c81.clean\3rd_party\include\opentracing/expected/expected.hpp(1): warning C4828: The file contains a character starting at offset 0x4a77 that is illegal in the current source character set (codepage 65001). Fixes: D:\buildtrees\opentracing\src\b67575dab0-0250653c81.clean\include\opentracing/tracer.h:223:5: error: cannot use 'try' with exceptions disabled [clang-diagnostic-error] try { ^ * [mmloader] Patch out overrides of CMAKE_C_FLAGS and CMAKE_CXX_FLAGS that inserted /WX. Note that this port sets /GS-, possibly because it may be for authoring shellcode. * Bump storage API version to 2020-04-08.
2020-12-21[ffmpeg] fix up the pkgconfig files (#15127)Jack·Boos·Yu
2020-12-21[qt5] Fix linux dynamic build (#15005)dweckmann
2020-12-21[avisynthplus] Update to 3.6.1 (#15214)wangqr
* [avisynthplus] Update to 3.6.1 * [avisynthplus] Do not limit system to Windows AVS+ supports linux and macOS. The OS limit was introduced in e7dc93f2026c171073bc30e3f8235c9caba419bc * Update vcpkg.json Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
2020-12-21[libspatialite] Update 5.0.0 (#15040)Long Huan
* update to 5.0.0 * update * update * fix static build failed * remove fix-latin-literals.patch * Update portfile.cmake
2020-12-18[civetweb] Disable extensive log output for debug builds (#15168)Gregor Jasny
2020-12-18SObjectizer updated to v.5.7.2.1. (#15182)eao197
2020-12-18[freetype] avoid target_link_libraries call since qt6 does not like it. (#15112)Alexander Neumann
2020-12-18[pegtl] Update to release version 3.1.0 (#15186)Bill Avery
2020-12-18[librttopo]new port (#15037)Long Huan
2020-12-18[python3] Build interpreter (#14891)Adam Johnson
2020-12-18[comms] fixes debug build configuration (#15159)Mathis Logemann
* set include directory correctly * Revert "set include directory correctly" This reverts commit bde9f290215dc685acdf115e5c2a5f332e2bbeb2. * try suggested fix * try changes * apply fix for comms-ublox * fix commsdsl * try moving in port dir * Revert "try moving in port dir" This reverts commit 93546df6880c621aa3db36e7f60ef4bc7062d0e0. * set port version * fix port version Co-authored-by: Victor Romero <romerosanchezv@gmail.com> * add usage file to comms * add line to usage Co-authored-by: Victor Romero <romerosanchezv@gmail.com>
2020-12-17[cppmicroservices] Fix warning C4834 (#15177)Cheney Wang
Co-authored-by: Cheney-Wang <v-xincwa@microsoft.com>
2020-12-17[osgearth/rocksdb] Update to latest release (#14976)NancyLi1013
2020-12-17[clrng] Add new port: clRNG (#14876)Nagy-Egri Máté Ferenc
2020-12-17[breakpad] Support breakpad_client on Linux & macOS (#15092)Gyusun Yeom
2020-12-17[mdns] added new port (#15142)Mathis Logemann