Re: git: 700c2258225c - main - net/rsync: unbreak tests

From: Craig Leres <leres_at_freebsd.org>
Date: Sun, 19 Jan 2025 20:28:24 UTC
On 1/19/25 12:03, Cy Schubert wrote:
> In message <a3509237-c885-4fa0-aaf3-65fb40ef3a03@freebsd.org>, Craig Leres writes:
>> I just retested with my ports tree at b6f0fbdb2d907, still broken. Not
>> that it looks like it matters but the only port option I have set is
>> SSH. My build server is 14.2/amd64.

> I was using default options in a fresh new jail.

This also works for me with default options. The problem seems to be 
that the FLAGS patch fileflags.diff adds:

     extern int force_change

so if you don't have that option the line patch-t_stub.c wants to remove 
isn't there.

The fix is probably to remove the force_change from fileflags.diff (and 
removing patch-t_stub.c).

		Craig