Skip to content

[pcre2] Update to 10.40, drop -static suffix#24505

Merged
BillyONeal merged 3 commits intomicrosoft:masterfrom
dg0yt:pcre2
May 3, 2022
Merged

[pcre2] Update to 10.40, drop -static suffix#24505
BillyONeal merged 3 commits intomicrosoft:masterfrom
dg0yt:pcre2

Conversation

@dg0yt
Copy link
Copy Markdown
Contributor

@dg0yt dg0yt commented May 2, 2022

  • What does your PR fix?

    Updates pcre2.
    Drops the -static lib name suffix for MSVC. That suffix is not contained in the pkg-config files, and it requires the name variant to be handled in downstream usage. This modification is allowed by the Maintainer Guidelines. Issue noticed in [wxwidgets] update to 3.1.6 #24483 (comment).
    NB: In this PR, I didn't remove name variant handling from downstream ports (unicorn, qt5-base). For qt5-base, I want to use pc files (another PR).

  • Which triplets are supported/not supported? Have you updated the CI baseline?

    unchanged, no.

  • 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?

    yes

dg0yt added 3 commits May 2, 2022 08:51
The suffix breaks pc files. Renaming allowed by maintainer guidelines,
to facilitate downstream usage.
@BillyONeal
Copy link
Copy Markdown
Member

Thanks for the update!

@BillyONeal BillyONeal merged commit b98afc9 into microsoft:master May 3, 2022
@dg0yt dg0yt deleted the pcre2 branch May 3, 2022 05:32
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.

2 participants