Commit Graph

13812 Commits

Author SHA1 Message Date
Billy O'Neal
b1d33888ca
[inja] Update to 3.3.0. (#19208)
* [inja] Update to 3.3.0.

* Fix version.
2021-07-28 13:18:41 -07:00
Kai Pastor
018c0fa159
[nghttp2] Update and fixes (#19163)
* Format manifest

* Update to v1.44.0

* Modernize and fix portfile

* Fix usage in static windows triplets

* x-add-version
2021-07-28 12:25:26 -07:00
Kai Pastor
e5fdfd3d36
Add AZP logging markup for versioning errors (#19104) 2021-07-28 12:15:10 -07:00
pradeep
0dd96bb467
[forge] port release update to v1.0.8 (#19166)
* Update forge port to v1.0.8 fix release

* Update baseline version for forge port
2021-07-28 12:06:21 -07:00
Sergii Baitala
1257354a3a
[vcpkg] Pass AUTHORIZATION_TOKEN to the vcpkg_download_distfile() command which retrieves VCPKG_HEAD_VERSION (#19077) 2021-07-27 17:04:22 -07:00
Dawid Wróbel
d331544d82
[many ports] Update KF5 frameworks to 5.84 (#19168)
* [kf5*] Update KDE Frameworks to 5.84

* [kf5*] Update versions
2021-07-27 17:02:50 -07:00
Billy O'Neal
0ebd257447
[vcpkg] Update tool to 2021-07-26 (#19159) 2021-07-27 16:58:43 -07:00
JonLiu1993
1e18fd8db6
[qwt] update to 6.2.0 (#19075)
* [qwt] update to 6.2.0

* update version

* fix request changes

* update version

* update portfile.cmake

* update vsersion

* fix CI error

* update version
2021-07-27 16:25:52 -07:00
Rodrigo Hernandez Cordoba
289b391724
[v8] Update to version 9.1.269.39 (#18998) 2021-07-27 16:24:50 -07:00
Bradley Austin Davis
593c26c08c
[vcpkg] Optionally limit the number of cores during vcpkg bootstrap (#19010)
* limit the number of cores during vcpkg bootstrap

* Switch to VCPKG_MAX_CONCURRENCY
2021-07-27 16:20:45 -07:00
DanielDelaporus
c8441af7e0
[alembic] Enable release only and debug only build on alembic port (#18963)
* [alembic] Enable release only and debug only build on alembic port

* Fix version database.

Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2021-07-27 15:50:29 -07:00
Alexandre Bique
db4d9760aa
[ffmpeg] fix cross compilation on mac arm64 to x86_64 (#18737)
* [ffmpeg] fix cross compilation on mac arm64 to x86_64

* Bump port-version

* Bump port-version again.

Co-authored-by: Billy Robert ONeal III <bion@microsoft.com>
2021-07-27 15:48:31 -07:00
Billy O'Neal
9f8a74d7c2
Don't emit stderr on successful bootstrap. (#19175)
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
2021-07-27 15:42:43 -07:00
Carlos O'Ryan
dc35791a56
[grpc] fix generated pkg-config file (#19174)
gRPC uses `upb`, but normally it vendors-in the dependency. The
vendored-in version uses a single library artifact, and the generated
pkg-config file simply adds `-lupb`.  In `vcpkg` we use the `upb`
package. This has more libraries, and thus more `-lupb_*` options are
needed.  Ideally we would use a `upb.pc` file, but that does not exist.
2021-07-27 15:29:44 -07:00
Kai Pastor
7dbc05515b
[zlib] Add cmake wrapper (#18914)
* Format manifest

* Add cmake wrapper

* x-add-version

* Always use vcpkg zlib for sentry native

* x-add-version

* Fix and simplify wrapper

* Update git-tree
2021-07-26 16:54:30 -07:00
李洋阳
f6e78c3d87
[duilib] Enable unicode define (#17745)
* duilib enable unicode define

* duilib version modify git-tree

* update duilib version files

* update duilib control and version files

* modify duilib cmake tab to space

* duilib remove unnecessary space char

* duilib update version file

* Update versions/baseline.json

Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>

* Update ports/duilib/CONTROL

Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>

* Update versions/d-/duilib.json

Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>

* fix duilib version file

Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
2021-07-26 16:42:48 -07:00
Robert Schumacher
f503c5d384
[vcpkg-ci] Add GitHub Actions precheck and reporting (#19115) 2021-07-26 14:26:28 -07:00
Kai Pastor
bbf9b17d32
[gdal] Fix GDAL_LIBRARY passing by cache variable (#19119)
* Fix GDAL_LIBRARY passing by cache variable

* x-add-version
2021-07-26 11:11:05 -07:00
Matthias Kuhn
ed98cae63f
[libgeotiff] fix build on ios (#19113)
* libgeotiff on ios

* x-add-version
2021-07-26 11:10:39 -07:00
Levin Li
2ded2ea944
[cspice] Support building in UWP (#19109)
* Make cspice work on UWP

* Bump cspice port version
2021-07-26 11:08:55 -07:00
Levin Li
e2d85ffca6
[libiconv] Fix 'DLL Initialization Failed' in UWP applications (#19108)
* Fix for libiconv

* Update port version
2021-07-26 11:07:56 -07:00
Jack·Boos·Yu
358225a917
[zeromq] Fix arm build, fix feature websockets-sha1 (#19074)
* [zeromq] Fix arm build, fix feature websockets-sha1

* update baseline

* version stuff

* Fix rename

* Update versions/z-/zeromq.json
2021-07-26 11:07:10 -07:00
Kai Pastor
b57e29a6ce
[libidn2] Fixes for mingw and minor issues (#19002)
* Fix port's cmake buildsystem for mingw

* Install pc file for windows

* Modernize portfile

* Increment port-version

* x-add-version

* Use libunistring for non-windows

* CR and doc changes

* Update git-tree
2021-07-26 11:02:24 -07:00
NancyLi1013
be01bbc3e1
[libsigcpp] Fix usage in static build (#18944)
* [libsigcpp] Fix usage in static build

* Update version files

* Apply review suggestions

* Update versions/l-/libsigcpp.json

Co-authored-by: Billy Robert ONeal III <bion@microsoft.com>
2021-07-26 10:59:27 -07:00
Dmitry Baryshev
1a2931b8cc
[sail] Update to 0.9.0-pre14 (#19101)
* [sail] Update to v0.9.0-pre14

* [sail] vcpkg x-add-version --all

* [sail] Remove PREFER_NINJA

Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>

* [sail] Add quotes

Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>

* [sail] Add quotes

Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>

* [sail] Add quotes

Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>

* [sail] Add quotes

Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>

* [sail] vcpkg x-add-version --all

Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
2021-07-26 10:57:24 -07:00
Maxime GIMENO
f232529d02
[CGAL] Upgrade to 5.3 (#18392)
* Not tested yet

* Fix SHA and version name

* reset port version to 0

* Upgrade to 5.3

* CGAL: Add FEATURES and run add-version

* update version

* [cgal] Convert to vcpkg.json

* Cancel modifications to versions/c-/cgal.json

* update version file

Co-authored-by: Jonliu1993 <13720414433@163.com>
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
Co-authored-by: Billy Robert ONeal III <bion@microsoft.com>
2021-07-26 10:55:23 -07:00
Greisberger Christophe
8af28e0dab
[drogon] Added database support features (#18711)
* [drogon] Added database access features

* Replaced CONTROL with vcpkg.json manifest file

* Patched finding brotli libraries for static triplets (brotlicommon-static.lib and co.)

* Added features for database access, disabled by default.

* [drogon] Fixed vcpkg.json version

* update vcpkg.json format

* update version

* Added new feature redis

* update vcpkg.json format

* update version

* delete redis dependence

* update version

* fix request feature

* update version

Co-authored-by: Jonliu1993 <13720414433@163.com>
2021-07-26 10:54:38 -07:00
huangqinjin
56a33d86b3
[vcpkg/scripts/make] avoid versioning for android (#17089) 2021-07-26 10:53:47 -07:00
sandro97git
d781bd9ca7
[restc-cpp] make using boost-log an optional feature (#18683)
* [restc-cpp] make using boost-log an optional feature

* Update versions/r-/restc-cpp.json

* Remove boost-log from dependencies

* Update versions/r-/restc-cpp.json

* [restc-cpp] Add boost-asio dependency

* update version SHA

Co-authored-by: Sandro Scherer <sandro.scherer@siemens.com>
Co-authored-by: NancyLi1013 <lirui09@beyondsoft.com>
Co-authored-by: Victor Romero <romerosanchezv@gmail.com>
2021-07-25 17:27:31 -07:00
Ilya Arzhannikov
ce91faf83e
[openblas] update to 0.3.15 version and add dynamic arch feature (#15238)
* [openblas] dynamic arch feature

* remove debug output

* Update ports/openblas/CONTROL

Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>

* update version to 0.3.13

* osx build

* fix CONTROL, add FEATURES keyword to vcpkg_check_features

* x-add-version

* bump openblas version to 0.3.14

* ./vcpkg x-add-version openblas

* apply format.diff from ci

* ./vcpkg x-add-version openblas --overwrite-version

* Update versions/o-/openblas.json

Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>

* update port to version 0.3.15

* ./vcpkg x-add-version openblas

* vcpkg_check_linkage

* ./vcpkg x-add-version openblas --overwrite-version

* ./vcpkg x-add-version openblas --overwrite-version

* Update versions/o-/openblas.json

Co-authored-by: Ilya Arzhannikov <iarzhannikov@artec3d.com>
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
Co-authored-by: NancyLi1013 <lirui09@beyondsoft.com>
2021-07-25 17:26:55 -07:00
terens
f894a2f39a
[entt] add experimental feature (#18626)
* Update `entt/portfile.cmake` to support the new `experimental` feature.

* Added the `experimental` feature on `entt/vcpkg.json`.

* Small fix on `entt/vcpkg.json`.

* Update vcpkg.json

* New branch

* Fixup

* (Hopefully) fixed entt version

* Require specifying `--head` for the feature

* update version

* update version

* [entt] add experimental feature

* update version

* update vcpkg.json

* update version

Co-authored-by: Jonliu1993 <13720414433@163.com>
2021-07-25 12:49:48 -07:00
Park DongHa
d30657b533
[ms-quic] create a new port (#18225)
* [ms-quic] create a new port

* rewrite to fix garbled history of #18225

* [ms-quic] update port/version SHA

* [ms-quic] disable windows-static triplet

* Update ports/ms-quic/vcpkg.json

Co-authored-by: Robert Schumacher <roschuma@microsoft.com>

* Update ports/ms-quic/vcpkg.json

Co-authored-by: Robert Schumacher <roschuma@microsoft.com>

* [ms-quic] update patch files

* [ms-quic] make quictls only

* reduce feature list for future updates
* update version SHA

Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
2021-07-25 12:48:56 -07:00
Kai Pastor
7d2541c69c
[gettext] Add gettext cmake wrapper (#18159)
* Add gettext cmake wrapper

* x-add-version

* Make kf5i18n use gettext[tools]:host

* x-add-version

* Revise wrapper source names

* Update git-tree

* Provide host tools via port config, not wrapper

* Enable tools on linux

* Fix linux libintl.h hint

* Update git-tree

* Update git-tree

* Revise vcpkg port config

* Revise linux libintl.h message

* Revise cmake style

* Build only release variant of tools

* Cache configuration for faster build

* Update git-tree

* Fix typo

* Revise options

* Add top-level Makefile for tools

* Remove non-libintl libs and includes

* Update git-tree

* Update port-version

* x-add-version

* [gettext] Address PR comments

Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
2021-07-24 13:10:41 -07:00
Stephan T. Lavavej
134505003b
[boost] Fix boost-modular-build.cmake with VS 2022 17.0 Preview 2 (#19086)
* Fix boost-modular-build.cmake with VS 2022 17.0 Preview 2.

* Update another version list, noticed by @CaseyCarter.

* Update port-version to 1.

* Run `vcpkg.exe x-add-version --all`.
2021-07-23 21:05:45 -07:00
Eric Kilmer
f7c83acf48
[docs] Describe nugettimeout option in binarycaching (#19084) 2021-07-23 13:35:23 -07:00
Kai Pastor
2acd21e5e8
[gdal] Repair gdal wrapper (#19105)
* Repair gdal wrapper

* x-add-version
2021-07-23 13:34:02 -07:00
Kai Pastor
4990d2b951
[gdal] Fix build for non-Windows targets (#17698)
* Remove obsolete GDAL_VERSION_LIB

* Build mingw with configure/make

* Rearrange CONF_OPTS, expose tiff dependency

* Revise linkage configuration

* Rearrange GDAL_PATCHES

* Put optional drivers into non-default feature

* Fix gdal build

* Update vcpkg.json

* Re-enable netcdf support

* Revise cmake wrapper

* Final portfile cleanup

* Remove curl osx system dependencies

* Verify configuration results before building

* Update and revise configure.ac patch

* Fix dllexport for mingw-dynamic

* Fix pc file

* Add dependencies to cmake wrapper

* Increment port-version

* x-add-version

* Fix typo

* Update git-tree

* strega-nil CRs

Co-authored-by: nicole mazzuca <mazzucan@outlook.com>
2021-07-23 10:38:02 -07:00
Christoph Neuhauser
5ce620b6ba
[shaderc] Add fix for installing shaderc_util (#18979)
* Added fix for installing shaderc_util in port shaderc.

* Restricted install of shaderc_util to static build.
2021-07-23 09:04:43 -07:00
Kai Pastor
635361d801
[giflib] Update to 5.2.1 (#18836)
* Update to 5.2.1

* Modernize portfile

* Enable shared lib

* Handle system reallocarray

* x-add-version

* Disable GifDrawBoxedText8x8 on windows

* Update git-tree

* Add separate patch for GifDrawBoxedText8x8

* Update git-tree
2021-07-23 09:02:46 -07:00
Leonid Pospelov
cdd51899f6
[ChakraCore] Add Linux support (#18476)
* [ChakraCore] Add Linux support

* Fix

* x-add-version

* Update ci.baseline.txt

* Update portfile.cmake

* Do not emit error if VCPKG_BUILD_TYPE is undefined

* Update ports/chakracore/portfile.cmake

Co-authored-by: Phoebe <20694052+PhoebeHui@users.noreply.github.com>

* Update ports/chakracore/portfile.cmake

Co-authored-by: Phoebe <20694052+PhoebeHui@users.noreply.github.com>

* Update ports/chakracore/portfile.cmake

Co-authored-by: Phoebe <20694052+PhoebeHui@users.noreply.github.com>

* Update ports/chakracore/portfile.cmake

Co-authored-by: Phoebe <20694052+PhoebeHui@users.noreply.github.com>

* Update ports/chakracore/portfile.cmake

Co-authored-by: Phoebe <20694052+PhoebeHui@users.noreply.github.com>

* Add missing space

* Add quotes to variables

* Update the baseline version

* Fix Windows build

* vcpkg x-add-version chakracore

Co-authored-by: Phoebe <20694052+PhoebeHui@users.noreply.github.com>
2021-07-22 22:58:17 -07:00
pastdue
aaeca7b000
[physfs] Patches to fix behavior on macOS / Linux (#15962)
* [physfs] Patches to fix behavior on macOS / Linux

* Run x-add-version physfs

* Update ports/physfs/portfile.cmake

* Update ports/physfs/portfile.cmake

* Update versions/p-/physfs.json

Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
2021-07-22 22:48:48 -07:00
Angus Comrie
bb829973de
[starlink-ast] create new port (#17105)
* initial test of AST (broken)

* slight improvement to build

* almost working...

* added minpack cflags

* use static linking

* yaml and pthreads features added

* debug and release cflags

* versioning

* formated vcpkg.json

* updated version string

* adjusted based on PR feedback

* updated to 9.2.4 release to avoid source patching

* removed comments

* updated baseline version

* Apply suggestions from code review

Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
Co-authored-by: autoantwort <41973254+autoantwort@users.noreply.github.com>

* adds supports field to json

* Update ports/starlink-ast/portfile.cmake

adjust configure options

Co-authored-by: autoantwort <41973254+autoantwort@users.noreply.github.com>

* removed --disabled-shared and MINPACK_NO_DLL

* use DETERMINE_BUILD_TRIPLET to determine host

* updates git-tree hash

* quotemarks fix

* git tree hash update

Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
Co-authored-by: autoantwort <41973254+autoantwort@users.noreply.github.com>
2021-07-22 22:47:28 -07:00
Anthony Calandra
7a985e56bf
Allow specifing the ODBC version for nanodbc. (#17974) 2021-07-22 22:38:59 -07:00
Leonid Pospelov
0517776588
[SLikeNet] Update and fix building with x64-mingw-static (#18358)
* SLikeNet now builds under MinGW


Use vcpkg.json instead of CONTROL


Fix


Run x-add-version


Fix deprecation warning


Update ports/slikenet/portfile.cmake

Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>

* Update ports/slikenet/vcpkg.json

Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>

* Run vcpkg x-add-version

Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
Co-authored-by: Billy Robert ONeal III <bion@microsoft.com>
2021-07-22 22:15:49 -07:00
Stijn Herfst
549d7cd664
[soil2] Update version (#18453)
* [soil2] Update version

* update version files

* Update ports/soil2/CONTROL

* update control file

* [soil2] Remove CMake version support

* Remove CMake version copy

* update version

Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
Co-authored-by: Jonliu1993 <13720414433@163.com>
Co-authored-by: Robert Schumacher <ras0219@outlook.com>
2021-07-22 22:13:18 -07:00
Phoebe
92bbf7b331
[openssl] Fix vcpkg-cmake-wrapper.cmake (#18475)
* [openssl] Fix vcpkg-cmake-wrapper.cmake

* Update baseline revision

* Update the wrapper

* Update the baseline

* Update the wrapper

* Update the baseline

* Update the wrapper

* Update the baseline

* Update the wrapper

* Update the baseline

* Update the wrapper

* Update the baseline

* Update the wrapper

* Update the baseline

* Bump port-version.

* Update the baseline version

Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2021-07-22 22:11:45 -07:00
Kai Pastor
8cda3938f5
[tiff] Fix build on arm64-linux (#18511)
* Fix FindCMath

* x-add-version
2021-07-22 22:10:42 -07:00
Andrey Nekrasov
4b317d797e
[spdlog] Update to 1.9.0 (#18512) 2021-07-22 22:08:12 -07:00
Johannes Schönberger
dec95c6eae
[openblas] Fix C/CXX flag customization in openblas (#18535)
* Fix C/CXX flag customization in openblas

* Update ports/openblas/portfile.cmake

Co-authored-by: Alexander Neumann <30894796+Neumann-A@users.noreply.github.com>

* Update versions

* Update versions/o-/openblas.json

* Fix merge conflict

* Update versions/o-/openblas.json

Co-authored-by: Alexander Neumann <30894796+Neumann-A@users.noreply.github.com>
Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
Co-authored-by: Billy Robert ONeal III <bion@microsoft.com>
2021-07-22 22:05:06 -07:00
winsoft666
4e2653ee02
[teemo] Update version to v2.2. (#18551)
* [teemo] Update version to v2.3.

* [teemo] Modify version to v2.2

* [teemo] Run `vcpkg x-add-version teemo` to add version info.

* [teemo] Update Build-Depends.

* Update versions/t-/teemo.json

Co-authored-by: NancyLi1013 <lirui09@beyondsoft.com>
2021-07-22 22:03:51 -07:00