Bug 265874 - textproc/castxml: names only older LLVM versions
Summary: textproc/castxml: names only older LLVM versions
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: Yuri Victorovich
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-08-16 10:55 UTC by Adriaan de Groot
Modified: 2022-08-16 15:22 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Adriaan de Groot freebsd_committer freebsd_triage 2022-08-16 10:55:16 UTC
The castxml port names LLVM 7, 8, 9 .. but not any of the newer ones. Upstream documents supporting up to LLVM 13. Using `LLVM_${LLVM_DEFAULT}` in the options section blocks updating LLVM_DEFAULT to anything newer than 90.

See also #263456
Comment 1 Yuri Victorovich freebsd_committer freebsd_triage 2022-08-16 15:21:49 UTC
Fixed, thanks!
Comment 2 commit-hook freebsd_committer freebsd_triage 2022-08-16 15:22:22 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=6a4dcea88d68a204070b74f07b69befceb8315c3

commit 6a4dcea88d68a204070b74f07b69befceb8315c3
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-08-16 15:20:23 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-08-16 15:21:33 +0000

    textproc/castxml: Add all LLVM versions as options

    PR:             265874
    Reported by:    adridg@

 textproc/castxml/Makefile | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)