[Bug 289685] net/libmateweather: yet another fix for METAR
| Newsgroups | gmane.os.freebsd.devel.gnome |
|---|---|
| Message-ID | <[email protected]/bugzilla/> |
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=289685 --- Comment #3 from [email protected] --- (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.