-
-
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
retdec-devel: update to 20211107 #12844
Conversation
a4f12d6
to
fcae3b0
Compare
4d32a29
to
a24e3c2
Compare
@mascguy let's wait until CI is over. I think it should green now. Anyway, I've included requested changes for legacy support. Can I ask you to review and test if you have access to something before Catalina? Keep in mind that building of |
Oh, one thing to be aware of: The portgroup needs to be fixed too, before your changes will work. Did you want to include that too? |
@mascguy I think migrating this changes to PG is the right things to do. I haven't got anywhere to test PG changes and without a possibility to test it, I can't fix it :) |
No worries, go ahead and remove the changes for the PG then. I'll take care of that later, once the PG itself has been fixed. |
@mascguy it is done. Let's wait CI to pass it. |
It looks like the build for
Is that expected? |
@mascguy nope, this is side effect of new OpenSSL switch. Working on this :) |
@mascguy I saw your changes in legacy portgroup. Would you like to incorporate required changes in this port? |
No, I'll take care of that later, once I've had a chance to test on 10.12. |
e1d8a46
to
574ea19
Compare
This changes also enabled support of OpenSSL 3 via `openssl` PortGroup for `retdec-devel`. Anyway, `v4.0` is shipped with OpenSSL 1.1.1 and should be build against OpenSSL 1.1 branch. Fixes: https://trac.macports.org/ticket/63882
Description
This changes also enabled support of OpenSSL 3 via
openssl
PortGroup forretdec-devel
.Anyway,
v4.0
is shipped with OpenSSL 1.1.1 and should be build against OpenSSL 1.1 branch.Fixes: https://trac.macports.org/ticket/63882
Type(s)
Tested on
macOS 11.6 20G165 x86_64
Xcode 13.1 13A1030d
Verification
Have you
port lint
?sudo port test
?sudo port -vst install
?