Bug 270781

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 Flags
Patch to fix TTF font rendering in graphics/grafx2 none

Description Tobias Rehbein 2023-04-12 08:59:35 UTC
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)
Comment 1 Tobias Rehbein 2023-04-12 09:00:22 UTC
After patching these again and again in my local ports I decided to submit a PR for this...
Comment 2 commit-hook freebsd_committer freebsd_triage 2023-04-13 06:39:09 UTC
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(+)
Comment 3 commit-hook freebsd_committer freebsd_triage 2023-04-13 06:43:11 UTC
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(+)
Comment 4 Emanuel Haupt freebsd_committer freebsd_triage 2023-04-13 06:44:01 UTC
Committed, thanks for your contribution.