Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 May 2023 01:30:02 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: b29bb9d82fc1 - main - lang/ruby30: Mark BROKEN_SSL
Message-ID:  <202305030130.3431U2mG073746@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202305030130.3431U2mG073746>