Skip to content
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

[wxcharts] Add new port #24263

Merged
merged 15 commits into from
Apr 25, 2022
Merged

[wxcharts] Add new port #24263

merged 15 commits into from
Apr 25, 2022

Conversation

playgithub
Copy link
Contributor

@playgithub playgithub commented Apr 20, 2022

Describe the pull request

  • What does your PR fix?

    Port https://github.com/wxIshiko/wxCharts

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

    All

  • Does your PR follow the [maintainer guide]

    Not sure

  • If you have added/updated a port: Have you run ./vcpkg x-add-version --all and committed the result?

    Yes

Copy link

@github-actions github-actions bot left a 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: Local changes detected for wxcharts but no changes to version or port version.
-- Version: 0.1.0
-- Old SHA: ccb95d41def248b9409d4edf8e97dbef06682830
-- New SHA: 1201cfb1e31e3983a8a353080569401ff0c1416a
-- Did you remember to update the version or port version?
-- Pass `--overwrite-version` to bypass this check.
***No files were updated.***

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/wxcharts/vcpkg.json

Valid values for the license field can be found in the documentation

@JonLiu1993 JonLiu1993 changed the title port wxcharts [wxcharts] Add new port Apr 20, 2022
@JonLiu1993 JonLiu1993 self-assigned this Apr 20, 2022
@JonLiu1993 JonLiu1993 added the category:new-port The issue is requesting a new library to be added; consider making a PR! label Apr 20, 2022
Copy link

@github-actions github-actions bot left a 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: Local changes detected for wxcharts but no changes to version or port version.
-- Version: 0.1.0
-- Old SHA: 1201cfb1e31e3983a8a353080569401ff0c1416a
-- New SHA: 9fb35aaf475a80255e7bd734802fdfcf32444961
-- Did you remember to update the version or port version?
-- Pass `--overwrite-version` to bypass this check.
***No files were updated.***

Copy link

@github-actions github-actions bot left a 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: Local changes detected for wxcharts but no changes to version or port version.
-- Version: 0.1.0
-- Old SHA: 1201cfb1e31e3983a8a353080569401ff0c1416a
-- New SHA: e89549c019ea78cc536a33c5374a3c02fa5e1ce9
-- Did you remember to update the version or port version?
-- Pass `--overwrite-version` to bypass this check.
***No files were updated.***

@playgithub playgithub marked this pull request as ready for review April 21, 2022 04:13
ports/wxcharts/portfile.cmake Outdated Show resolved Hide resolved
ports/wxcharts/portfile.cmake Outdated Show resolved Hide resolved
ports/wxcharts/support-cmake-and-dll.patch Outdated Show resolved Hide resolved
vcpkg_from_github instead of vcpkg_from_git

Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
Copy link

@github-actions github-actions bot left a 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: Local changes detected for wxcharts but no changes to version or port version.
-- Version: 0.1.0
-- Old SHA: e89549c019ea78cc536a33c5374a3c02fa5e1ce9
-- New SHA: b7e7e6cf57a9e250a3ce0961113cce4eecd94ad7
-- Did you remember to update the version or port version?
-- Pass `--overwrite-version` to bypass this check.
***No files were updated.***

Copy link

@github-actions github-actions bot left a 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: Local changes detected for wxcharts but no changes to version or port version.
-- Version: 0.1.0
-- Old SHA: e89549c019ea78cc536a33c5374a3c02fa5e1ce9
-- New SHA: bf9f07f5584e8270a5897845d04f34bf16ce4a14
-- Did you remember to update the version or port version?
-- Pass `--overwrite-version` to bypass this check.
***No files were updated.***

Copy link

@github-actions github-actions bot left a 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: Local changes detected for wxcharts but no changes to version or port version.
-- Version: 0.1.0
-- Old SHA: e89549c019ea78cc536a33c5374a3c02fa5e1ce9
-- New SHA: e8a85b457381b93137cfa42b9fa74b5cefb9b20a
-- Did you remember to update the version or port version?
-- Pass `--overwrite-version` to bypass this check.
***No files were updated.***

@JonLiu1993 JonLiu1993 added depends:different-pr This PR or Issue depends on a PR which has been filed and removed requires:author-response labels Apr 22, 2022
@strega-nil-ms
Copy link
Contributor

Thanks!

@strega-nil-ms strega-nil-ms added requires:author-response and removed depends:different-pr This PR or Issue depends on a PR which has been filed labels Apr 22, 2022
Co-authored-by: nicole mazzuca <83086508+strega-nil-ms@users.noreply.github.com>
Copy link

@github-actions github-actions bot left a 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 c37cc7836a0e1cfd55747be8ec472eafa8055276 -- versions
./vcpkg x-add-version --all
Diff
diff --git a/versions/baseline.json b/versions/baseline.json
index f55511a..e7e8b85 100644
--- a/versions/baseline.json
+++ b/versions/baseline.json
@@ -7513,7 +7513,7 @@
       "port-version": 1
     },
     "wxcharts": {
-      "baseline": "0.1.0",
+      "baseline": "2022-04-22",
       "port-version": 0
     },
     "wxwidgets": {
diff --git a/versions/w-/wxcharts.json b/versions/w-/wxcharts.json
index 23ff0e3..9a9b07f 100644
--- a/versions/w-/wxcharts.json
+++ b/versions/w-/wxcharts.json
@@ -1,5 +1,10 @@
 {
   "versions": [
+    {
+      "git-tree": "b1e9c16349a281b499d1ff50cdee4dd21c4aafec",
+      "version-date": "2022-04-22",
+      "port-version": 0
+    },
     {
       "git-tree": "4f0f72e8dec820b6e4abd6aff086056287285aa3",
       "version": "0.1.0",

Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
@JonLiu1993 JonLiu1993 added info:reviewed Pull Request changes follow basic guidelines and removed requires:author-response labels Apr 24, 2022
@BillyONeal BillyONeal merged commit a2de781 into microsoft:master Apr 25, 2022
@BillyONeal
Copy link
Member

Thanks for the new port!

@playgithub playgithub deleted the port-wxcharts branch April 26, 2022 05:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category:new-port The issue is requesting a new library to be added; consider making a PR! info:reviewed Pull Request changes follow basic guidelines
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants