aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-08-07[secp256k1] Fix build failures and export cmake targets (#12630)Phoebe
* [secp256k1 Fix build failure and export cmake targets * Update the ci baseline file
2020-08-07[date] Fix config.cmake and usage (#12739)Jack·Boos·Yu
* [date] Fix config.cmake and usage * Correct fix * Remove wrapper and usage
2020-08-07[qwtw] Add new port (#12748)ig-or
* [qwtw] add new port (qwtw library) * CI baseline updated * [qwtw] CONTROL bug fix
2020-08-07[flac] Disable stack smash protection and FORTIFY_SOURCE for mingw (#12761)Long Nguyen
* [flac] Disable stack smash protection and FORTIFY_SOURCE for mingw * Change flag injection + copyright install
2020-08-07[boost] Add Supports fields and more accurately handle arm64-windows/x64-uwp ↵ras0219
(#12762) * [boost] Add Supports fields. Regenerate to better describe arm64-windows and UWP. * [ci.baseline.txt] Remove unneeded boost entries * [libtorrent] Modify Supports to cover arm64-windows * [ci.baseline.txt] Add exposed failures now that boost:arm64-windows builds * Update ports/boost-fiber/CONTROL * Update ports/boost/CONTROL Co-authored-by: Robert Schumacher <roschuma@microsoft.com> Co-authored-by: Phoebe <20694052+PhoebeHui@users.noreply.github.com>
2020-08-07[libtorrent] Update to 1.2.8 (#12768)Francisco Pombal
* [libtorrent] Update to 1.2.8 * Update scripts/ci.baseline.txt
2020-08-07[abseil] Fix CMake warning (#12781)Dico
* abseil: Patch to fix CMake Threads dependency warning. * abseil: Make portfile comment more concise
2020-08-07wip (#12782)Eitan Har-Shoshanim
2020-08-07[gSoap] Update to 2.8.105 and add a required shared directory (#12784)Sönke Schau
* [gSoap] Update to 2.8.105 and add a required shared directory * Add missing change in CONTROL file * Remove unneeded suffix from version and entries to ci.baseline.txt * Update CONTROL Update Supports field Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
2020-08-07[libu2f-server] Fix wrong include reference (#12786)Sönke Schau
* [libu2f-server] Fix wrong include reference * [libu2f-server] Added missing files CONTROL an portfile * Replace the patch with vcpkg_replace_string to fix up a header * Update ports/libu2f-server/CONTROL Co-authored-by: Phoebe <20694052+PhoebeHui@users.noreply.github.com> Co-authored-by: Phoebe <20694052+PhoebeHui@users.noreply.github.com>
2020-08-07[nlohmann-json] Update to 3.9.1 (#12787)Kevin Lu
2020-08-07[log4cpp] Fix header file install path (#12792)Lily
2020-08-07[ocoros-kdl] Fix the CMake config file (#12794)Sean Yen
* Adding fix. * bump version. * Use string replacement. * Update CONTROL * Update portfile.cmake Co-authored-by: Lily <47812810+LilyWangL@users.noreply.github.com>
2020-08-07[fmt] Update to 7.0.3 (#12806)Kevin Lu
2020-08-06[ffmpeg] fix FindFFMPEG.cmake to work properly even without avresample (#12635)Matthias C. M. Troffaes
* [ffmpeg] fix FindFFMPEG.cmake to work properly even without avresample When building ffmpeg[core] (without avresample support), FindFFMPEG.cmake claims to not have fully found the ffmpeg libraries, because it still looks for the avresample library. This patch fixes that problem. * [ffmpeg] minor update for consistency Co-authored-by: nicole mazzuca <mazzucan@outlook.com> * [ffmpeg] minor update for consistency Co-authored-by: nicole mazzuca <mazzucan@outlook.com> Co-authored-by: nicole mazzuca <mazzucan@outlook.com>
2020-08-06[colmap] Add port for COLMAP 3.6 (#12410)Pablo Speciale
* [colmap] Add port for COLMAP 3.6-dev.3 * Fixed some errors in portfile * Fixing some errors in portfile. These changes also move the binary (and *.bat) to `tools/` otherwise I get `POST_BUILD_CHECKS_FAILED`. I followed this recommendation: https://github.com/Microsoft/vcpkg/issues/834#issuecomment-288529839 Now the *.bat files need to be fixed with the correct path to `tools/` * Update ports/colmap/portfile.cmake Co-authored-by: Robert Schumacher <roschuma@microsoft.com> * Update ports/colmap/portfile.cmake Co-authored-by: Robert Schumacher <roschuma@microsoft.com> * Update ports/colmap/usage Co-authored-by: Robert Schumacher <roschuma@microsoft.com> * First working version, the line `vcpkg_copy_tools(TOOL_NAMES colmap AUTO_CLEAN)` helped. Now it does work running: > <vcpkg-root>\vcpkg\packages\colmap_x64-windows\tools\colmap\colmap.exe > <vcpkg-root>\vcpkg\packages\colmap_x64-windows\tools\colmap\colmap.exe gui ToDo: use `vcpkg.json`. * Using `vcpkg.json` instead of CONTROL file * Formatting json file: ./vcpkg.exe x-format-manifest --all * Changes suggested by @ahojnnes (colmap author). Waiting for the 3.7 release (probably today) to update the `REF` and `SHA512` * Changes proposed from @ahojnne to handle the internal colmap variables `DGIT_COMMIT_ID` and `DGIT_COMMIT_DATE` * Enabling TESTS (changes sent by @ahojnnes) * Updated to lastest tag to 3.6 * Updating to 3.6 * Ceres was missing suitesparse/lapack * Update ports/colmap/portfile.cmake (commit suggested by JackBoosY) Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com> * format manifest * Update ports/colmap/portfile.cmake Co-authored-by: nicole mazzuca <mazzucan@outlook.com> Co-authored-by: Robert Schumacher <roschuma@microsoft.com> Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com> Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com> Co-authored-by: nicole mazzuca <mazzucan@outlook.com>
2020-08-06[pangolin] Fix build failure on UNIX (#12515)Jack·Boos·Yu
* [pangolin] Finx find dependency ffmpeg components * update baseline * [pangolin] Improve portfile.cmake * [pangolin] Drop support with osx * disable static build * Add system libraries to dependency * Update ports/pangolin/CONTROL Co-authored-by: nicole mazzuca <mazzucan@outlook.com> Co-authored-by: nicole mazzuca <mazzucan@outlook.com>
2020-08-06[wtl ] Upgrade wtl to 10.0.10077. (#12688)Christian Ullrich
* [wtl] Update to 10.0.10077. Again. * Port version. * Better version representation. * Update ports/wtl/portfile.cmake * Update ports/wtl/portfile.cmake Update filename Co-authored-by: nicole mazzuca <mazzucan@outlook.com> Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
2020-08-06[lapack] add metaport lapack to switch lapack impl with an overlay (#12464)Alexander Neumann
* [lapack-select] add port lapack-select to select the lapack implementation * move (!osx) check into lapack select * correct the platform selection logic so that clapack is not forced. added external as a feature. made a dummy project to find the external provided LAPACK * fix the oscx regression. Actually need to specify external dependency on OSX * rename port to lapack and use build-depends
2020-08-06[fmt] Update to 7.0.2 + [spdlog] Update to 1.7.0 (#12312)Kevin Lu
* [fmt] Update to 7.0.0 * [fmt] Update to 7.0.1 * [spdlog] Update to 1.7.0 * [quill] Patch for fmt 7.x * [fmt] Update to 7.0.2 * [quill] Update baseline * [fmt] Use vcpkg_replace_string * remove unnecessary change to `SOURCE_PATH` Co-authored-by: Nicole Mazzuca <mazzucan@outlook.com>
2020-08-06[vcpkg] Fix vs2015 build (#12789)nicole mazzuca
* move windows bootstrap directory * fix paths * actually fix the build * fix path
2020-08-06[brotli] add pkgconfig / [freetype] depend on brotli (#12405)Alexander Neumann
* [brotli] add pkgconfig * [freetype] add pkgconfig and add dependency on brotli * [qt5-base] add new freetype dependency to brotli and zstd * [freetype] fix cmake paths * [freetype] removed renaming of include dir and unnecessary cmake fixes * [freetype-gl] fix glew include dir * [podofo] fix freetype search. * fixing wrong freetype stuff due to vcpkg owned wrong CMakeLists.txt ..... * fixing more freetype hidden issues. * [sfml] fix missing include * fix typo * [freetype] uncomment previous renaming of include folders * fix brotli linkage in static builds * remove added alias to avoid problems. * [freetype] add brotli to the wrapper * [lzokay] format manifest Co-authored-by: Nicole Mazzuca <mazzucan@outlook.com>
2020-08-06[vcpkg_build_qmake] Disable multi-threaded build when file fails to open ↵Jack·Boos·Yu
(#12752) * Disable multi-threaded build when file fails to open * re-trigger qt5 test
2020-08-06[lzokay] format manifest (#12766)nicole mazzuca
2020-08-05[jthread] Initial port (#12497)Rémy Tassoux
* [jthread] Initial port https://github.com/josuttis/jthread * [jthread] Add header only comment Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> * [jthread] Fix version date Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> * [jthread] Move headers to include directory Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> * [jthread] Rename the port josuttis-jthread * [jthread] Fix control port name Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> Co-authored-by: Rémy Tassoux <rt2@rasterizedworld.com>
2020-08-05[libffi] fix crash in debug (#12498)Mikhail Paulyshka
* [libffi] fix crash in debug (cherry picked from commit 78b3f05731556e23ad8f1ef8b168ad99cc1c4a9c) * Update CONTROL * [libffi] fix crash in debug (x86-windows) Co-authored-by: Lily <47812810+LilyWangL@users.noreply.github.com> Co-authored-by: Rolf Gebhardt <rolf.gebhardt@lbs-sw.de>
2020-08-05[pcre] Fix installation when only building release (#12629)Jack·Boos·Yu
* [pcre] Fix installation when only building debug * improve portfile.cmake * Improve portfile.cmake * Improve portfile.cmake * Update ports/pcre/portfile.cmake
2020-08-05[lzokay] Add new port (#12655)Willard
* added port for lzokay * formatting, move check_linkage to line one, use port variable
2020-08-05[libusb] build fails on windows due to symlink in extracted archive (#12656)General Jack O'Neill
* Update CONTROL * Change CONTROL file to use new Version and Port-Version setup * Increment Port-Version from 1 to 2 * Update portfile.cmake * Remove the README file after the file extract process from archive * The README file is a symlink to README.md but symlinks cause issues with MSBUILD on windows * Update portfile.cmake
2020-08-05[mpir, gmp] Add message to handle the conflicts between these two ports. ↵NancyLi1013
(#12664)
2020-08-05[blend2d] Update to beta_2020-07-31 (#12667)ZeeWanderer
2020-08-05[libmariadb] Include bundled zlib and openssl (#12669)Arves100
* [libmariadb] Include bundled zlib and openssl * Update ports/libmariadb/portfile.cmake * Update ports/libmariadb/CONTROL * Update ports/libmariadb/portfile.cmake * Update ports/libmariadb/portfile.cmake * Update ports/libmariadb/portfile.cmake Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
2020-08-05[libpq] only require bison and flex on Windows (#12674)Andrei Lebedev
Signed-off-by: Andrei Lebedev <lebdron@gmail.com>
2020-08-05[vcpkg] Add missing check for x86 (#12678)Arves100
2020-08-05[gamedev-framework] fix install path of *.cmake files (#12680)Julien Bernard
* [gf] fix install path of *.cmake files The port name (gamedev-framework) differs from the package name (gf). * [gf] increase port version
2020-08-05Upgrade quill port to version 1.3.3 (#12683)Odysseas Georgoudis
2020-08-05[monkeys-audio] Update to 5.48 (#12690)Wolfgang Stöggl
Released MAC_SDK files are currently only provided for download for a short period of time and replaced frequently by newer versions. See: https://monkeysaudio.com/files/ - The previous version in vcpkg is not available for download any more - Fixes: Downloading https://monkeysaudio.com/files/MAC_SDK_546.zip... Failed. Status: 22;"HTTP response code said error"
2020-08-05[ngspice] Initial port (#12695)Marek Roszko
* Add ngspice port Add the msvc specific include folder to be copied as well Fix 32-bit builds Use install_msbuild Remove fftw Fix 32-bit build again Update ci baseline and check linkage for dll only Use spaces consistently More clean Update ports/ngspice/CONTROL Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> Update ports/ngspice/portfile.cmake Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> Update ports/ngspice/portfile.cmake Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> Update ports/ngspice/portfile.cmake Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> Update scripts/ci.baseline.txt Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> remove uwp support Update ports/ngspice/CONTROL Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> * Update ports/ngspice/portfile.cmake Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> * Use the suggest supports Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
2020-08-05[vcpkg/ci] remove qt translations from skip list (#12699)Alexander Neumann
2020-08-05[vcpkg-ci-paraview] move into scripts/test_ports (#12701)Alexander Neumann
2020-08-05[nlohmann-json] Update to 3.9.0 (#12601)thewhiteninja
* Update to 3.9.0 * Update ports/nlohmann-json/CONTROL Co-authored-by: nicole mazzuca <mazzucan@outlook.com> * add a patch to fix the build and nlohmann-json checks. Co-authored-by: nicole mazzuca <mazzucan@outlook.com>
2020-08-05[libvpx] fix pdb paths (#12706)Matthias C. M. Troffaes
The name of the pdb file is always hardcoded in the lib file. The cmake script was renaming the pdb files causing them not to be found. This patch fixes that problem, reverting back to using the upstream pdb file names.
2020-08-05[netcdf-c] also depend on embree on osx (#12755)Alexander Neumann
* [netcdf-c] also depend on embree on osx * Update ports/netcdf-c/CONTROL Co-authored-by: ras0219 <533828+ras0219@users.noreply.github.com> Co-authored-by: ras0219 <533828+ras0219@users.noreply.github.com>
2020-08-05[pngpp] Add png++ port (as pngpp) (#12705)JackMacWindows
* Create vcpkg.json * Create portfile.cmake * Fixed CI * Update ports/pngpp/portfile.cmake Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com> * Update ports/pngpp/portfile.cmake Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com> Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
2020-08-05Upgrade CGAL to 5.0.3 (#12711)Maxime GIMENO
Co-authored-by: wangli28 <wangli28@beyondsoft.com>
2020-08-05Fix arm64-osx triplet not building for arm64 (#12716)Deadpikle
2020-08-05[vcpkg scripts] Add VCPKG_TARGET_IS_IOS (#12715)Deadpikle
2020-08-05[vcpkg] Fix prettify output not working in some cases (#12717)Deadpikle
If you changed VCPKG_TARGET_ARCHITECTURE to use x86_64, the prettify command failed to parse things properly. This was found during the changes made for #12657 and was completed by @strega-nil (thanks!).
2020-08-05[msbuild] Revert the importance to Normal (#12727)Phoebe
2020-08-05[teemo] Update to v2.1 (#12728)winsoft666
* teemo * 1. move header files to teemo folder. 2. add Cancel Event. 3. create directories automatically. * update teemo to v2.1 * update teemo code ref * remvoe cpprestsdk dependency