[MacPorts] #43917: ROOT6 : Update to first production release, 6.00.00

MacPorts noreply at macports.org
Fri Jun 6 07:10:07 PDT 2014


#43917: ROOT6 : Update to first production release, 6.00.00
-----------------------+---------------------------------
  Reporter:  jonesc@…  |      Owner:  mojca@…
      Type:  update    |     Status:  new
  Priority:  Normal    |  Milestone:
 Component:  ports     |    Version:
Resolution:            |   Keywords:  haspatch maintainer
      Port:  root6     |
-----------------------+---------------------------------

Comment (by jonesc@…):

 Replying to [comment:45 mojca@…]:
 > What about the following? I would guess that this chunk of code is still
 needed?
 >
 > {{{
 > pre-fetch {
 >     if { ![file exists /usr/lib/libc++.dylib] } {
 >         ui_error "$name requires a C++11 runtime, which your
 configuration does not allow"
 >         error "unsupported configuration"
 >     }
 > }
 > }}}

 Have you changed that ? It used to be

 {{{
 pre-fetch {
     if {(${os.major} < 13 && ! [info exists configure.cxx_stdlib]) ||
         (! [file exists /usr/lib/libc++.dylib])} {
         ui_error "$name requires a C++11 runtime, which your configuration
 does not allow"
         error "unsupported configuration"
     }
 }
 }}}

 Chris

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


More information about the macports-tickets mailing list