qt5 5.7.1 and delete qt4#8306
Conversation
|
Hurray for patches merged upstream! I think I may use this release as the one in which we boneyard Qt4. @DomT4 mind giving me commit access to this PR and I'll commit to it to combine with https://github.com/Homebrew/homebrew-core/pull/7019/files? |
|
Go for it; I've ticked the necessary box now. |
|
@DomT4 Done, thanks pal. ALMOST THERE!!!! |
|
Well, in 2:30hrs, providing nothing blows up on CI. Qt has taught me to never be an optimist around these PRs 😅. |
|
Hi, Would you like me to take a crack at adding custom |
|
@dakcarto Yes but don't want that to block this PR. |
|
Made some fixes locally to not put this in the boneyard so we can use the |
|
Thanks for this @DomT4 ✨ |
|
Thanks @MikeMcQuaid. Shall see how much pushback the project gets from Qt4 going away; there shouldn't be much by this point given all the issues Qt4 has but you never know sigh. There's a second branch on |
|
@MikeMcQuaid: Just a (relatively) quick comment here, but having had both |
|
@MikeMcQuaid: As reported by GitHub's notification of #8342's existence and mention of this PR in said issue, said issue is now ready and we can continue discussion of my problem there. |
|
@DomT4 I have a tap that still uses EDIT: I was just informed about the |
|
Hi @scpeters, We needed to do this for the QGIS 2-based formulae in the OSGeo4Mac tap, along with other Qt4 associated formulae as well. Our setup, unlike cartr/qt4, is isolated and does not conflict with any Homebrew changes. That repo was consulted during the work. See 'qt-4' and formulae ending with '-qt4'. Note, this is an interim solution that will go away within 6-8 months, or whenever QGIS 3 becomes stable. |
|
@scpeters Worth noting that Mike added the As he notes though, please try to disable WebKit if you have revived copies of |
|
@MikeMcQuaid wrote
Agreed. I'll look at making it optional. Unfortunately, without it, QGIS 2 builds are rendered fairly useless in many regards. |
|
Thanks for the feedback @dakcarto and @MikeMcQuaid I'm currently experimenting with a qt4-no-webkit formula for my tap to address the security concerns. |
brew install --build-from-source <formula>, where<formula>is the name of the formula you're submitting?brew audit --strict <formula>(after doingbrew install <formula>)?It's that time again.
Fixes #1705.