-
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
[libpq] Update version to 14.1 2 #22516
Conversation
@daschuer ,Thanks for your pr, CI test failed on x64-windows, could you please take a look: |
The Ci error wasn't related to this PR. The error is a baseline regression and can also be found in other PRs |
338e1c7
to
0df35a0
Compare
Depends on #22534 |
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
0df35a0
to
8e2776d
Compare
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.
You have modified or added at least one vcpkg.json where a "license" field is missing.
If you feel able to do so, please consider adding a "license" field to the following files:
ports/libpq/vcpkg.json
Valid values for the license field are listed at https://spdx.org/licenses/
The script changes are now here: #22798 |
8e2776d
to
158aadf
Compare
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!
After committing all other changes, the version database must be updated
git add -u && git commit
git checkout 07e508359ca5488456988191d8709722484daccd -- versions
./vcpkg x-add-version --all
Diff
diff --git a/versions/l-/libpq.json b/versions/l-/libpq.json
index e59523d..5678bef 100644
--- a/versions/l-/libpq.json
+++ b/versions/l-/libpq.json
@@ -1,7 +1,7 @@
{
"versions": [
{
- "git-tree": "0f621deb2571997c8b8d577fc739b344cdc8f952",
+ "git-tree": "5adc85ca2060c8c5496d982a5291a601b8f82b41",
"version": "14.1",
"port-version": 0
},
158aadf
to
1b23f96
Compare
ccb13b7
to
1bea03b
Compare
i have no idea how to fix this. |
1bea03b
to
91c148f
Compare
It is a baseline regression. |
Thanks to all who contributed!
|
* master: (103 commits) [lmdb] don't use msvc parameters with non-msvc compiler (microsoft#23653) Fix <version> of Python in vcpkgTools.xml (microsoft#23751) [sciter] escape quotes (microsoft#23752) [fuzzylite] Fix Linux build (microsoft#23658) [cpp-redis] Fix ‘sleep_for’ is not a member of ‘std::this_thread’ (microsoft#23762) [nlohmann-json] Fix usage text (microsoft#23749) [fontconfig] Do not create symlinks (microsoft#23735) (microsoft#23736) [winsparkle] Fix header file and debug path (microsoft#23739) [arb] Support dynamic build (microsoft#23743) [aws-sdk-cpp] update to 1.9.220 (microsoft#23729) Fix the VS2022 'unstable' queues. (microsoft#23742) [xmlsec] Bump to 1.2.33 (microsoft#23733) [unicorn] update to latest version v1.0.3 (microsoft#23745) [libpq] Update version to 14.1 2 (microsoft#22516) [libnoise] Export CMake files (microsoft#23682) [vcpk-ci] Trigger some test ports from vcpkg.cmake changes (microsoft#23430) [nlohmann-json] Add option to control implicit conversions behaviour (microsoft#22409) [libjuice] Update to 0.9.8 (microsoft#23153) [libgeotiff] Update to 1.7.1 (microsoft#23446) [minizip-ng] Updated minizip version and fixed windows build for previous version (microsoft#23684) ...
* update to 14.1 * adjust patches * add lz4 feature on !windows * version stuff * [skip actions] patch configure.ac and run autoreconf * fix some stuff * [skip actions] more details * [libpq] Add license filed to vcpkg json * [libpq] Adjust tcl version to 90g 90s and 90sg * [libpq] fail early from unsupported features * [libpq] lake xslt dependent from xml * [libpq] Update version database * [libpq] quote static * [libpq] Update Version Database Co-authored-by: Alexander Neumann <Alexander.Neumann@hamburg.de>
Update to 14.1
This continues #22254
The resulting binary is not tested!
What does your PR fix?
just an update #15582
The issue in the original PR was that on the case insensitive file system of macOS the file INSTALL was considered as more recent that the install target. The custom Makefile fixes this.
In addition I have fixed some error messages regarding the manual-ink folder and the patches
Which triplets are supported/not supported? Have you updated the CI baseline?
no change
Does your PR follow the maintainer guide?
Yes
If you have added/updated a port: Have you run
./vcpkg x-add-version --all
and committed the result?