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

[boost-vcpkg-helpers] Fix incorrect license #28617

Merged
merged 2 commits into from
Jan 4, 2023

Conversation

LilyWangLL
Copy link
Contributor

Describe the pull request

@LilyWangLL LilyWangLL added category:port-bug The issue is with a library, which is something the port should already support info:internal This PR or Issue was filed by the vcpkg team. labels Dec 29, 2022
Copy link
Contributor

@dg0yt dg0yt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 This PR implements #27067 (comment).

DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}"
)

vcpkg_install_copyright(FILE_LIST "${CMAKE_CURRENT_LIST_DIR}/LICENSE.txt")
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • making share/${PORT}/copyright match the port's license, MIT.

Comment on lines +20 to +23
file(INSTALL
"${CURRENT_INSTALLED_DIR}/share/boost-vcpkg-helpers/boost_LICENSE_1_0.txt"
DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}"
RENAME copyright
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • using a different path for the boost copyright template file.

@LilyWangLL LilyWangLL marked this pull request as ready for review December 30, 2022 06:51
@MonicaLiu0311 MonicaLiu0311 added the info:reviewed Pull Request changes follow basic guidelines label Dec 30, 2022
@vicroms vicroms merged commit 714d8d5 into microsoft:master Jan 4, 2023
@LilyWangLL LilyWangLL deleted the dev/LilyWang/issue27067 branch January 17, 2023 02:51
BillyONeal added a commit to BillyONeal/vcpkg that referenced this pull request Jan 31, 2023
Added the ability for the 'default' port version to get a value in case they all change at once (as almost happened due to microsoft#29288)

microsoft#28356 did not apply post-source stubs for url and locale. I suspect they were just forgotten to be checked in?
microsoft#28617 did not record the port version change in generate-ports.ps1.

Also fixed all files to have LF line endings. (since changing boost-vcpkg-helper version also changed all the other ports anyway)

Also changed "When changing this file also update and run scripts/boost/generate-ports.ps1" to "Automatically generated by scripts/boost/generate-ports.ps1" because I think that better conveys the consequences (your changes will get nuked).
BillyONeal added a commit that referenced this pull request Feb 1, 2023
Added the ability for the 'default' port version to get a value in case they all change at once (as almost happened due to #29288)

#28356 did not apply post-source stubs for url and locale. I suspect they were just forgotten to be checked in?
#28617 did not record the port version change in generate-ports.ps1.

Also fixed all files to have LF line endings. (since changing boost-vcpkg-helper version also changed all the other ports anyway)

Also changed "When changing this file also update and run scripts/boost/generate-ports.ps1" to "Automatically generated by scripts/boost/generate-ports.ps1" because I think that better conveys the consequences (your changes will get nuked).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category:port-bug The issue is with a library, which is something the port should already support info:internal This PR or Issue was filed by the vcpkg team. info:reviewed Pull Request changes follow basic guidelines
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[boost-vcpkg-helpers] Has inconsistent copyright info
4 participants