-
Notifications
You must be signed in to change notification settings - Fork 6.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[proj] Update to 9.1.1 #28157
[proj] Update to 9.1.1 #28157
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a new experimental fast check for PR issues. Please let us know if this bot is helpful!
PRs must add only one version and must not modify any published versions
When making any changes to a library, the version or port-version in vcpkg.json
or CONTROL
must be modified.
error: checked-in files for tiff have changed but the version was not updated
version: 4.4.0#1
old SHA: 7d5e9083d0072a4370b44f434cd4dac7b3bee7bc
new SHA: 2e63cee91f8d6907cd368fd333afa11b2c70f064
Did you remember to update the version or port version?
Use --overwrite-version to bypass this check
***No files were updated***
find_package(CURL REQUIRED) | ||
if(CURL_FOUND) | ||
set(CURL_ENABLED TRUE) | ||
+ set(CURL_LIBRARY CURL::libcurl) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The package uses CURL_LIBRARIES
now. This chunk was obsolete.
HEAD_REF master | ||
PATCHES | ||
fix-win-output-name.patch | ||
fix-proj4-targets-cmake.patch | ||
tools-cmake.patch |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
vcpkg doesn't keep tools for debug, so we can disable building them for debug and drop this patch.
@@ -32,9 +32,10 @@ vcpkg_cmake_configure( | |||
OPTIONS | |||
${FEATURE_OPTIONS} | |||
-DNLOHMANN_JSON=external | |||
-DPROJ_DATA_SUBDIR=share/${PORT}/data |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This variable became ineffective with 9.1.0. I was tempted to restore the original effect, but proj tries hard to use share/proj
so I accepted the current state.
(I would be prefer if vcpkg would accept cmake config in share/cmake
instead.)
Updates proj. Cleanup.