aboutsummaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Collapse)Author
2020-01-15[gperf] Initial implementation (#9505)Matwey V. Kornilov
2020-01-14[soem] Add new port (#9572)Sean Yen
* initial SOEM port. * don't use the vendored winpcap. * removed the unused flag. * addressed feedback. * addressed feedback.
2020-01-14[akali] Update to v1.41 (#9617)winsoft666
* Add: set(VCPKG_PLATFORM_TOOLSET v140) * add ppxbase and ppxnet. * nice, ppxbase and ppxnet can install successful. * update to v1.7 * + add duilib2 - update ppxbase, ppxnet. * set VCPKG_PLATFORM_TOOLSET to vc141. duilib2/ppxbase/ppxnet port. * library version. * duilib2, ppxbase version. * duilib2 version * update duilib2/ppxbase version. * update duilib2 code version. * update ppxbase version. update duilib2 version. * update ppxbase/duilib2 cmake config. * duilib2 version. * ppxbase version. * + add akali library. * update ports script. * ports update. * add akali * remove duilib2/ppxnet * revert * update akali version. * update akali version. * Update portfile.cmake * Update portfile.cmake * [akali] Update to v1.41 * Update portfile.cmake * [akali] Update version. * [akali] Remove the line akali:x64-osx=fail from /scripts/ci.baseline.txt
2020-01-13[vcpkg] Fix build type in vcpkg_build_make.cmake (#9602)NancyLi1013
* [vcpkg] Fix build type in vcpkg_build_make.cmake * Update x264 and libosip to test vcpkg_build_make() function * [x264] Update portfile.cmake
2020-01-13Introduce new policy to skip post verification of dll exports (#9642)martin-s
* - Introduce new policy to skip post verification of dll exports (see issue #9641). * - Fixed line endings.
2020-01-13[libpq, openssl, librtmp] libpq 12 and others with openssl 1.1.1d (#8566)Alexander Neumann
* [ports] Update openssl-unix to 1.1.1c * [ports] Update openssl-unix to 1.1.1d * [ports] openssl-unix platform 'AMD64' is called 'x86_64' on Linux * [ports] fix openssl platform * [ports] openssl-windows update openssl to 1.1.1d * [ports] Fix openssl post build * [ports] openssl add EnableUWPSupport.patch Reference: https://github.com/openssl/openssl/pull/8917 https://github.com/openssl/openssl/pull/9440 * [ports] openssl-uwp update openssl to 1.1.1d * Updated support for OpenSSL v1.1 With OpenSSL v1.1 we need an additional flag for ACE * update to 12.0 and change to vcpkg_configure_make * remove msys line * remove custom cmakelists * use --without-readline on linux * Update CONTROL Fix version * fix portfile * add all possible libpq features * create vcpkg_get_build_depends * create vcpkg_read_dependent_port_info * add vcpkg_write_port_info * fix a few bugs * libpq first succesful x86 build with core features. (files still must be moved) * always write the variable * Fix separate make and install execution error issue. * trigger CI system. * add openssl and win_bison win_flex patch * add configuration dependent patches * add bonjour as a dependency on macosx * apply patches and configure features * more patches to fix the windows build * more install fixes * remove unnecessary code * bit of code cleanup * remove unrelated files * remove unrelated function call. function was removed with last commit * removed hardcoded platform * fix patch * build only the interface libraries and nothing more * forgot to remove tool ecpg from install * seperate minimal install patch from normal install patch and introduce client feature * fix x86 Platform variable being x86 and not Win32 as required by the generated project * make linux build work * make more linux work * openssl return version number directly without calling openssl (should probably be done differently) * fix some more path and platform identification * comments to reduce install. currently libpq installs static and shared libraries and some tools on linux * patch arm * fix platform detection logic * make libpq osx buildable * Rename debug import library after build. (So that we don't affect external CMake users.) * revert debug naming and install a wrapper instead. * fix gdal regression due to name change * fix cutelyst regression due to qt5-base wrapper (why was it not using the target in the first place?) * correct wrapper install path * correct the arm patch. * trying to fix static gdal build * gdal still needs more work * update version of openssl in libpq openssl patch * nmap fix openssl * qt5 fix openssl * gdal fix openssl * librtmp migrate to openssl 1.1.1 * fail in patch since what is intended is not going to work in openssl 1.1.1 * fix static yara build * freedtds deactivate openssl feature until freetds decides to upgrade to 1.1 * fix libwebsockets cmakelists * fix the patch so that the generated targets also include crypt32 * xmlsec add threads dependency * bump control since I am unable to reproduce the regression * add pthread to openssl detection logic * fix freetds linkage missing crypt32 and fix the cmake checks. * fix the openssl wrapper to add the threads library * fix libmysql regression * add threads to openssl libraries. * upgrade libssh to 0.9 * fix nmap regression * fix mosquitto regression * fix openssl wrapper to make libarchive work * fix quickfix * changed patch a bit * improve freetds patch * fix case in librtmp * update control * bump control * fix case * make jasper a dependency of qt5-imageformats to fix flaky CI build. * add jasper libraries explicitly * jasper depends on freeglut so add it as a dependency. turbo_jpeg is also a dependency but that should already be handled in qt5-base * more glut names * bump control for macosx ci retry * fix slikenet regression * fix linebreak in qt5-base * update baseline * Update ci.baseline.txt those ports are not supported on UWP * [libevent] add dependency on libevent[threads] to openssl feature * [pdal,freerdp] Update CI baseline to fail * fix static pdal build * fix freerdp on linux * trying to revert some changes * revert changes in build make * revert x264 version bump Co-authored-by: Force Charlie <6904176+fcharlie@users.noreply.github.com> Co-authored-by: Johnny Willemsen <jwillemsen@remedy.nl> Co-authored-by: Lennart Trunk <lennart.trunk@outlook.de> Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com> Co-authored-by: Victor Romero <romerosanchezv@gmail.com>
2020-01-13[tfhe] Fix Mac support (#9649)SeekingMeaning
* [tfhe] Fix Mac support Co-authored-by: Nicole Mazzuca <mazzucan@outlook.com>
2020-01-13[vcpkg] Update baseline for OSX (#9669)Robert Schumacher
* ignore llvm:x64-osx in the baseline * fix baseline? * fix baseline 2: electric boogaloo * fix baseline 3: confirmed Co-authored-by: nicole mazzuca <mazzucan@outlook.com>
2020-01-13continue attempting to fix baseline for macosVictor Romero
2020-01-13[bullet3,qhull,fruit,libaaplus] Remove failure on MacOSVictor Romero
2020-01-13Merge branch 'master' into dev/jack/update_osx_baselineVictor Romero
2020-01-13[libplist,libyuv,highfive,pbc,intelrdfpmathlib,fmi4cpp] Update baseline to passVictor Romero
2020-01-10[libevhtp] Add new port (#8678)NancyLi1013
* [libevhtp] Add new port * Add homepage * Update ci.baseline.txt
2020-01-10[libwandio] Add new port (#8683)NancyLi1013
* [libwandio] Add new port * Update ci.baseline.txt
2020-01-10[caf] Update to 0.17.2 (#8888)Jack·Boos·Yu
* [caf]Upgrade to 0.17.2 * update baseline
2020-01-10[libplist] Update to 1.2.137 (#8936)Phoebe
* [libplist] Upgrade to 1.2.137 * Update CMakeLists.txt * [libplist] Update build status Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
2020-01-10[yoga, freetype-gl] Update osx baselineVictor Romero
2020-01-10[azure-kinect-sensor-sdk] Remove feature test and fix static build in ↵Jack·Boos·Yu
Windows (#9458) * [azure-kinect-sensor] Remove feature test and fix static build in Windows * [azure-kinect-sensor-sdk] Re-fix components install path using patch * [azure-kinect-sensor-sdk] Remove bin debug/bin in static build * update baseline
2020-01-09Map MinSizeRel and RelWithDebInfo correctly (#6393)Alexander Neumann
* Map MinSizeRel and RelWithDebInfo to Release by default * switch to CMAKE_CONFIGURATION_TYPES * changed mapping slightly * add empty list element to the mapping * more comments and an option to turn verbose messages on. * removed line info. It would require the file name to make sense out of it.
2020-01-09[sdl1]Change build method to vcpkg_*_make (#9207)Jack·Boos·Yu
* [sdl1]Change build method to vcpkg_*_make * [sdl1] Fix output message * [sdl1]Fix build. * [sdl1] Correct message * update baseline
2020-01-08[libguarded] Correct hashJackBoosY
2020-01-08Update baseline to fix osx failureJackBoosY
2020-01-06[libb2] Add new port (#8518)NancyLi1013
* [libb2] Add new port * Update * Update ci.baseline.txt
2020-01-06[tfhe] Add new port (#8386)NancyLi1013
* [tfhe] Add new port * Add the message for not support OSX * Update message and ci.baseline.txt
2020-01-06[libmagic] Add new port (#8650)NancyLi1013
* [libmagic] Add new port * Update * Add debug build * Rebuild * Update source address * Update ci.baseline.txt
2020-01-06update baselinedan-shaw
2020-01-06[nethost] Adding a port for nethost (#8701)Tanner Gooding
* Adding a port for nethost * Fixing ref, removing unneeded include, and marking unsupported architectures for nethost * Fixing the expected sha512 for nethost * Setting nethost to fail on static and uwp * Removing an unecessary file(REMOVE_RECURSE) from nethost * update baseline * [nethost] Update to latest from dotnet/runtime * [vcpkg-baseline] Update baseline for nethost * [vcpkg-baseline] Update baseline for nethost Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com> Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
2020-01-06[pdal] fix static build (#9308)Jack·Boos·Yu
* [pdal] fix static build * update baseline * [pdal] Re-fix find dependency geos * [padl] Find library geos_c/libgeos_c instead of library geos/libgeos * [pdal] Fix dependency boost * update baseline
2020-01-06[qt5-base] Fix Qt5 linux build and be a bit less flaky in CI (#9260)Alexander Neumann
* Fix static qt5 builds and ignore system qmake closes #9234 and #9239 * fix angle conflict and icu dependency * add egl-registry as a dependency * remove space * adding spaces resolved the problem * move files only if they exist * Update the Wrapper to use the Postgres target fixes some observed linkage issues * update baseline * add fontconfig on linux so CI is less flaky in a full rebuild * fix linkage dependent qt5-imageformats libs * Fix Wrapper for Linux and add other platform libs to Qt5::Core * fix plugin properties in cmake files * fix cmake files. * fix missing plugin qminimal deployment into tools dir * change wrapper slightly * UNIX also means APPLE so it needs to be excluded * fix the static windows build * mark the parts of fixcmake which require further work to work with single configuration builds * Update ci.baseline.txt make qt5-tools pass for CI testing * fix last regression * break auto fontconfig in configure script to fix qt5-tools * update baseline * enable verbose to debug ci * try to help it instead of breaking it * completly link icu * try to fix fontconfig configure * fix configure call. cannot be called with a list! * remove invalid line from patch * force icu and reduce the required icu libs according to the configure script * fix icu linkage * add more icu dependencies and names for windows * add more icu libs. Seems like all are needed * fix typo * print icu libs in debug * check releasenames * try again * change link order * add icu to wrapper * fix typo * patch icu configure for static windows builds * add other icu libraries to the icu patch * fix icu in x64-windows-static * update baseline. VTK builds in local WSL so it should work in CI * update VTK control to force rebuild * remove qt5-tools=pass from baseline * remove qcustomplot:x64-linux=fail from baseline Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
2020-01-06[sdl1] Add build support for ARM64 Windows 10 (#9301)Tatsuro Shibamura
* [sdl1] Add build support for ARM64 Windows 10 * update baseline * [sdl1] update version info * update baseline * Revert 5f71592f54eeb508a7a64f3bf3d4a770719029b8 Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
2020-01-06[akali] Add new port (#9499)winsoft666
* Add: set(VCPKG_PLATFORM_TOOLSET v140) * add ppxbase and ppxnet. * nice, ppxbase and ppxnet can install successful. * update to v1.7 * + add duilib2 - update ppxbase, ppxnet. * set VCPKG_PLATFORM_TOOLSET to vc141. duilib2/ppxbase/ppxnet port. * library version. * duilib2, ppxbase version. * duilib2 version * update duilib2/ppxbase version. * update duilib2 code version. * update ppxbase version. update duilib2 version. * update ppxbase/duilib2 cmake config. * duilib2 version. * ppxbase version. * + add akali library. * update ports script. * ports update. * add akali * remove duilib2/ppxnet * revert * update akali version. * update akali version. * Update portfile.cmake * Update portfile.cmake
2020-01-06[wpilib] update to 2020.1.1 (#9513)Thad House
2020-01-06[box2d] Update to 2019-12-31 (#9529)Phoebe
* [box2d] Update to 2019-12-31 * Udpate ci baseline file * Update ci baseline file
2020-01-02[uvatlas] Upgrade to dec2019 (#9379)Alvin
* [uvatlas] Upgrade to dec2019 * [uvatlas] Delete and update deprecated functions * [uvatlas] x64-uwp passing, remove from ci.baseline.txt * [uvatlas] Don't test x86-windows-static by default, remove it
2020-01-02[charls] upgrade to 2.1.0 (#9494)Victor Derks
* [charls] upgrade to 2.1.0 Upgrade to the latest released version of CharLS. The patch file has become obsolete. * Remove charls=fail triplets from ci.baseline.txt Both arm-uwp and x64-uwp can be build.
2020-01-02Update baseline (#9435)NancyLi1013
* Remove freerdp:x64-linux=fail from ci.baseline.txt * Update * Add azure-kinect-sensor-sdk:x64-windows-static=fail
2019-12-23[protobuf-c]Add new port. (#8624)Jack·Boos·Yu
* [protobuf-c]Add new port. * [protobuf-c]Add homepage. * [protobuf-c] Remove useless code. * update baseline * update baseline
2019-12-23[hiredis] Support building static (#9388)Jack·Boos·Yu
* [hiredis] Support building static * update baseline * update baseline
2019-12-23[vcpkg_install_qmake] Add vcpkg_install_qmake (#9412)Robert Schumacher
* [vcpkg_install_qmake] Add vcpkg_install_qmake and convert existing ports to use it. [vcpkg_configure_qmake] Add 'staticlib' to CONFIG in static builds * [vcpkg_configure_qmake] Don't specify DESTDIR * [libqglviewer][vcpkg_configure_qmake] Add staticlib CONFIG only for libqglviewer * [qt5-base] Increment version to track changes in vcpkg_configure_qmake()
2019-12-21[vcpkg-baseline] Fixes for vtk, libarchive, xalan-c, and openvpn3 on Linux ↵Robert Schumacher
(#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
2019-12-20[directxtk] Update to dec2019 release (#9381)Tatsuro Shibamura
* [directxtk] Update to dec2019 release * [directxtk] Replace UWP detection with VCPKG_TARGET_IS_UWP
2019-12-20[directxmesh] Update to dec2019 release (#9384)Tatsuro Shibamura
* [directxmesh] Update to dec2019 release * [directxmesh] Replace UWP detection with VCPKG_TARGET_IS_UWP
2019-12-20[directxtex] Update to dec2019 release (#9383)Tatsuro Shibamura
* [directxtex] Update to dec2019 release * [directxtex] Replace UWP detection with VCPKG_TARGET_IS_UWP
2019-12-20[directxtk12] Update to dec2019 release (#9382)Tatsuro Shibamura
* [directxtk12] Update to dec2019 release * [directxtk12] Replace UWP detection with VCPKG_TARGET_IS_UWP
2019-12-20Fix CMAKE_TRY_COMPILE_PLATFORM_VARIABLES (#8533)Alexander Neumann
* Fix CMAKE_TRY_COMPILE_PLATFORM_VARIABLES to respect already set values closes #8506 * ws change to trigger full rebuild
2019-12-20[rttr] Add dependency rapidjson (#9252)Lily
* [rttr] Add dependency rapidjson * [rttr] Modify ci.baseline.txt * [rttr] Handle copyright
2019-12-20[opendnp3] Add new port (#9313)Adam Jorgensen
* Added port for OpenDNP3 library * Added usage note * Handle library linkage setting * Removed deprecated vcpkg_common_functions include * Indicated that OpenDNP3 will fail to build on UWP targets * [opendnp3] Export cmake files and force to build static in Windows * [opendnp3] Fix include export-cmake name Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
2019-12-20[simpleini] Fix build failure on travis CI (#9330)Alvin
* [simpleini] Fix build failure on travis CI * [simpleini] x64-linux passing, remove from ci.baseline.txt * [simpleini] x64-osx passing, remove from ci.baseline.txt
2019-12-20[brynet] Update to 1.0.5 (#9277)IronsDu
* Update portfile.cmake update brynet to tag 1.0.5 .(after now, brynet changed to header only) * Update portfile.cmake * Update CONTROL * Update ci.baseline.txt remove brynet's setting
2019-12-19Update baseline with 'leptonica:arm-uwp=fail' (#9349)NancyLi1013