#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