Summary: | graphics/grafx2: Fix TTF font rendering | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Tobias Rehbein <tobias.rehbein> | ||||
Component: | Individual Port(s) | Assignee: | Emanuel Haupt <ehaupt> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | CC: | tobias.rehbein | ||||
Priority: | --- | Flags: | bugzilla:
maintainer-feedback?
(ehaupt) |
||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
Tobias Rehbein
2023-04-12 08:59:35 UTC
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. |