Skip to content

Commit 64f3d3d

Browse files
authored
[robotraconteur] Use upstream's patch. (#44634)
1 parent fcf21f8 commit 64f3d3d

5 files changed

Lines changed: 14 additions & 22 deletions

File tree

ports/robotraconteur/portfile.cmake

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@ if(VCPKG_TARGET_IS_LINUX)
22
MESSAGE(WARNING "${PORT} requires libbluetooth-dev from the system package manager.\nTry: 'sudo yum install libbluetooth-dev ' (or sudo apt-get install libbluetooth-dev)")
33
endif()
44

5+
vcpkg_download_distfile(REMOVE_OPENSSL_DEPENDENCIES_PATCH
6+
URLS https://github.com/robotraconteur/robotraconteur/commit/0fe6efd8c448f68ae6c33c261b9df734b372ee47.patch?full_index=1
7+
FILENAME robotraconteur-openssl-dependencies-0fe6efd8c448f68ae6c33c261b9df734b372ee47.patch
8+
SHA512 38769c15dfe98ee71f6cefd643f104d653cd38e1a590202d942e6a781bc5080f063b3e50e927089fa0aed85fe8345541fd7424ccf2f353e245a27f200b8cf024
9+
)
10+
511
vcpkg_from_github(
612
OUT_SOURCE_PATH SOURCE_PATH
713
REPO robotraconteur/robotraconteur
@@ -10,7 +16,7 @@ vcpkg_from_github(
1016
HEAD_REF master
1117
PATCHES
1218
rr_boost_1_87_patch.diff
13-
remove-openssl-dependencies.patch
19+
"${REMOVE_OPENSSL_DEPENDENCIES_PATCH}"
1420
)
1521

1622
vcpkg_cmake_configure(

ports/robotraconteur/remove-openssl-dependencies.patch

Lines changed: 0 additions & 19 deletions
This file was deleted.

ports/robotraconteur/vcpkg.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "robotraconteur",
33
"version-semver": "1.2.4",
4-
"port-version": 2,
4+
"port-version": 3,
55
"description": "The Robot Raconteur communication framework core library",
66
"homepage": "https://www.robotraconteur.com",
77
"license": "Apache-2.0",

versions/baseline.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8154,7 +8154,7 @@
81548154
},
81558155
"robotraconteur": {
81568156
"baseline": "1.2.4",
8157-
"port-version": 2
8157+
"port-version": 3
81588158
},
81598159
"robotraconteur-companion": {
81608160
"baseline": "0.4.1",

versions/r-/robotraconteur.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
{
22
"versions": [
3+
{
4+
"git-tree": "8bbdcf710e57bd4b6dba3a9c776ff7b3ba7a18dd",
5+
"version-semver": "1.2.4",
6+
"port-version": 3
7+
},
38
{
49
"git-tree": "d769c90ee7605abee43e4ecfe4a933e12f90c740",
510
"version-semver": "1.2.4",

0 commit comments

Comments
 (0)