[MacPorts] #40494: aria2 @1.18.0: requires C++11 support

MacPorts noreply at macports.org
Mon Sep 16 16:35:47 PDT 2013


#40494: aria2 @1.18.0: requires C++11 support
-----------------------------+-------------------
  Reporter:  mschamschula@…  |      Owner:  mww@…
      Type:  defect          |     Status:  new
  Priority:  Normal          |  Milestone:
 Component:  ports           |    Version:  2.2.0
Resolution:                  |   Keywords:
      Port:  aria2           |
-----------------------------+-------------------

Comment (by jeremyhu@…):

 sigh ...

 looking at its dependencies and description, it looks like it's an
 application (should probably have "installs_libs       no") with no C++
 dependencies.  Thus it might be ok to just "force" libc++ with:

 {{{
 if {[info exists configure.cxx_stdlib]} {
     configure.cxx_stdlib libc++
 } else {
     configure.blacklist *gcc*
     configure.cxxflags-append -stdlib=libc++
 }
 }}}

 Note that we'll run into the same revupgrade issue that cal mentioned on
 macports-dev for textmate.

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


More information about the macports-tickets mailing list