[macports-ports] branch master updated: polyml: use system libffi

Ryan Schmidt ryandesign at macports.org
Mon Oct 22 06:17:13 UTC 2018



On Oct 21, 2018, at 08:32, Phil Clayton wrote:

> Perry E. Metzger (pmetzger) pushed a commit to branch master
> in repository macports-ports.
> 
> 
> https://github.com/macports/macports-ports/commit/adc4f7a91e5449fb532c22d1ed2204594c654cfa
> 
> The following commit(s) were added to refs/heads/master by this push:
> 
>      new adc4f7a  polyml: use system libffi
> 
> adc4f7a is described below
> 
> 
> commit adc4f7a91e5449fb532c22d1ed2204594c654cfa
> 
> Author: Phil Clayton
> AuthorDate: Sat Oct 20 22:14:31 2018 +0100
> 
> 
>     polyml: use system libffi
> 
> ---
>  lang/polyml/Portfile | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/lang/polyml/Portfile b/lang/polyml/Portfile
> index ee78dac..b2e920e 100644
> --- a/lang/polyml/Portfile
> +++ b/lang/polyml/Portfile
> @@ -17,10 +17,10 @@ checksums           rmd160  17644f9f9c3073486788e1bf6a368247788cfd35 \
>                      sha256  31d01e21af6203af75f8b377eeb90aa3eb8b7b1a6e2d942323da53ae390c57e5 \
>                      size    7218581
>  
> -depends_lib         port:gmp
> +depends_lib         port:gmp port:libffi
>  
>  configure.args      --mandir=${prefix}/share/man --build=${build_arch}-apple-darwin${os.major} \
> -                    --enable-shared
> +                    --enable-shared --with-system-libffi
>  
>  post-destroot {
>      xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}


This changes the port's library dependencies, and changes how the port builds and the files that it installs. For both reasons, the revision must be increased. I've done this for you in 8d909854e13946dd65d610e92014351b6af9772f but in future please include it in your PR when needed.

Also, it does not build; see https://trac.macports.org/ticket/57422.




More information about the macports-dev mailing list