Re: git: b29bb9d82fc1 - main - lang/ruby30: Mark BROKEN_SSL

From: Po-Chuan Hsieh <sunpoet_at_freebsd.org>
Date: Wed, 03 May 2023 01:58:37 UTC
On Wed, May 3, 2023, 09:30 Muhammad Moinur Rahman <bofh@freebsd.org> wrote:

> The branch main has been updated by bofh:
>
> URL:
> https://cgit.FreeBSD.org/ports/commit/?id=b29bb9d82fc17f24080525335dba5a8ae2466d99
>
> commit b29bb9d82fc17f24080525335dba5a8ae2466d99
> Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
> AuthorDate: 2023-05-02 18:23:12 +0000
> Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
> CommitDate: 2023-05-03 01:29:49 +0000
>
>     lang/ruby30: Mark BROKEN_SSL
>
>     - Fails to build the openssl module with OpenSSL 3.0.0 and later
>
>     Approved by:    portmgr (blanket)
> ---
>  lang/ruby30/Makefile | 2 ++
>  1 file changed, 2 insertions(+)
>
> diff --git a/lang/ruby30/Makefile b/lang/ruby30/Makefile
> index 7a6038bc3bb8..b4910dd85f9e 100644
> --- a/lang/ruby30/Makefile
> +++ b/lang/ruby30/Makefile
> @@ -25,6 +25,8 @@ LIB_DEPENDS=  libyaml.so:textproc/libyaml
>  RUN_DEPENDS=   libffi>=0:devel/libffi
>
>  USES=          autoreconf cpe ruby:none ssl tar:xz
> +BROKEN_SSL=    openssl30 openssl31
> +BROKEN_SSL_REASON=     Do not build openssl module
>

Hi Rahman,

Thank for checking OpenSSL 3.x compatibility. But BROKEN_SSL* were added to
the wrong place. I assume you're  using a script. Could you please update
the script? Thanks.

Regards,
sunpoet


>  CONFIGURE_ARGS=        ${RUBY_CONFIGURE_ARGS} \
>                 --disable-rpath \
>