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

MacPorts noreply at macports.org
Fri Jun 6 03:47:23 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@…):

 > >  - Otherwise, it just disables the use of c++11 and libc++
 >
 > When exactly would I want to disable the use of `c++11`? Would that work
 at all? (I'm not sure what `-Dc++11=ON` or `-Dc++11=OFF` do to be honest.)

 Most probably this is not needed. In fact if we are OK with removing the
 need to check if configure.cxx_stdlib is present (i.e. the user is running
 the latest MP release) then the Darwin block could probably to shortened
 to just

 {{{
 platform darwin {
     if { ${configure.cxx_stdlib} ne "libc++" } {
          configure.cxx_stdlib libc++
          depends_lib-append port:libcxx
     }
 }
 }}}

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


More information about the macports-tickets mailing list