Commit Graph

278 Commits

Author SHA1 Message Date
ZeeWanderer
f95171761e
[blend2d] update port to 2023-06-16 (#32372)
* [blend2d] update port to 2023-06-16

* [blend2d] update versions
2023-07-05 11:26:03 -07:00
Alonso Schaich
3dd12b9035
[botan] Use bash from PATH rather then /bin (#32285)
* [botan] Use bash from PATH rather then /bin (microsoft/vcpkg#32284)

The configure script used to invoke python during the build process contains
a shebang that invokes /bin/bash independend of whatever bash would usually
resolve to.

This breaks compilation on FreeBSD, where bash isn't part of the operating
system.

Rather then /bin/bash, invoke /usr/bin/env bash, which resolves the bash
command by iterating PATH.

* [botan] bump portrevision (microsoft/vcpkg#32284)

* [botan] regenerate versions repository (microsoft/vcpkg#32284)
2023-06-29 14:34:16 -07:00
Mengna Li
82f37d39c4
[baresip-libre] use c11 standard (#32235)
* use c11 standard

* fix patch

* fix usage
2023-06-29 14:33:07 -07:00
Alfred E. Heggestad
d9e62b5d3c
[baresip-libre] Add new port (#31735)
* libre 3.2.0

* update hash

* vcpkg_cmake_config_fixup: add PACKAGE_NAME

* update hash

* update usage:

See example usage from testcode here:

https://github.com/baresip/re/blob/main/test/CMakeLists.txt#L62

* update hash

* patch from Kai

* update hash

* patch: fix Libs (thanks Kai)

* update hash

* update patch

* update hash

* patch: fix bug with libre::re_shared (thanks Kai)

* update hash

* rename from libre to baresip-libre

* update hash

* delete libre.json
2023-06-23 13:28:10 -07:00
autoantwort
337852104b
[breakpad] Fix installation regex (#32065) 2023-06-21 22:23:07 -07:00
Billy O'Neal
f6a5d4e8eb
Patch Tuesday June 2023 + Ubuntu 22.04 (#32014) 2023-06-20 12:12:03 -07:00
Javier Matos Denizac
c6c59e33f3
[boost] pulling has_synchro bits from https://github.com/microsoft/vcpkg/pull… (#30836)
* pulling has_synchro bits from https://github.com/microsoft/vcpkg/pull/27694

* bump port version

* version

* fix clang

* bump version

* version

* oops

* bump dependency version for boost-atomic's boost-module-build-helper dependency

* version

* revert renaming stuff -.-

* version

* remove detection stuff for lib prefix/suffix

* version

* fix indentation

* version

* forgot one

* version

* one more!

* version

* revert changes to cmake-get-vars

* version

* generate ports

* version db

* generate ports

* version db

---------

Co-authored-by: Alexander Neumann <30894796+Neumann-A@users.noreply.github.com>
2023-06-16 10:50:24 -07:00
Chuck Walbourn
5d2a0a9814
Update xbox supports expressions for failing ports with copyleft licenses (#31770)
* Xbox triplets should not support ports with only copyleft licenses

* Reverted ports that build with xbox currently

* Fix conflict and rebase

* Update baseline

* Update baseline
2023-06-15 14:49:00 -07:00
Connor Broyles
678323514f
[asio,boost-asio] Fix experimental::coro compile error with MSVC (#32004) 2023-06-14 19:16:45 -07:00
Billy O'Neal
3e8c7ff5d6
[braft] Fix GCC11 (#31965)
* [braft] Fix GCC11.

* Add quotes.
2023-06-13 20:16:01 -07:00
Henrik Gaßmann
1f627e6a74
[blake3] Add version 1.4.0 (#31919) 2023-06-12 16:45:12 -07:00
Javier Matos Denizac
5d3798ac73
[boost] Remove port version constraints (#31572)
* remove port version constraints

* remove port version constraint

* bump port version

* version db

---------

Co-authored-by: Zhao Liu <v-zhli17@microsoft.com>
2023-06-06 12:33:33 -07:00
David Matson
60f251356d
Use Ninja rather than MSBuild in BlingFire to support UWP. (#31331)
Fixes #31330.
2023-05-31 18:46:16 -07:00
ZeeWanderer
348fe8e55f
[blend2d] update port to 0.10 (#31675)
* [blend2d] update port to 0.10

 - transition from `version-date` to `version`
 - Update blend2d to 0.10
 - Update local asmjit to 2023-04-28
 - Arm is fixed for windows

* [blend2d] update versions
2023-05-30 12:02:36 -07:00
Ivan Maidanski
ec5193d4cf
[bdwgc] Update to v8.2.4 (#31679)
* Change REF from v8.2.2 to v8.2.4
2023-05-30 11:54:30 -07:00
Barak Shoshany
5511010e18
[bshoshany-thread-pool] Updated to v3.5.0 (#31640)
* [bshoshany-thread-pool] Updated to v3.5.0

* [bshoshany-thread-pool] Updated to v3.5.0
2023-05-26 13:36:03 -07:00
Henrik Gaßmann
08d69d5e5b
[blake3] Update port to use official buildsystem (#31602)
* [blake3] Update port to use official buildsystem

* [blake3] Add version to database

* [blake3] Force correct filenames

* [blake3] Add version to database

* [blake3] Backport DSO/DLL support

* [blake3] Add version to database
2023-05-25 15:30:37 -07:00
MonicaLiu
e676f024aa
[blaze] Update to 3.8.2 (#31576)
* update blaze

* update version

---------

Co-authored-by: Monica <v-liumonica@microsoft.com>
2023-05-23 12:59:02 -07:00
Vitalii Koshura
af5d4e9e5b
Update boinc to 7.22.2 (#31543)
Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
2023-05-22 11:46:27 -07:00
Henrik Gaßmann
7b30311f0a
[boringssl] Fix pkg-config & cmake find module compat (#31387)
* [boringssl] Fix find-module compatibility

OpenSSL libraries use a "d" postfix to differentiate debug and release
binaries. The cmake find-module mistakes the debug binary for the
release binary without the postfix.

Fix the package config generator logic which was completely broken
before: Remove linkage of Windows libraries for non-Windows targets and
remove the "lib" prefix only for msvc builds.

Harmonize the pkg-configs with the debug postfix.

Add usage instructions.

* [boringssl] Add new port version to database
2023-05-17 09:21:23 -07:00
Barak Shoshany
429c605af8
[bshoshany-thread-pool] Updated to v3.4.0 (#31418)
* [bshoshany-thread-pool] Updated to v3.4.0

* [bshoshany-thread-pool] Updated to v3.4.0
2023-05-16 10:00:33 -07:00
Kai Pastor
3a32348aa0
[botan] Fix osx cross builds (#31437) 2023-05-16 09:43:55 -07:00
Frank
72116f0cdc
[vcpkg baseline][binlog] disable performance tests (#31410)
* [binlog] disable performance tests

* update version

* disable find benchmark

* version
2023-05-13 09:34:48 -07:00
Vitalii Koshura
9411949cbc
[boinc] fix build error. (#31364)
Ref: https://github.com/BOINC/boinc/pull/5232

Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
2023-05-11 11:34:06 -07:00
MonicaLiu
3256b183d0
[behaviortree-cpp] Update to 4.1.1 (#31287)
* update behaviortree-cpp

* update version

---------

Co-authored-by: Monica <v-liumonica@microsoft.com>
2023-05-11 10:32:00 -07:00
Martin Hořeňovský
7402bdc4c2
[benchmark] Update Google Benchmark to v1.8.0 (#31356) 2023-05-10 11:14:42 -07:00
Vitalii Koshura
a41e8d1294
[boinc] Update to 7.22.1 (#31333)
Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
2023-05-09 14:49:41 -07:00
MonicaLiu
714774fd4f
[bond] Update to 10.0.0 (#31269)
* update bond

* update version

---------

Co-authored-by: Monica <v-liumonica@microsoft.com>
2023-05-08 18:18:38 -07:00
Tomas Morris
3edf135358
[BlingFire] Adding BlingFire Package (#31139)
* Adding BlingFire Package

* Adding updated baseline

* Updating supported platforms

* Fixing up json

* Updating version

* Removing uwp platform

* Updating version

* Updating to commit with cmake config

* Updating blingfire version

* Updating to latest blingfire with fixes for vcpkg

* Updating version
2023-05-02 13:57:19 -07:00
Lily Wang
6913327612
[blend2d, asmjit] Fix blend2d features build and update asmjit to latest commit (#30820)
* [blend2d, asmjit] Fix blend2d features build and update asmjit to latest commit

* format vcpkg.json

* update version

* update blend2d[jit]

* update version

* fix feature blend2d[logging]

* update version
2023-04-17 15:44:48 -07:00
Billy O'Neal
501db0f17e
[boost-build] Fix SHA512 and add MSVC workaround. (#30884) 2023-04-15 08:10:04 -07:00
Martin Hořeňovský
bedfdb774c
[Boost] Update Boost ports to 1.82#0 (#30856)
Also adds the port for boost-mysql.
2023-04-15 00:15:07 -07:00
autoantwort
5b11232d00
[many-ports] Don't use deprecated functions (autogenerated) (#26981)
* [libuvc,qt5-virtualkeyboard] remove duplicated dependency entry

* [many-ports] don't use deprecated functions (autogenerated)

* atkmm: Fix license.
gperftools: Reformat vcpkg_check_features call.
gsl: Fix license.
libpff: Fix license.
pangomm: Fix license.
qtbase: Revert, only comment changes.
type-lite: Reformat vcpkg_check_features and actually use the feature options.

---------

Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2023-04-13 09:13:15 -07:00
Kai Pastor
a31a450d8e
[vcpkg baseline][backward-cpp,ignition-tools] Fix include dir and dependencies (#30669)
* [backward-cpp] Fix exported include path

* [ignition-tools] Fix dependencies
2023-04-05 12:40:06 -07:00
Francisco Facioni
4ee9010c4f
[backward-cpp] new port (#30101)
* [backward-cpp] new port

* Update ports/backward-cpp/portfile.cmake

Co-authored-by: jim wang <122244446+jimwang118@users.noreply.github.com>

* fix version after patch

* backward is header only

* disable arm and uwp

* disable only windows arm

---------

Co-authored-by: jim wang <122244446+jimwang118@users.noreply.github.com>
2023-03-30 14:01:15 -07:00
Nathan Gober
23f0707b1a
[bxzstr] Added port for bxzstr (#30318)
* Added port for bxzstr

* Fixed checklist items

* Update version database

* Removed path modification, added usage

* Fixed bug where usage would not be added, added PATH_SUFFIXES
2023-03-29 10:34:26 -07:00
Kai Pastor
982a49ec9c
[baseline][blas] Don't pick intel-mkl (#30421)
* [blas] Add wrapper to ignore intel-mkl

* VCPKG_INSTALLED_DIR
2023-03-27 11:33:29 -07:00
Cheney Wang
a47031a65e
[breakpad] Fix library exports main function (#30241) 2023-03-19 23:26:03 -07:00
gyrovague
a01d0a94a8
Update Bullet3 to version 3.25. (#30097)
Co-authored-by: Bert van Leeuwen <bvl@msim.metrea.aero>
2023-03-09 11:15:58 -08:00
JonLiu1993
e69c9817d2
[breakpad] Add ATL dependency (#29970)
* [breakpad] Add ATL dependency

* update version
2023-03-06 16:20:28 -08:00
Jack·Boos·Yu
a6cb7292c4
[many ports]switch to vcpkg-cmake / vckg-cmake-config part 1 (#29880)
* [many ports]switch to vcpkg-cmake / vckg-cmake-config

* version

* Missing changes

* version

* typo

* version

* typo

* version

* fix typo

* version

* deprecate vcpkg_extract_source_archive_ex

* version

* fix arguments

* version

---------

Co-authored-by: jyu49 <yu_jack@apple.com>
2023-03-06 15:44:04 -08:00
Buck Yeh
fb92fc2852
[buck-yeh-bux] Correct archive path of 1.6.8 (#29941)
* [bux] Add new port

* Corrections according to Create Pull Request suggested questions

* SHA512

* Mark fails into .\scripts\ci.baseline.txt

* Mark fails into .\scripts\ci.baseline.txt

* No need of "port-version": 1 in vcpkg.json

* Update version database

* Update ports/bux/portfile.cmake

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

* Update ports/bux/portfile.cmake

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

* Update ports/bux/portfile.cmake

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

* Update ports/bux/vcpkg.json

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

* Update bux.json

* Update ports/bux/vcpkg.json

* update version

* Update scripts/ci.baseline.txt

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

* update bux support

* update version

* update version

* Rename bux to buck-yeh-bux

* Update version database

* [buck-yeh-bux] upgrade to v1.5.0

1. [New] `bux::C_ParaLog` is ready for a variety of parallel logging configurations, filtered or unfiltered.
2. [New] Necessary helper classes for implementation _s.t_ logger users no longer need to declare child source instances explicitly.
3. [New] Add methods to `ParaLog.h` & `SyncLog.h` to support testability.
4. [New] Add unit test cases to `ParaLog.h` & `SyncLog.h` (test_paralog & test_logger)
5. [New] Update what are found in `test/` to `test/archlinux/aur_poc/`
6. [Bug] `std::uniform_int_distribution<unsigned char>` no longer allowed.
7. [Change] `CUR_FUNC_` for Windows (MSVC)
8. [Change] `tbb` is no longer implicitly needed by C++ standard library.
9. [Change] `smoke_filtlog.cpp` verifies 2-level log filters ok.

* Missing comma in versions/b-/buck-yeh-bux.json

* buck-yeh-bux 1.6.0

* Corrections made according to NancyLi1013's requests in PR #20813

* Fix SHA key in versions/b-/buck-yeh-bux.json

* Update to buxk-yeh-bux v1.6.2

* [buck-yeh-bux-mariadb-client] The first release

* Add dependency to libmariadb

* Inccorect git-tree value in versions/b-/buck-yeh-bux-mariadb-client.json

* linux build is enabled

* [buck-yeh-bux] Upgrade to 1.6.3 to allow u64-linux

* linux build is disabled again for not recognizing C++20 header <concpts> yet

* Mark vcpkg.json to support Linux but ci.baseline.txt to fail the CI build

* Repair buck-buck-yeh-bux in version database.

* [buck-yeh-bux] Upgrade to 1.6.5

* [buck-yeh-bux] Upgrade to 1.6.5

* Add "license" field

* Correction nade by `./vcpkg format-manifest ports/buck-yeh-bux/vcpkg.json`

* Update according to `git rev-parse HEAD:ports/buck-yeh-bux`

* [buck-yeh-bux-mariadb-client] Upgrade to 1.0.3

* [buck-yeh-bux-sqlite] New port

* `vcpkg.json`/"supports" changed to "!(arm | uwp | osx | linux)" for all my ports

And remove the corresponding lines from `ci.baseline.txt`

* Update "port-version" & "git-tree"

* Update "port-version"

* Update "git-tree" but revert "port-version"

* Update ports/buck-yeh-bux-mariadb-client/vcpkg.json

Co-authored-by: Cheney Wang <38240633+Cheney-W@users.noreply.github.com>

* Update ports/buck-yeh-bux/vcpkg.json

Co-authored-by: Cheney Wang <38240633+Cheney-W@users.noreply.github.com>

* Run `./vcpkg x-add-version ...` to update port-version

* Update buck-yeh-bux-mariadb-client.json

* Update buck-yeh-bux.json

* [buck-yeh-bux] Update to 1.6.6

* [buck-yeh-bux] Update to 1.6.6

* [buck-yeh-bux] Update to 1.6.6

* [buck-yeh-bux] Update to 1.6.7

* ./vcpkg format-manifest ports/buck-yeh-bux/vcpkg.json

* Update git-tree

* [buck-yeh-bux] Bugfix & vcpkg compliance

1. [Bug] Help USAGE line for a  subcommand, if any, is displayed in wrong order.
2. [vcpkg] Merge from https://github.com/microsoft/vcpkg/pull/26248 so that `fix-clang-cl.patch` can be removed.

* Update ports/buck-yeh-bux/portfile.cmake

Co-authored-by: Cheney Wang <38240633+Cheney-W@users.noreply.github.com>

* Revert REF line & try add linux support

* Revert to the previous

* Update version database

* [buck-yeh-bux] Correct archive path of 1.6.8

`vcpkg install buck-yeh-bux` complains "Failed to download from mirror set" (url https://github.com/buck-yeh/bux/archive/v1.6.8.tar.gz)

* [buck-yeh-bux] 1.6.8 port-version 1

* [buck-yeh-bux] 1.6.8 port-version 1

---------

Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
Co-authored-by: Jonliu1993 <13720414433@163.com>
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
Co-authored-by: Cheney Wang <38240633+Cheney-W@users.noreply.github.com>
Co-authored-by: Javier Matos Denizac <javier.matosd@gmail.com>
Co-authored-by: buck-yeh <github-actions>
2023-03-01 09:55:57 -08:00
Buck Yeh
9f63d315a7
[buck-yeh-bux] Update to 1.6.8 (#29817)
* [bux] Add new port

* Corrections according to Create Pull Request suggested questions

* SHA512

* Mark fails into .\scripts\ci.baseline.txt

* Mark fails into .\scripts\ci.baseline.txt

* No need of "port-version": 1 in vcpkg.json

* Update version database

* Update ports/bux/portfile.cmake

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

* Update ports/bux/portfile.cmake

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

* Update ports/bux/portfile.cmake

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

* Update ports/bux/vcpkg.json

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

* Update bux.json

* Update ports/bux/vcpkg.json

* update version

* Update scripts/ci.baseline.txt

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

* update bux support

* update version

* update version

* Rename bux to buck-yeh-bux

* Update version database

* [buck-yeh-bux] upgrade to v1.5.0

1. [New] `bux::C_ParaLog` is ready for a variety of parallel logging configurations, filtered or unfiltered.
2. [New] Necessary helper classes for implementation _s.t_ logger users no longer need to declare child source instances explicitly.
3. [New] Add methods to `ParaLog.h` & `SyncLog.h` to support testability.
4. [New] Add unit test cases to `ParaLog.h` & `SyncLog.h` (test_paralog & test_logger)
5. [New] Update what are found in `test/` to `test/archlinux/aur_poc/`
6. [Bug] `std::uniform_int_distribution<unsigned char>` no longer allowed.
7. [Change] `CUR_FUNC_` for Windows (MSVC)
8. [Change] `tbb` is no longer implicitly needed by C++ standard library.
9. [Change] `smoke_filtlog.cpp` verifies 2-level log filters ok.

* Missing comma in versions/b-/buck-yeh-bux.json

* buck-yeh-bux 1.6.0

* Corrections made according to NancyLi1013's requests in PR #20813

* Fix SHA key in versions/b-/buck-yeh-bux.json

* Update to buxk-yeh-bux v1.6.2

* [buck-yeh-bux-mariadb-client] The first release

* Add dependency to libmariadb

* Inccorect git-tree value in versions/b-/buck-yeh-bux-mariadb-client.json

* linux build is enabled

* [buck-yeh-bux] Upgrade to 1.6.3 to allow u64-linux

* linux build is disabled again for not recognizing C++20 header <concpts> yet

* Mark vcpkg.json to support Linux but ci.baseline.txt to fail the CI build

* Repair buck-buck-yeh-bux in version database.

* [buck-yeh-bux] Upgrade to 1.6.5

* [buck-yeh-bux] Upgrade to 1.6.5

* Add "license" field

* Correction nade by `./vcpkg format-manifest ports/buck-yeh-bux/vcpkg.json`

* Update according to `git rev-parse HEAD:ports/buck-yeh-bux`

* [buck-yeh-bux-mariadb-client] Upgrade to 1.0.3

* [buck-yeh-bux-sqlite] New port

* `vcpkg.json`/"supports" changed to "!(arm | uwp | osx | linux)" for all my ports

And remove the corresponding lines from `ci.baseline.txt`

* Update "port-version" & "git-tree"

* Update "port-version"

* Update "git-tree" but revert "port-version"

* Update ports/buck-yeh-bux-mariadb-client/vcpkg.json

Co-authored-by: Cheney Wang <38240633+Cheney-W@users.noreply.github.com>

* Update ports/buck-yeh-bux/vcpkg.json

Co-authored-by: Cheney Wang <38240633+Cheney-W@users.noreply.github.com>

* Run `./vcpkg x-add-version ...` to update port-version

* Update buck-yeh-bux-mariadb-client.json

* Update buck-yeh-bux.json

* [buck-yeh-bux] Update to 1.6.6

* [buck-yeh-bux] Update to 1.6.6

* [buck-yeh-bux] Update to 1.6.6

* [buck-yeh-bux] Update to 1.6.7

* ./vcpkg format-manifest ports/buck-yeh-bux/vcpkg.json

* Update git-tree

* [buck-yeh-bux] Bugfix & vcpkg compliance

1. [Bug] Help USAGE line for a  subcommand, if any, is displayed in wrong order.
2. [vcpkg] Merge from https://github.com/microsoft/vcpkg/pull/26248 so that `fix-clang-cl.patch` can be removed.

* Update ports/buck-yeh-bux/portfile.cmake

Co-authored-by: Cheney Wang <38240633+Cheney-W@users.noreply.github.com>

* Revert REF line & try add linux support

* Revert to the previous

* Update version database

---------

Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
Co-authored-by: Jonliu1993 <13720414433@163.com>
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
Co-authored-by: Cheney Wang <38240633+Cheney-W@users.noreply.github.com>
Co-authored-by: Javier Matos Denizac <javier.matosd@gmail.com>
Co-authored-by: buck-yeh <github-actions>
2023-02-28 10:00:12 -08:00
Yingwei Zheng
902144a2de
[boost-modular-build-helper] add risc-v support (#29871) 2023-02-27 12:32:11 -08:00
Billy O'Neal
9484a57dd5
Update vcpkg-tool to 2023-02-16. (#29664) 2023-02-24 11:57:40 -08:00
nmreadelf
235a00ad79
Added brpc new version (#29547) 2023-02-13 07:41:36 -08:00
Sandy
e74eb73ba3
[bgfx] Update to v1.118.8417-415 (#29595) 2023-02-13 07:35:25 -08:00
Eddie James
cfad9356c4
[binlog] Add new port (#26843)
* [binlog] Add new port

Add binlog, a high performance C++ log library to produce structured
binary logs.

* run x-add-version

---------

Co-authored-by: Eddie James <eajames@linux.ibm.com>
2023-02-10 11:37:57 -08:00
reito
8c9416f444
[multiple-ports] Fix missing usage (#29345)
* Fix missing usage

* fixes

* fixes

* fixes

* fixes

* fixes

* fixes

* fixes

* fixes
2023-02-09 10:59:04 -08:00
Leonid Pospelov
0551bc744c
[boost-filesystem] fix emscripten build (#29540)
* [boost-filesystem] fix emscripten build

* add version

* add version 2

* Update boost-build.json

* Update boost-modular-build-helper.json
2023-02-09 10:57:07 -08:00