MacPorts 2.5.0-beta1 now available for testing

Ken Cunningham ken.cunningham.webuse at gmail.com
Sat May 26 19:25:19 UTC 2018



> On May 26, 2018, at 9:49 AM, Ryan Schmidt <ryandesign at macports.org> wrote:
> 
> 
> On May 26, 2018, at 11:48, Ken Cunningham wrote:
> 
>> Well I think you did the cmake finaggeling last time.... Not sure you could find a better way, but I wait to see...
> 
> I don't recall what you're referring to.

if {!((${os.platform} eq "darwin" && ${os.major} < 10) || ${build_arch} eq "ppc" || ${build_arch} eq "ppc64")} {
    depends_lib-append port:libcxx
    configure.cxx_stdlib libc++
}


So this forces a build against libc++ on systems that have cxx_stdlib set to libstdc++.

Will this trigger an error? 

Maybe I don’t understand exactly how the error mechanism is setup.

K


More information about the macports-users mailing list