https://pdr2.bofh.network/data/141-diizzy/2024-09-06_00h03m58s/logs/errors/upp-15260_2.log Given that it's been "unmaintained" for quite some time and outdated I'm leaning towards removing the port unless someone respons and updates it.
Created attachment 253411 [details] Proposed patch Hello. The attached patch file may fix build error for uppsrc/Draw/FontFc.cpp file. Please check it. Based on following upstream commit: Draw: Workaround for backwards incompatibility of FT_Outline https://github.com/ultimatepp/ultimatepp/commit/68139e354876013046aac0d1699d7b61ce055d53
Hi, This fixes the build on my end, thanks!
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=bd21b799f5d2ca90452b2c4279d2621968cb8b8f commit bd21b799f5d2ca90452b2c4279d2621968cb8b8f Author: lightside <lightside@gmx.com> AuthorDate: 2024-09-17 18:50:07 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2024-09-17 18:50:12 +0000 devel/upp: Fix build with freetype2 2.13.3 Based on upstream commit 68139e354876013046aac0d1699d7b61ce055d53 Reference: https://github.com/ultimatepp/ultimatepp/commit/68139e354876013046aac0d1699d7b61ce055d53 PR: 281326 Approved by: portmgr (blanket, build fix) devel/upp/Makefile | 2 +- devel/upp/files/patch-uppsrc_Draw_FontFc.cpp (new) | 28 ++++++++++++++++++++++ 2 files changed, 29 insertions(+), 1 deletion(-)
Committed, thanks for the patch!