FreeBSD Bugzilla – Attachment 232950 Details for
Bug 263054
www/h2o-devel: Mark BROKEN with Ruby 3.x when MRUBY option is enabled
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch file
www_h2o-devel.patch (text/plain), 1.08 KB, created by
Yasuhiro Kimura
on 2022-04-05 02:25:36 UTC
(
hide
)
Description:
Patch file
Filename:
MIME Type:
Creator:
Yasuhiro Kimura
Created:
2022-04-05 02:25:36 UTC
Size:
1.08 KB
patch
obsolete
>From 42dcaf5f9dec653bb7d87526ae7eb4cf6a28691a Mon Sep 17 00:00:00 2001 >From: Yasuhiro Kimura <yasu@FreeBSD.org> >Date: Tue, 5 Apr 2022 00:30:28 +0900 >Subject: [PATCH] www/h2o-devel: Mark BROKEN with Ruby 3.x when MRUBY option is > enabled > > MRBC mrblib/hash.rb > MRBC mrblib/kernel.rb > MRBC mrblib/numeric.rb > MRBC mrblib/range.rb > MRBC mrblib/string.rb > MRBC mrblib/symbol.rb >rake aborted! >wrong number of arguments (given 2, expected 1) >Rakefile:37:in `install_D' >*** Error code 1 > >Stop. >--- > www/h2o-devel/Makefile | 7 +++++++ > 1 file changed, 7 insertions(+) > >diff --git a/www/h2o-devel/Makefile b/www/h2o-devel/Makefile >index fa40effda550..f78724e0ab0f 100644 >--- a/www/h2o-devel/Makefile >+++ b/www/h2o-devel/Makefile >@@ -58,6 +58,13 @@ MRUBY_USES= bison > MRUBY_USE= ruby=yes > MRUBY_VARS= RUBY_NO_RUN_DEPENDS=yes > >+.include <bsd.port.options.mk> >+ >+.if ${PORT_OPTIONS:MMRUBY} >+BROKEN_RUBY30= yes >+BROKEN_RUBY31= yes >+.endif >+ > post-patch: > @${REINPLACE_CMD} -e 's|exec perl|exec ${LOCALBASE}/bin/perl|' \ > ${WRKSRC}/share/h2o/annotate-backtrace-symbols \ >-- >2.35.1 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 263054
: 232950