-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
djview: update to 4.12.3 #30272
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
base: master
Are you sure you want to change the base?
djview: update to 4.12.3 #30272
Conversation
|
Notifying maintainers: |
|
6c35ee7 to
cd31822
Compare
|
@NicosPavlov Is there any point in maintaining both I propose moving EDIT: Or is the Qt 4 version there to support very old OS X versions? CC @barracuda156 |
|
@szhorvat The port already has conditional code to support both Qt5 and Qt4, you could just modify condition/naming as desired, leaving legacy OS at Qt4 (no Qt5 on < 10.6, no Qt5 on ppc/ppc64, on 10.6 x86_64 only very old Qt 5.3, no idea about i386). |
4b2233c to
d4287db
Compare
|
I pushed another commit which selects the Qt version to use conditionally, based on the OS version. |
d4287db to
6aae9ed
Compare
Description
Type(s)
Tested on
macOS 26.1 25B78 arm64
Xcode 26.1.1 17B100
Verification
Have you
port lint?sudo port test?sudo port -vst install?