Commit Graph

290 Commits

Author SHA1 Message Date
LE GARREC Vincent
9037733340
[pcre2] Fix "There should be no absolute paths" (#37971)
Problem occurs also on x64-linux-dynamic.

```
warning: There should be no absolute paths, such as the following, in an installed package:
  /home/XXX/prog/vcpkg/packages/pcre2_x64-linux-dynamic
  /home/XXX/prog/vcpkg/installed
  /home/XXX/prog/vcpkg/buildtrees/pcre2
  /home/XXX/prog/vcpkg/downloads
Absolute paths were found in the following files:
  /home/XXX/prog/vcpkg/packages/pcre2_x64-linux-dynamic/bin/pcre2-config
  /home/XXX/prog/vcpkg/packages/pcre2_x64-linux-dynamic/debug/bin/pcre2-config
error: Found 1 post-build check problem(s). To submit these ports to curated catalogs, please first correct the portfile: /home/XXX/prog/vcpkg/ports/pcre2/portfile.cmake
```

- [ ] Changes comply with the [maintainer
guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md).
- [X] SHA512s are updated for each updated download.
- ~~[ ] The "supports" clause reflects platforms that may be fixed by
this new version.~~
- ~~[ ] Any fixed [CI
baseline](https://github.com/microsoft/vcpkg/blob/master/scripts/ci.baseline.txt)
entries are removed from that file.~~
- ~~[ ] Any patches that are no longer applied are deleted from the
port's directory.~~
- [X] The version database is fixed by rerunning `./vcpkg x-add-version
--all` and committing the result.
- [X] Only one version is added to each modified port's versions file.
2024-04-15 13:51:41 -04:00
WangWeiLin-MV
bf5581102a
[re2] Fix checksum of PATCH_488 (#38148)
Fix #38146 for the `PATCH_488` checksum of `vcpkg_download_distfile`.

It might be same name file caching that causes patch changes not to be
detected by `vcpkg` and `CI` in #38067.

- [X] Changes comply with the [maintainer
guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md).
- [X] SHA512s are updated for each updated download.
- [X] The "supports" clause reflects platforms that may be fixed by this
new version.
- [ ] ~Any fixed [CI
baseline](https://github.com/microsoft/vcpkg/blob/master/scripts/ci.baseline.txt)
entries are removed from that file.~
- [X] Any patches that are no longer applied are deleted from the port's
directory.
- [X] The version database is fixed by rerunning `./vcpkg x-add-version
--all` and committing the result.
- [X] Only one version is added to each modified port's versions file.
2024-04-12 10:39:08 -04:00
WangWeiLin-MV
10bb9c21b7
[re2] Backport config fix for CMake 3.29.1 (#38067)
Fix #38064.

Apply upstream fix patch
9ebe4a22ca.

### Checklist
- [x] Changes comply with the [maintainer
guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md).
- [x] SHA512s are updated for each updated download.
- [ ] ~The "supports" clause reflects platforms that may be fixed by
this new version.~
- [ ] ~Any fixed [CI
baseline](https://github.com/microsoft/vcpkg/blob/master/scripts/ci.baseline.txt)
entries are removed from that file.~
- [x] Any patches that are no longer applied are deleted from the port's
directory.
- [x] The version database is fixed by rerunning `./vcpkg x-add-version
--all` and committing the result.
- [x] Only one version is added to each modified port's versions file.

### Test
Port usage tests pass for `CMake` version `3.29.0` and `3.29.1` with
following triplets:
* x64-windows
2024-04-11 10:59:08 -04:00
wtz
50ca16008c
[multiple ports] Keep description consistent with upstream (#37998)
<!-- If your PR fixes issues, please note that here by adding "Fixes
#NNNNNN." for each fixed issue on separate lines. -->

<!-- If you are still working on the PR, open it as a Draft:
https://github.blog/2019-02-14-introducing-draft-pull-requests/. -->

<!-- If this PR updates an existing port, please uncomment and fill out
this checklist: -->

- [x] Changes comply with the [maintainer
guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md).
- [ ] ~SHA512s are updated for each updated download.~
- [ ] ~The "supports" clause reflects platforms that may be fixed by
this new version.~
- [ ] ~Any fixed [CI
baseline](https://github.com/microsoft/vcpkg/blob/master/scripts/ci.baseline.txt)
entries are removed from that file.~
- [ ] ~Any patches that are no longer applied are deleted from the
port's directory.~
- [x] The version database is fixed by rerunning `./vcpkg x-add-version
--all` and committing the result.
- [x] Only one version is added to each modified port's versions file.

<!-- If this PR adds a new port, please uncomment and fill out this
checklist:

- [ ] Changes comply with the [maintainer
guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md).
- [ ] The name of the port matches an existing name for this component
on https://repology.org/ if possible, and/or is strongly associated with
that component on search engines.
- [ ] Optional dependencies are resolved in exactly one way. For
example, if the component is built with CMake, all `find_package` calls
are REQUIRED, are satisfied by `vcpkg.json`'s declared dependencies, or
disabled with
[CMAKE_DISABLE_FIND_PACKAGE_Xxx](https://cmake.org/cmake/help/latest/variable/CMAKE_DISABLE_FIND_PACKAGE_PackageName.html).
- [ ] The versioning scheme in `vcpkg.json` matches what upstream says.
- [ ] The license declaration in `vcpkg.json` matches what upstream
says.
- [ ] The installed as the "copyright" file matches what upstream says.
- [ ] The source code of the component installed comes from an
authoritative source.
- [ ] The generated "usage text" is accurate. See
[adding-usage](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/examples/adding-usage.md)
for context.
- [ ] The version database is fixed by rerunning `./vcpkg x-add-version
--all` and committing the result.
- [ ] Only one version is in the new port's versions file.
- [ ] Only one version is added to each modified port's versions file.

END OF NEW PORT CHECKLIST (delete this line) -->
2024-04-09 12:10:21 -04:00
wtz
3b818835e1
[re2] Update to 2024-04-01 (#38016)
<!-- If your PR fixes issues, please note that here by adding "Fixes
#NNNNNN." for each fixed issue on separate lines. -->

<!-- If you are still working on the PR, open it as a Draft:
https://github.blog/2019-02-14-introducing-draft-pull-requests/. -->

<!-- If this PR updates an existing port, please uncomment and fill out
this checklist: -->

- [x] Changes comply with the [maintainer
guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md).
- [x] SHA512s are updated for each updated download.
- [ ] ~The "supports" clause reflects platforms that may be fixed by
this new version.~
- [ ] ~Any fixed [CI
baseline](https://github.com/microsoft/vcpkg/blob/master/scripts/ci.baseline.txt)
entries are removed from that file.~
- [ ] ~Any patches that are no longer applied are deleted from the
port's directory.~
- [x] The version database is fixed by rerunning `./vcpkg x-add-version
--all` and committing the result.
- [x] Only one version is added to each modified port's versions file.

<!-- If this PR adds a new port, please uncomment and fill out this
checklist:

- [ ] Changes comply with the [maintainer
guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md).
- [ ] The name of the port matches an existing name for this component
on https://repology.org/ if possible, and/or is strongly associated with
that component on search engines.
- [ ] Optional dependencies are resolved in exactly one way. For
example, if the component is built with CMake, all `find_package` calls
are REQUIRED, are satisfied by `vcpkg.json`'s declared dependencies, or
disabled with
[CMAKE_DISABLE_FIND_PACKAGE_Xxx](https://cmake.org/cmake/help/latest/variable/CMAKE_DISABLE_FIND_PACKAGE_PackageName.html).
- [ ] The versioning scheme in `vcpkg.json` matches what upstream says.
- [ ] The license declaration in `vcpkg.json` matches what upstream
says.
- [ ] The installed as the "copyright" file matches what upstream says.
- [ ] The source code of the component installed comes from an
authoritative source.
- [ ] The generated "usage text" is accurate. See
[adding-usage](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/examples/adding-usage.md)
for context.
- [ ] The version database is fixed by rerunning `./vcpkg x-add-version
--all` and committing the result.
- [ ] Only one version is in the new port's versions file.
- [ ] Only one version is added to each modified port's versions file.

END OF NEW PORT CHECKLIST (delete this line) -->
2024-04-09 11:24:39 -04:00
Kai Pastor
c5b5b4ea11
[rtabmap] Fix platform and linkage support (#37651)
`rtabmap-res_tool` is moved to a separate port because it is a host
dependency, and actual dependencies of `rtabmap` are heavy and non
opt-out. Only minimal patching needed.

Co-authored-by: Alexander Neumann <30894796+Neumann-A@users.noreply.github.com>
2024-04-01 13:32:08 -07:00
Martin Valgur
31b524616c
[rply] Add support for non-prefixed includes (#37759)
The custom CMakeLists.txt in the port installs headers under `rply/` and
expects `#include <rply/rply.h>` correspondingly as the include.
However, the code samples in the RPly project use a plain `#include
"rply.h"` instead: https://w3.impa.br/~diego/software/rply/

This PR adds `include/rply/` to the `target_include_directories()` to
support both conventions.

The project exports only two distinctly-named headers (`rply.h` and
`rplyfile.h`) so the non-prefixed includes causing a collision somewhere
is unlikely.

Also added license info to vcpkg.json and a usage file.
2024-03-28 17:37:07 -07:00
Jia Yue Hua
ec04628385
[roaring] update to 3.0.0 (#37746) 2024-03-27 15:22:41 -07:00
Jia Yue Hua
edfd235ea6
[restinio] update to 0.7.2 (#37740) 2024-03-27 15:22:14 -07:00
Jia Yue Hua
5e417e0876
[redis-plus-plus] update to 1.3.12 (#37739) 2024-03-27 15:22:06 -07:00
Jia Yue Hua
b722718f24
[rapidfuzz] update to 3.0.2 (#37719) 2024-03-26 11:51:53 -07:00
Jia Yue Hua
bfc78a243a
[rapidcsv] update to 8.80 (#37718) 2024-03-26 11:50:17 -07:00
Kai Pastor
46542ddc12
[proj,rtabmap] Update proj to 9.4.0 (#37650) 2024-03-26 11:29:05 -07:00
Jia Yue Hua
1c413c0fa1
[robin-map] update to 1.2.2 (#37622) 2024-03-22 17:09:23 -07:00
Yury Bura
b72d02c81d
[rocksdb] update to v9.0.0 (#37555) 2024-03-20 13:49:07 -07:00
Frank
3850888eb8
[rttr] Disable -Werror in order to support android (#37406) 2024-03-18 15:19:08 -07:00
John Wason
dadde41bfe
[robotraconteur] Update to version 1.1.1 (#37494) 2024-03-18 14:16:33 -07:00
Lily Wang
6126c983b9
[rmlui] Add patch to remove std:: before uint* (#37375) 2024-03-11 20:55:20 -07:00
Jia Yue Hua
e5c8e3fb3e
[rocksdb] update to 8.11.3 (#37329)
- [X] Changes comply with the [maintainer
guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md)
- [X] SHA512s are updated for each updated download
- [ ] ~The "supports" clause reflects platforms that may be fixed by
this new version~
- [ ] ~Any fixed [CI
baseline](https://github.com/microsoft/vcpkg/blob/master/scripts/ci.baseline.txt)
entries are removed from that file.~
- [ ] ~Any patches that are no longer applied are deleted from the
port's directory.~
- [X] The version database is fixed by rerunning `./vcpkg x-add-version
--all` and committing the result.
- [X] Only one version is added to each modified port's versions file.
2024-03-11 13:04:56 -07:00
Sylvain Doremus
312613241a
[rendergraph] Update to v1.4.1 (#37078)
Fixes #37077
- [x] Changes comply with the [maintainer
guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md).
- [x] SHA512s are updated for each updated download.
- [x] The "supports" clause reflects platforms that may be fixed by this
new version.
- [x] Any fixed [CI
baseline](https://github.com/microsoft/vcpkg/blob/master/scripts/ci.baseline.txt)
entries are removed from that file.
- [x] Any patches that are no longer applied are deleted from the port's
directory.
- [x] The version database is fixed by rerunning `./vcpkg x-add-version
--all` and committing the result.
- [x] Only one version is added to each modified port's versions file.
2024-03-05 02:12:19 -08:00
fwcd
4cd7e60932
[rubberband] Use FFTW3 when targeting iOS or WASM (#37101)
`sleef` currently has some issues cross-compiling (see #37091),
preventing `rubberband` from building.

Using FFTW as the FFT backend when targeting iOS or WASM/Emscripten
therefore fixes the cross-build for `rubberband`. Since we already use
FFTW on arm64 macOS, using it on iOS too should also make things a bit
more consistent.

- [x] Changes comply with the [maintainer
guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md).
- [x] SHA512s are updated for each updated download.
- [x] The "supports" clause reflects platforms that may be fixed by this
new version.
- [x] Any fixed [CI
baseline](https://github.com/microsoft/vcpkg/blob/master/scripts/ci.baseline.txt)
entries are removed from that file.
- [x] Any patches that are no longer applied are deleted from the port's
directory.
- [x] The version database is fixed by rerunning `./vcpkg x-add-version
--all` and committing the result.
- [x] Only one version is added to each modified port's versions file.
2024-03-05 01:43:10 -08:00
Kai Pastor
ea91673467
[rhash] Fix error, revise dllexport/dllimport (#36950)
Pass `RHASH_XVERSION` as a number number, not as a string. General
error, but detected by Android NDK r26
~~~

vcpkg/buildtrees/rhash/src/v1.4.4-e609ae2b07.clean/librhash/rhash.c:877:10:
error: incompatible pointer to integer conversion returning 'char[1]'
from a function with result type 'rhash_uptr_t' (aka 'unsigned int')
[-Wint-conversion]
                return RHASH_XVERSION;
                       ^~~~~~~~~~~~~~
<command line>:2:24: note: expanded from macro 'RHASH_XVERSION'
#define RHASH_XVERSION ""
                       ^~
1 error generated.
~~~

Complement `dllexport` with `dllimport` for shared windows, and omit it
everywhere else.

Add missing pc file as if installed with official build system.
2024-02-28 17:12:10 -08:00
matlabbe
e7abe49e60
[rtabmap] update to 0.21.4 (#36886)
- [x] Changes comply with the [maintainer
guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md).
- [x] SHA512s are updated for each updated download.
- [x] The "supports" clause reflects platforms that may be fixed by this
new version.
- [x] Any fixed [CI
baseline](https://github.com/microsoft/vcpkg/blob/master/scripts/ci.baseline.txt)
entries are removed from that file.
- [x] Any patches that are no longer applied are deleted from the port's
directory.
- [x] The version database is fixed by rerunning `./vcpkg x-add-version
--all` and committing the result.
- [x] Only one version is added to each modified port's versions file.

Removed
[fix_autouic.patch](https://github.com/microsoft/vcpkg/pull/36886/files#diff-87383504f8ec473089a965ec245ef25524ce3f95a3da21a17585ae3788cbae6b)
as fixed upstream.
2024-02-22 10:21:22 -08:00
Thomas1664
d3dc464f2f
[rtmfp-cpp] Update to 1.5.1 (#36750)
* [rtmfp-cpp] Update to 1.5.1

* version
2024-02-14 23:04:18 -08:00
John Wason
73bc296b6f
[robotraconteur] Add robotraconteur and robotraconteur-companion ports (#36596)
* Add robotraconteur port

* version database

* Add robotraconteur-companion port

* version database

* Install usage

* Update manifests

* Add dbus and libusb dependencies on linux

* version database

* Add back vcpkg-cmake dependency

* version database

* Disable robotraconteur on linux

* version database

* usage newline

* Use vcpkg_cmake_config_fixup

* Add back linux support

* version database

* Improve check for libbluetooth using pkgconfig

* version database

* Change libbluetooth check to warning

* version database

* Set PACKAGE_NAME in vcpkg_cmake_config_fixup

* version database
2024-02-09 20:10:49 -08:00
Jia Yue Hua
75b18d6e72
[reactiveplusplus] update to 2.0.0 (#36433)
* [reactiveplusplus] update to 2.0.0

* [reactiveplusplus] update to 2.0.0
2024-01-31 14:39:01 -08:00
Bruce Mitchener
e6263e5067
[rocksdb] Update to 8.10.0 (#36221) 2024-01-23 11:51:23 -08:00
Cheney Wang
0a14acf3a1
[rapidjson] Modify the version of cmake_minimum_required() (#36230) 2024-01-19 12:39:54 -08:00
Sylvain Doremus
d479877dc4
[rendergraph] Update to v1.4.0. (#36057) 2024-01-08 13:05:57 -08:00
Jia Yue Hua
9cdf33f37d
[folly,fizz,wangle,mvfst,proxygen,fbthrift] update to 2024.01.01.00 (#36027) 2024-01-05 13:24:54 -08:00
eao197
695a696619
[restinio] Update to 0.7.1 (#35777)
* RESTinio updated to v.0.7.1.

* Fix format for manifest file.

* x-add-version for RESTinio-0.7.1.

* Fix port for RESTinio v.0.7.1.

* x-add-version for fixed RESTinio port.
2023-12-29 00:07:23 -08:00
Mengna Li
5d0108992f
Make detail mesh edge detection more robust (#35855) 2023-12-28 00:01:19 -08:00
Frank
4c59249deb
[realsense2] Add support !arm (#35824) 2023-12-22 15:48:46 -05:00
Thomas1664
4d973549d7
[roaring] Update to 2.0.4 (#35691)
* [roaring] Update to 2.0.4

* version

* Fix race

* version
2023-12-14 17:43:04 -08:00
Yury Bura
47728ffbeb
[rocksdb] Update to v8.9.1 (#35636)
* [rocksdb] update to v8.9.1

* add version
2023-12-13 23:29:24 -08:00
Cheney Wang
5ed66ab293
[rtaudio] update to 6.0.1 (#35520) 2023-12-06 21:26:26 -08:00
jim wang
29782549d0
[rtabmap] Fix link octomap failure (#35278)
* fix link octomap failure

* update version
2023-11-29 00:53:34 -08:00
Mengna Li
de5e71ea0c
update to 5.0 (#35345) 2023-11-27 17:07:46 -08:00
eao197
b54e364833
[restinio] Update to 0.7.0 (#35083)
* RESTinio updated to v.0.7.0.

* Fix manifest format.

* x-add-version for RESTinio-0.7.0.

* Remove files that not needed anymore.

* x-add-version for updated RESTinio port.

* Remove comment with vim settings.

* x-add-version for updated RESTinio's portfile.
2023-11-15 17:04:11 -08:00
autoantwort
50de385678
[realsense2] no uwp (#35046) 2023-11-14 00:25:29 -08:00
Ahsan
7e9a45fb48
[rmqcpp] Add port for rmqcpp - a C++ RabbitMQ Client Library (#34797)
* Add rmqcpp port

* Add rmqcpp versions metadata

* Update REF to latest

* Update git-tree
2023-11-06 10:27:19 -08:00
Cheney Wang
83cdde6707
[reproc] Fix gcc 13 build error (#34885)
* [reproc] Fix gcc 13 build error

* Add comment
2023-11-05 08:58:30 -08:00
Jia Yue Hua
ff9b47f7c7
[rivers] add new port (#34701)
* [rivers] add new port

* versions

* [rivers] add new port

* [rivers] add new port

* [rivers] add new port

* [rivers] add new port

* [rivers] add new port

* [rivers] add new port

* [rivers] delete default-features
2023-10-27 20:03:22 -07:00
Jia Yue Hua
a53ad97dd3
[reactiveplusplus] update to 0.2.3 (#34674)
* [reactiveplusplus] update to 0.2.3

* [reactiveplusplus] update to 0.2.3
2023-10-24 09:02:36 -07:00
Mengna Li
6110622d91
update to 2.54.2 (#34563) 2023-10-19 10:49:31 -07:00
Weihang Ding
2a8cdbfdc5
[readline-win32] Fix windows dynamic linking (#34502)
* [readline-win32] Fix windows dynamic linking

* Update version database
2023-10-16 12:28:31 -07:00
Dr.-Ing. Carsten Grimm
93ef2d8a3c
[rapidjson] update version to 2023-07-17 (#34317) 2023-10-06 16:39:50 -07:00
Jia Yue Hua
4c3d49c6c1
[refl-cpp] update to 0.12.4 (#34181) 2023-10-02 17:31:19 -07:00
Jia Yue Hua
6f86aa1c22
[rhash] update to 1.4.4 (#34180) 2023-10-02 17:27:03 -07:00
Felix Richter
7320d60bc5
[rbdl] Update to v3.3.0 (#34191) 2023-10-02 16:35:30 -07:00