> On Jun 23, 2017, at 18:49, kimura wataru <[email protected]> wrote:
> 
> kimura wataru (kimuraw) pushed a commit to branch master
> in repository macports-ports.
> 
> https://github.com/macports/macports-ports/commit/6959a9f89c69aba1849450ee5059c85ebafbc208
>  
> <https://github.com/macports/macports-ports/commit/6959a9f89c69aba1849450ee5059c85ebafbc208>
> The following commit(s) were added to refs/heads/master by this push:
>      new 6959a9f  lang/ruby24: install libruby-static.a same as ruby23 or 
> earlier
> 6959a9f is described below
> 
> commit 6959a9f89c69aba1849450ee5059c85ebafbc208
> Author: kimura wataru <[email protected]>
> AuthorDate: Sat Jun 24 08:22:11 2017 +0900
> 
>     lang/ruby24: install libruby-static.a same as ruby23 or earlier
>     
>     ruby-2.4 installs either libruby*.dylib or libruby*-static.a by default.
>     ruby-2.3 or earlier installs both.
> ---
>  lang/ruby24/Portfile | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/lang/ruby24/Portfile b/lang/ruby24/Portfile
> index 0aee654..822d3c5 100644
> --- a/lang/ruby24/Portfile
> +++ b/lang/ruby24/Portfile
> @@ -50,6 +50,7 @@ select.group        ruby
>  select.file         ${filespath}/ruby24
>  
>  configure.args      --enable-shared \
> +                    --enable-install-static-library \
>                      --disable-install-doc \
>                      --mandir="${prefix}/share/man" \
>                      --enable-pthread \
> 

If this changes the files that get installed, the revision needs to be 
increased, otherwise users will not see this change.

Please configure your git environment to commit using your MacPorts email 
address.

Reply via email to