[MacPorts] #57083: qt4-mac @ 4.8.7_7 does not build on macOS Mojave 10.14

MacPorts noreply at macports.org
Sun Sep 2 00:48:34 UTC 2018


#57083: qt4-mac @ 4.8.7_7 does not build on macOS Mojave 10.14
----------------------------+-----------------------
  Reporter:  ylluminarious  |      Owner:  michaelld
      Type:  defect         |     Status:  assigned
  Priority:  Normal         |  Milestone:
 Component:  ports          |    Version:  2.5.3
Resolution:                 |   Keywords:  mojave
      Port:  qt4-mac        |
----------------------------+-----------------------

Comment (by kencu):

 Hi George. The port maintainer (Michael) disables the build on new systems
 that he hasn't tested yet, mostly to avoid 100,000 tickets.

 But YOU can be the explorer, if you are prepared to run a beta system!

 Use your favourite text editor, for example:
 {{{
 bbedit `port file qt4-mac`
 }}}
 then find this block:
 {{{
 platform darwin {
     if {${MINOR} > 13} {
         # This project needs to be updated to build with clang++ against
 libc++
         depends_lib
         depends_run
         pre-fetch {
             ui_error "$name does not currently build on Mac OS X later
 than 10.13 'High Sierra'."
             error "unsupported platform"
         }
     }
 }
 }}}
 and change
 {{{
 ${MINOR} > 13
 }}}
 to
 {{{
 ${MINOR} > 14
 }}}
 and you are on your way. Please report back any success you have (maybe it
 will just work!). If it doesn't work, please don't be too impatient. We
 will fix it if it can be fixed!

 Best, Ken

-- 
Ticket URL: <https://trac.macports.org/ticket/57083#comment:2>
MacPorts <https://www.macports.org/>
Ports system for macOS


More information about the macports-tickets mailing list