[MacPorts] #20309: qt4-x11 doesn't support 10.6 yet

MacPorts noreply at macports.org
Tue Aug 16 07:07:33 PDT 2011


#20309: qt4-x11 doesn't support 10.6 yet
------------------------------+---------------------------------------------
 Reporter:  snc@…             |       Owner:  michaelld@…           
     Type:  defect            |      Status:  new                   
 Priority:  Normal            |   Milestone:                        
Component:  ports             |     Version:  1.8.0                 
 Keywords:  snowleopard lion  |        Port:  qt4-x11               
------------------------------+---------------------------------------------
Changes (by snc@…):

  * keywords:  snowleopard => snowleopard lion


Comment:

 What's wrong with having those built until qt4-x11 is ready? It'll be less
 to build in the future.

 The best "early fail" we can do is just to prevent operations within
 qt4-x11 from commencing:
 {{{
 pre-extract {
     if {${os.major} > 9} {
         ui_err "{$name} does not yet work with your OS version."
         return -code error "OS version not supported"
     }
 }
 }}}

 If Snow Leopard can't handle qt4-x11, can Lion?

-- 
Ticket URL: <https://trac.macports.org/ticket/20309#comment:30>
MacPorts <http://www.macports.org/>
Ports system for Mac OS


More information about the macports-tickets mailing list