Bug 287312 - devel/clinfo: Update to 3.0.25.02.14
Summary: devel/clinfo: Update to 3.0.25.02.14
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: freebsd-x11 (Nobody)
URL: https://github.com/Oblomov/clinfo/com...
Keywords:
Depends on:
Blocks:
 
Reported: 2025-06-05 01:25 UTC by mew14930xvi
Modified: 2025-06-16 02:36 UTC (History)
0 users

See Also:


Attachments
Update to 3.0.25.02.14 (1.46 KB, patch)
2025-06-05 01:25 UTC, mew14930xvi
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description mew14930xvi 2025-06-05 01:25:21 UTC
Created attachment 260989 [details]
Update to 3.0.25.02.14

Update BUILD_DEPENDS.
src/ext.h
#ifdef __APPLE__
#include <OpenCL/opencl.h>
#else
#include <CL/cl.h>
#endif
Comment 1 commit-hook freebsd_committer freebsd_triage 2025-06-16 02:35:20 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=1b5ed42e61a1f6cfe725a024af50657356da8939

commit 1b5ed42e61a1f6cfe725a024af50657356da8939
Author:     mew14930xvi <mew14930xvi@inbox.lv>
AuthorDate: 2025-06-05 01:10:24 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2025-06-16 02:34:09 +0000

    devel/clinfo: Update to 3.0.25.02.14

    Changes:        https://github.com/Oblomov/clinfo/compare/3.0.23.01.25...3.0.25.02.14
    PR:             287312
    Approved by:    maintainer timeout (1 week per "Opening the gates on x11@ ports" on developers@ list)
    Tested by:      jbeich (rusticl from mesa-devel)

 devel/clinfo/Makefile | 5 ++---
 devel/clinfo/distinfo | 6 +++---
 2 files changed, 5 insertions(+), 6 deletions(-)