File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,6 +2,12 @@ if(VCPKG_TARGET_IS_LINUX)
22 MESSAGE (WARNING "${PORT} requires libbluetooth-dev from the system package manager.\n Try: 'sudo yum install libbluetooth-dev ' (or sudo apt-get install libbluetooth-dev)" )
33endif ()
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+
511vcpkg_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
1622vcpkg_cmake_configure (
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments