Opened 4 years ago

Closed 3 years ago

#60833 closed defect (fixed)

qt4-mac: assumes macOS version is always 10.x

Reported by: ryandesign (Ryan Carsten Schmidt) Owned by: michaelld (Michael Dickens)
Priority: Normal Milestone:
Component: ports Version:
Keywords: bigsur Cc: sudheerhebbale (Sudheer Hebbale), timmr, balanco, cjones051073 (Chris Jones), hapaguy (Brian Kurt Fujikawa)
Port: qt4-mac

Description

The qt4-mac Portfile contains code that assumes the macOS version will always be 10.x. macOS Big Sur will be version 11. Please fix the code to account for this.

Change History (9)

comment:1 Changed 3 years ago by jariperttunen

port install qt4-mac fails on Big Sur (version 11.0.1)
From qt4-mac/main.log file:

:info:configure clang: error: invalid deployment target for -stdlib=libc++ (requires OS X 10.7 or later)
Last edited 3 years ago by ryandesign (Ryan Carsten Schmidt) (previous) (diff)

comment:2 Changed 3 years ago by michaelld (Michael Dickens)

Yup. On my queue to work over the qt4-mac Portfile for macOS 11.0 Big Sur changes ... a long time coming!

comment:3 Changed 3 years ago by sudheerhebbale (Sudheer Hebbale)

Cc: sudheerhebbale added

comment:4 Changed 3 years ago by timmr

Cc: timmr added

comment:5 Changed 3 years ago by balanco

Cc: balanco added

comment:6 Changed 3 years ago by cjones051073 (Chris Jones)

Cc: cjones051073 added

comment:7 Changed 3 years ago by cjones051073 (Chris Jones)

Ran into this as its a dep. of a number of ports I use, so ...

https://github.com/macports/macports-ports/pull/9184

comment:8 Changed 3 years ago by hapaguy (Brian Kurt Fujikawa)

Cc: hapaguy added

comment:9 Changed 3 years ago by michaelld (Michael Dickens)

Resolution: fixed
Status: assignedclosed
Note: See TracTickets for help on using tickets.