[macports-ports] branch master updated: libcxxabi: Bump to 3.9.0 (#52663)

Ryan Schmidt ryandesign at macports.org
Thu Nov 24 09:46:14 CET 2016


> On Nov 1, 2016, at 6:37 PM, Jeremy Huddleston Sequoia <jeremyhu at users.noreply.github.com> wrote:
> 
> Jeremy Huddleston Sequoia (jeremyhu) pushed a commit to branch master
> in repository macports-ports.
> 
> 
> https://github.com/macports/macports-ports/commit/bff6ff30b8e05955c7e11174134ad2555dd62043
> 
> The following commit(s) were added to refs/heads/master by this push:
> 
>      new bff6ff3  libcxxabi: Bump to 3.9.0 (#52663)

> +    # delete cxa_noexception.cpp as we're not using the cmake build system
> +    # cmake would choose either cxa_exceptions or cxa_noexceptions
> +    # but the buildit script just builds every file in the src directory and you can't have both
> +    post-extract {
> +        system "rm ${worksrcpath}/src/cxa_noexception.cpp"
>      }

Can you use "delete" here instead of "system rm"?




More information about the macports-dev mailing list