Created attachment 263909 [details] metar: Update AviationWeather URL Waiting for the release of a new version, here's a new fix for METAR. Source: https://github.com/mate-desktop/libmateweather/issues/135 Tested on 14.3-STABLE.
Is anything happening on this ticket? Looking at the upstream, it looks like the update was committed in September and the ticket closed, but it's still not working for me with Ale's uncommitted patch.
(In reply to rkoberman from comment #1) Isn't it working for you? I'm using x11/mate and after rebuilding net/libmateweather with the patch I added here as attachment both Clock applet and Weather Report applet are working as expected as you can see here: https://i.postimg.cc/kgqBQkbf/Screenshot-at-2025-11-08-11-17-15.png
(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.
(In reply to rkoberman from comment #3) What with the following? # git apply weather-fix.patch
Guess I'll start using 'git apply" from now on for 'git diff' patches. It worked perfectly. So many tools available in git that I have never bothered to learn about.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=f3fab2d229f08a40dc79410a912fadafe08175c0 commit f3fab2d229f08a40dc79410a912fadafe08175c0 Author: Eric Turgeon <ericbsd@FreeBSD.org> AuthorDate: 2025-11-10 23:43:57 +0000 Commit: Eric Turgeon <ericbsd@FreeBSD.org> CommitDate: 2025-11-11 02:10:23 +0000 net/libmateweather: Updated from version to 1.28.1 ALso swtiched the ports to GitHub since that package was not added to the 1.28.1 in https://pub.mate-desktop.org/releases/1.28/. PR: 289685 Reported by: Ale net/libmateweather/Makefile | 17 ++++++++++------- net/libmateweather/distinfo | 6 +++--- 2 files changed, 13 insertions(+), 10 deletions(-)