Created attachment 232406 [details] Patch file Since Ruby 3.0 rexml is converted to bundled gem. On the other hand our Ruby ports (lang/rubyXY) don't install bundled gems. So rexml isn't included in packages of Ruby 3.x and ports that require rexml need to add textproc/rubygem-rexml to their dependency explicitly.
Approved, thanks!
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=57bb7137aab071f97655c20b00787505a4e43b55 commit 57bb7137aab071f97655c20b00787505a4e43b55 Author: Yasuhiro Kimura <yasu@FreeBSD.org> AuthorDate: 2022-03-12 18:04:22 +0000 Commit: Yasuhiro Kimura <yasu@FreeBSD.org> CommitDate: 2022-03-14 04:59:00 +0000 misc/sdformat: Fix build with Ruby 3.x Since Ruby 3.0 rexml is converted to bundled gem. On the other hand our Ruby ports (lang/rubyXY) don't install bundled gems. So rexml isn't included in packages of Ruby 3.x and ports that require rexml need to add textproc/rubygem-rexml to their dependency explicitly. PR: 262506 Approved by: maintainer misc/sdformat/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)