[Bug 269197] lang/ruby31: Add upstream patch to fix bug of mkmf library
Date: Sat, 11 Feb 2023 05:59:43 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=269197 --- Comment #2 from commit-hook@FreeBSD.org --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=fc1c752e8b1cfb6162b9243f275efbe33ec04757 commit fc1c752e8b1cfb6162b9243f275efbe33ec04757 Author: Yasuhiro Kimura <yasu@FreeBSD.org> AuthorDate: 2023-01-28 05:35:34 +0000 Commit: Yasuhiro Kimura <yasu@FreeBSD.org> CommitDate: 2023-02-11 05:59:02 +0000 lang/ruby31: Add upstream patch to fix bug of mkmf library There is bug in mkmf library of Ruby 3.1 that it fails to detect pkg-config command if it isn't installed in environment that Ruby is built, and it causes build error of some ports when default version of Ruby is 3.1. So add upstream patch to fix it. Reference: https://bugs.ruby-lang.org/issues/19189 PR: 269197 Approved by: maintainer timeout MFH: 2023Q1 Mk/Uses/ruby.mk | 2 +- lang/ruby31/files/patch-mkmf-pkg-config (new) | 25 +++++++++++++++++++++++++ 2 files changed, 26 insertions(+), 1 deletion(-) -- You are receiving this mail because: You are on the CC list for the bug.