[MacPorts] #56057: smartmontools: requires C++11

MacPorts noreply at macports.org
Wed Mar 14 17:48:00 UTC 2018


#56057: smartmontools: requires C++11
----------------------------+------------------
  Reporter:  mojca          |      Owner:  RJVB
      Type:  defect         |     Status:  new
  Priority:  Normal         |  Milestone:
 Component:  ports          |    Version:
Resolution:                 |   Keywords:
      Port:  smartmontools  |
----------------------------+------------------

Comment (by RJVB):

 That's already the case in my own copy, which I recall doing on request
 (and uploading, here I think):

 {{{
 platform darwin {
     if {${configure.cxx_stdlib} eq "libstdc++"} {
         configure.args-append \
                     --with-cxx11-option=no
     }
 }
 }}}

 (IOW, older systems using libstdc++ will not use C++11, which is of course
 the preferred solution as long as the project provides the option.)

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


More information about the macports-tickets mailing list