Skip to content

Conversation

@fran6co
Copy link
Contributor

@fran6co fran6co commented Nov 27, 2025

Fixes #48105
Fixes #45820

  • Changes comply with the maintainer guide.
  • SHA512s are updated for each updated download.
  • The "supports" clause reflects platforms that may be fixed by this new version.
  • Any fixed CI baseline entries are removed from that file.
  • Any patches that are no longer applied are deleted from the port's directory.
  • The version database is fixed by rerunning ./vcpkg x-add-version --all and committing the result.
  • Only one version is added to each modified port's versions file.

@fran6co fran6co force-pushed the fran/tracy branch 2 times, most recently from f0aee16 to 6dd0343 Compare November 27, 2025 17:45
Comment on lines +9 to +16
+ include(CMakePackageConfigHelpers)
+
+ write_basic_package_version_file("${CMAKE_CURRENT_BINARY_DIR}/${TARGET_NAME}-config-version.cmake"
+ VERSION "${PROJECT_VERSION}"
+ COMPATIBILITY SameMajorVersion
+ )
+
+ install(FILES "${CMAKE_CURRENT_BINARY_DIR}/${TARGET_NAME}-config-version.cmake" DESTINATION lib/cmake/${TARGET_NAME})
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't this be submitted upstream instead? They choose their compatibility policy. A vcpkg-only version capability is pointless lock-in.

Comment on lines +8 to +10
find_package(Git)
-if(Git_FOUND)
+if(0)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Drop the patch. Configure with -DCMAKE_DISABLE_FIND_PACKAGE_Git=1.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[tracy] update to 0.12.2

2 participants