git: 5531268e4e16 - main - lang/ruby30: Mark BROKEN on FreeBSD 15

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Sat, 30 Sep 2023 23:34:31 UTC
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=5531268e4e16b8d69a11d2205c26f9fd37a42873

commit 5531268e4e16b8d69a11d2205c26f9fd37a42873
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-09-30 23:31:10 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-09-30 23:31:10 +0000

    lang/ruby30: Mark BROKEN on FreeBSD 15
    
    openssl:
            Could not be configured. It will not be installed.
            /wrkdirs/usr/ports/lang/ruby30/work/ruby-3.0.6/ext/openssl/extconf.rb:113: OpenSSL >= 1.0.1, < 3.0.0 or LibreSSL >= 2.5.0 is required
    Check ext/openssl/mkmf.log for more details.
    ...
    ===>  Building package for ruby30-3.0.6_1,1
    pkg-static: Unable to access file /wrkdirs/usr/ports/lang/ruby30/work/stage/usr/local/lib/ruby/3.0/amd64-freebsd15/openssl.so:No such file or directory
    pkg-static: Unable to access file /wrkdirs/usr/ports/lang/ruby30/work/stage/usr/local/lib/ruby/3.0/openssl.rb:No such file or directory
    pkg-static: Unable to access file /wrkdirs/usr/ports/lang/ruby30/work/stage/usr/local/lib/ruby/3.0/openssl/bn.rb:No such file or directory
    pkg-static: Unable to access file /wrkdirs/usr/ports/lang/ruby30/work/stage/usr/local/lib/ruby/3.0/openssl/buffering.rb:No such file or directory
    pkg-static: Unable to access file /wrkdirs/usr/ports/lang/ruby30/work/stage/usr/local/lib/ruby/3.0/openssl/cipher.rb:No such file or directory
    pkg-static: Unable to access file /wrkdirs/usr/ports/lang/ruby30/work/stage/usr/local/lib/ruby/3.0/openssl/config.rb:No such file or directory
    pkg-static: Unable to access file /wrkdirs/usr/ports/lang/ruby30/work/stage/usr/local/lib/ruby/3.0/openssl/digest.rb:No such file or directory
    pkg-static: Unable to access file /wrkdirs/usr/ports/lang/ruby30/work/stage/usr/local/lib/ruby/3.0/openssl/hmac.rb:No such file or directory
    pkg-static: Unable to access file /wrkdirs/usr/ports/lang/ruby30/work/stage/usr/local/lib/ruby/3.0/openssl/marshal.rb:No such file or directory
    pkg-static: Unable to access file /wrkdirs/usr/ports/lang/ruby30/work/stage/usr/local/lib/ruby/3.0/openssl/pkcs5.rb:No such file or directory
    pkg-static: Unable to access file /wrkdirs/usr/ports/lang/ruby30/work/stage/usr/local/lib/ruby/3.0/openssl/pkey.rb:No such file or directory
    pkg-static: Unable to access file /wrkdirs/usr/ports/lang/ruby30/work/stage/usr/local/lib/ruby/3.0/openssl/ssl.rb:No such file or directory
    pkg-static: Unable to access file /wrkdirs/usr/ports/lang/ruby30/work/stage/usr/local/lib/ruby/3.0/openssl/version.rb:No such file or directory
    pkg-static: Unable to access file /wrkdirs/usr/ports/lang/ruby30/work/stage/usr/local/lib/ruby/3.0/openssl/x509.rb:No such file or directory
    *** Error code 1
    
    Reference:      https://pkg-status.freebsd.org/beefy18/data/main-amd64-default/pe4b8bfc7570d_sf7a5903de2/logs/ruby30-3.0.6_1,1.log
                    https://pkg-status.freebsd.org/beefy17/data/main-i386-default/pe4b8bfc7570d_sf7a5903de2/logs/ruby30-3.0.6_1,1.log
---
 lang/ruby30/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lang/ruby30/Makefile b/lang/ruby30/Makefile
index 0fdc6bfcc2e5..15b6b59dde1e 100644
--- a/lang/ruby30/Makefile
+++ b/lang/ruby30/Makefile
@@ -16,6 +16,7 @@ LICENSE_COMB=	dual
 LICENSE_FILE_BSD2CLAUSE=${WRKSRC}/BSDL
 LICENSE_FILE_RUBY=	${WRKSRC}/COPYING
 
+BROKEN_FreeBSD_15=	ext/openssl/extconf.rb:113: OpenSSL >= 1.0.1, < 3.0.0 or LibreSSL >= 2.5.0 is required
 DEPRECATED=	Please migrate to newer versions. Ruby 3.0 will reach its EoL on March 30, 2024
 EXPIRATION_DATE=2024-03-30