[MacPorts] #38506: tmux fails to compile on powerpc

MacPorts noreply at macports.org
Sat Mar 23 12:00:16 PDT 2013


#38506: tmux fails to compile on powerpc
-----------------------+--------------------------------
  Reporter:  200309@…  |      Owner:  macports-tickets@…
      Type:  defect    |     Status:  new
  Priority:  Normal    |  Milestone:
 Component:  ports     |    Version:  2.1.3
Resolution:            |   Keywords:
      Port:  tmux      |
-----------------------+--------------------------------

Comment (by egall@…):

 Replying to [comment:4 200309@…]:
 > Is there a way to determine if a port will compile on PowerPC 10.4?
 >
 > That is, what are system requirements for a particular port?

 It's normally up to the portfile author to put something like the
 following code block in their portfile:
 {{{
 pre-fetch {
     if {${os.platform} == "darwin" && ${os.major} < 9} {
         ui_error "${name} is only supported on OS X 10.5 Leopard or
 later."
         return -code error "unsupported platform version"
     }
 }
 }}}
 Although I'd like it if this were handled by base though...

-- 
Ticket URL: <https://trac.macports.org/ticket/38506#comment:5>
MacPorts <http://www.macports.org/>
Ports system for OS X


More information about the macports-tickets mailing list