-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
evolution-data-server: update to 3.52.1, allow builds without webkit2 #23657
Conversation
Notifying maintainers: |
Ah, well, it wants a much newer webkit2 than Macports has:
@mascguy Should we fall back to the last version which work with an old WebKit2 or rather disable OAuth2 for the time-being, and have this version building? |
Are you sure the various other dependencies are sufficient? Given how much newer this version is, you're likely to be blocked by other dependencies. I'd like to suggest we avoid updating this port, if at all possible. Which port(s) depend on this for your system? |
Fixed via master, so this is no longer needed |
@mascguy Thank you, that fixed the problem with it. (I leave updating matter to you.) |
@mascguy Ah, wait, it is not resolved yet, |
- Eliminates dependency on webkit2-gtk, for default install See: https://trac.macports.org/ticket/69798 See: #23657
@mascguy I am making this a draft, please review :)
It builds fine with no hacks like this, but I am not sure about some conditionals. (Probably we rather use OS version, not C++ runtime, since it is rather likely that everything can be built against
libstdc++
, just not on 10.5 or at least not yet.)Closes: https://trac.macports.org/ticket/69798
Description
Update, allow building on systems where webkit2 is broken.
Type(s)
Tested on
macOS 10.6
Xcode 3.2
Verification
Have you
port lint --nitpick
?sudo port test
?sudo port -vst install
?