Re: git: b29bb9d82fc1 - main - lang/ruby30: Mark BROKEN_SSL
- In reply to: Po-Chuan Hsieh : "Re: git: b29bb9d82fc1 - main - lang/ruby30: Mark BROKEN_SSL"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 03 May 2023 02:05:15 UTC
> On May 3, 2023, at 3:58 AM, Po-Chuan Hsieh <sunpoet@freebsd.org> wrote: > > 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. I am not using any scripts for now. It's just emacs and yasnippets. However are you suggesting putting this in between LICENSE_* and *_DEPENDS ? Portclippy is just not happy. :/ > Regards, > sunpoet > > > CONFIGURE_ARGS= ${RUBY_CONFIGURE_ARGS} \ > --disable-rpath \