[kf5codecs] add explicit gperf dependency#20266
Merged
BillyONeal merged 9 commits intomicrosoft:masterfrom Oct 27, 2021
Merged
Conversation
JackBoosY
suggested changes
Sep 22, 2021
JackBoosY
approved these changes
Sep 23, 2021
BillyONeal
requested changes
Sep 24, 2021
90ce437 to
88357e0
Compare
There was a problem hiding this comment.
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 8275003fd8c5119cb9438fea1425ebe774f2e527 -- versions
./vcpkg x-add-version --allDiff
diff --git a/versions/k-/kf5codecs.json b/versions/k-/kf5codecs.json
index 92131ab..97dd3eb 100644
--- a/versions/k-/kf5codecs.json
+++ b/versions/k-/kf5codecs.json
@@ -1,7 +1,7 @@
{
"versions": [
{
- "git-tree": "1d73ea7605ea09c70422ab94b8d3f7ce96739df2",
+ "git-tree": "dc0771047423064842c3d9cf2caddab57b6d67c8",
"version": "5.84.0",
"port-version": 3
},c6c33e4 to
eecb0b5
Compare
Contributor
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Contributor
|
Please get failure logs here. |
eecb0b5 to
e232a43
Compare
Contributor
Author
|
@JackBoosY I addressed @BillyONeal concern, all issues are fixed now. EDIT: sorry, still has an issue, see comment above |
e232a43 to
eebbb53
Compare
Contributor
|
dg0yt
reviewed
Oct 20, 2021
36b5775 to
94ef400
Compare
Co-authored-by: Billy O'Neal <bion@microsoft.com>
94ef400 to
44a31a3
Compare
Contributor
Author
|
@JackBoosY all issues were fixed, although the CI has some hiccups. |
Contributor
|
@wrobelda Yes, we are handling this. |
JackBoosY
approved these changes
Oct 22, 2021
Member
|
Thanks for working through the CI mess! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Describe the pull request
What does your PR fix?
This prevents built failures on macOS with its outdated
GNU gperf 3.0.3that chokes on kf5codec's 'register' specifiers.Also wraps paths in quotes and removes the line deleting
/etc, which isn't being populated.Which triplets are supported/not supported? Have you updated the CI baseline?
No change.
Does your PR follow the maintainer guide?
No change.
If you have added/updated a port: Have you run
./vcpkg x-add-version --alland committed the result?Yes