Re: git: 6a6152fcf8c8 - main - textproc/rubygem-nokogiri: Do not install patches

From: Matthias Fechner <mfechner_at_freebsd.org>
Date: Wed, 08 May 2024 11:30:37 UTC
Am 06.05.2024 um 11:15 schrieb Antoine Brodin:
> This is wrong:
>
> --  s.add_runtime_dependency(%q<mini_portile2>.freeze, ["~> 2.8.2"])
>
> Now,  nokogiri depends on mini_portile2 while it shouldn't according
> to the comment in the Makefile

would it maybe be possible to add mini_portile2 as a runtime dependency?
Yes I know that it is maybe not required by FreeBSD, but it is listed 
upstream:
https://rubygems.org/gems/nokogiri

and that caused me already some problem that mini_portile2 was missing 
as some packages expected it (I do not remember the details, but it it 
took some time to find the reason why).

If it does not break anything I suggest we keep as close on the upstream 
package and do not modify it if not absolutely necessary.

Gruß
Matthias

-- 

"Programming today is a race between software engineers striving to
build bigger and better idiot-proof programs, and the universe trying to
produce bigger and better idiots. So far, the universe is winning." --
Rich Cook