Bug 270781 - graphics/grafx2: Fix TTF font rendering
Summary: graphics/grafx2: Fix TTF font rendering
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Emanuel Haupt
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-04-12 08:59 UTC by Tobias Rehbein
Modified: 2023-04-13 06:44 UTC (History)
1 user (show)

See Also:
bugzilla: maintainer-feedback? (ehaupt)


Attachments
Patch to fix TTF font rendering in graphics/grafx2 (1.29 KB, patch)
2023-04-12 08:59 UTC, Tobias Rehbein
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.