Created attachment 241429 [details] Patch to fix TTF font rendering in graphics/grafx2 Fix TTF font rendering. * upstream ticket: https://pulkomandy.tk/projects/GrafX2/ticket/171) * portlint: OK (looks fine) * tesport: OK (poudriere: 13.2 amd64)
After patching these again and again in my local ports I decided to submit a PR for this...
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=3ad1498338bad3d6c51bff6984ca6493fe8d8da6 commit 3ad1498338bad3d6c51bff6984ca6493fe8d8da6 Author: Emanuel Haupt <ehaupt@FreeBSD.org> AuthorDate: 2023-04-13 06:37:02 +0000 Commit: Emanuel Haupt <ehaupt@FreeBSD.org> CommitDate: 2023-04-13 06:38:20 +0000 graphics/grafx2: Fix TTF font rendering PR: 270781 Reported by: tobias.rehbein@web.de graphics/grafx2/Makefile | 1 + graphics/grafx2/files/patch-sdlscreen.c (new) | 29 +++++++++++++++++++++++++++ 2 files changed, 30 insertions(+)
A commit in branch 2023Q2 references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=1158bb6541df5d3f68c5beff064e80257eef814f commit 1158bb6541df5d3f68c5beff064e80257eef814f Author: Emanuel Haupt <ehaupt@FreeBSD.org> AuthorDate: 2023-04-13 06:37:02 +0000 Commit: Emanuel Haupt <ehaupt@FreeBSD.org> CommitDate: 2023-04-13 06:42:06 +0000 graphics/grafx2: Fix TTF font rendering PR: 270781 Reported by: tobias.rehbein@web.de (cherry picked from commit 3ad1498338bad3d6c51bff6984ca6493fe8d8da6) graphics/grafx2/Makefile | 1 + graphics/grafx2/files/patch-sdlscreen.c (new) | 29 +++++++++++++++++++++++++++ 2 files changed, 30 insertions(+)
Committed, thanks for your contribution.