Bug 285041 - graphics/povray38: fix building with LLVM 19
Summary: graphics/povray38: fix building with LLVM 19
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: Fernando Apesteguía
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-02-25 20:53 UTC by Philipp Ost
Modified: 2025-02-27 07:13 UTC (History)
1 user (show)

See Also:


Attachments
graphics/povray38: fix compilation failures with LLVM 19 (801 bytes, patch)
2025-02-25 20:53 UTC, Philipp Ost
bsd: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Philipp Ost 2025-02-25 20:53:37 UTC
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.
Comment 1 Fernando Apesteguía freebsd_committer freebsd_triage 2025-02-26 07:26:44 UTC
^Triage: Please set the maintainer-approval attachment flag (to +) on patches for ports you maintain to signify approval.
--
Attachment -> Details -> maintainer-approval [+]
Comment 2 commit-hook freebsd_committer freebsd_triage 2025-02-27 07:12:59 UTC
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(-)
Comment 3 Fernando Apesteguía freebsd_committer freebsd_triage 2025-02-27 07:13:10 UTC
Committed,

Thanks!