diff --git a/ports/gz-common5/003-include-chrono.patch b/ports/gz-common5/003-include-chrono.patch new file mode 100644 index 00000000000000..bf89471ae97e23 --- /dev/null +++ b/ports/gz-common5/003-include-chrono.patch @@ -0,0 +1,12 @@ +diff --git a/events/include/gz/common/Event.hh b/events/include/gz/common/Event.hh +index a86c3ac07..936417d74 100644 +--- a/events/include/gz/common/Event.hh ++++ b/events/include/gz/common/Event.hh +@@ -18,6 +18,7 @@ + #define GZ_COMMON_EVENT_HH_ + + #include ++#include + #include + #include + #include diff --git a/ports/gz-common5/portfile.cmake b/ports/gz-common5/portfile.cmake index a8b2e1132f0d51..07b413c5d1fdcf 100644 --- a/ports/gz-common5/portfile.cmake +++ b/ports/gz-common5/portfile.cmake @@ -11,6 +11,7 @@ ignition_modular_library( "-DPKG_CONFIG_EXECUTABLE=${CURRENT_HOST_INSTALLED_DIR}/tools/pkgconf/pkgconf${VCPKG_HOST_EXECUTABLE_SUFFIX}" PATCHES gz_remotery_vis.patch + 003-include-chrono.patch ) vcpkg_replace_string("${CURRENT_PACKAGES_DIR}/share/gz-common5-graphics/gz-common5-graphics-config.cmake" "find_package(GTS " diff --git a/ports/gz-common5/vcpkg.json b/ports/gz-common5/vcpkg.json index d2c94556ae489d..4e0ef293e91227 100644 --- a/ports/gz-common5/vcpkg.json +++ b/ports/gz-common5/vcpkg.json @@ -1,7 +1,7 @@ { "name": "gz-common5", "version": "5.4.1", - "port-version": 2, + "port-version": 3, "description": "Common libraries for robotics applications", "homepage": "https://ignitionrobotics.org/libs/common", "license": "Apache-2.0", diff --git a/versions/baseline.json b/versions/baseline.json index 4357d904dd259a..55c7477e556fcf 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -3366,7 +3366,7 @@ }, "gz-common5": { "baseline": "5.4.1", - "port-version": 2 + "port-version": 3 }, "gz-fuel-tools8": { "baseline": "8.1.0", diff --git a/versions/g-/gz-common5.json b/versions/g-/gz-common5.json index e00a0b77ca5d19..d1af186f57230f 100644 --- a/versions/g-/gz-common5.json +++ b/versions/g-/gz-common5.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "41a407bcf716c1a34f71478a24e9c481f15c255e", + "version": "5.4.1", + "port-version": 3 + }, { "git-tree": "379bf372ab20a993390aaf8c34be3292e43c2ec8", "version": "5.4.1",