Created attachment 257952 [details] graphics/povray38: fix compilation failures with LLVM 19 graphics/povray38 currently fails to compile due to implicit instantiations of undefined templates. The attached patch fixes these compilation failures.
^Triage: Please set the maintainer-approval attachment flag (to +) on patches for ports you maintain to signify approval. -- Attachment -> Details -> maintainer-approval [+]
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=59a81f5dcbaa52d4fdcfcd42199dfe923c1a041f commit 59a81f5dcbaa52d4fdcfcd42199dfe923c1a041f Author: Philipp Ost <bsd@philippost.de> AuthorDate: 2025-02-26 07:27:08 +0000 Commit: Fernando Apesteguía <fernape@FreeBSD.org> CommitDate: 2025-02-27 07:12:22 +0000 graphics/povray38: fix building with LLVM 19 PR: 285041 Reported by: bsd@philippost.de (maitnainer) graphics/povray38/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-)
Committed, Thanks!