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

From: Muhammad Moinur Rahman <bofh_at_FreeBSD.org>
Date: Wed, 03 May 2023 01:30:02 UTC
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
 
 CONFIGURE_ARGS=	${RUBY_CONFIGURE_ARGS} \
 		--disable-rpath \