[Bug 289685] net/libmateweather: yet another fix for METAR

From: <bugzilla-noreply_at_freebsd.org>
Date: Sun, 09 Nov 2025 00:08:26 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=289685

--- Comment #3 from rkoberman@gmail.com ---
(In reply to Ale from comment #2)
Issue resolved.

# git < weather-fix.patch

The problem is that the patch did not actually apply correctly. No error
reported, but, since the net/libmateweather/files directory did not exist, the
patch to metar.c was dropped into /user/ports/. I created a 'files' directory
and moved the patch there. Rebuilt and it works again. Looks to me like a "new
file mode" does not create a new directory and that causes to file to be
dropped into the current directory; in my case, /usr/ports. I'll admit that I
have never run into this.

-- 
You are receiving this mail because:
You are the assignee for the bug.