Regressed by http://github.com/mpv-player/mpv/commit/632059816add. Can you provide a fix or ask upstream? Otherwise, this port will be marked BROKEN or switched to mpv034 (port fork). src/player/mpvobject.cpp:73:82: error: excess elements in struct initializer mpv_opengl_init_params gl_init_params{get_proc_address_mpv, nullptr, nullptr}; ^~~~~~~ src/player/mpvobject.cpp:282:18: error: use of undeclared identifier 'MPV_EVENT_UNPAUSE'; did you mean 'MPV_EVENT_NONE'? case MPV_EVENT_UNPAUSE: ^~~~~~~~~~~~~~~~~ MPV_EVENT_NONE /usr/local/include/mpv/client.h:1223:5: note: 'MPV_EVENT_NONE' declared here MPV_EVENT_NONE = 0, ^ src/player/mpvobject.cpp:284:18: error: use of undeclared identifier 'MPV_EVENT_PAUSE' case MPV_EVENT_PAUSE: ^
Created attachment 237371 [details] poudriere error log
Dead upstream, remove it? https://github.com/alamminsalo/orion/
Port removed. Thanks for reporting.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=120fb395c8794f70bf719c3975ddb763b11c7dd6 commit 120fb395c8794f70bf719c3975ddb763b11c7dd6 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2022-10-16 16:29:10 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2022-10-16 16:30:46 +0000 misc/orion: Remove because it is breaking with mpv-0.35 and it is dead upstream PR: 267116 Reported by: jbeich MOVED | 1 + misc/Makefile | 1 - misc/orion/Makefile (gone) | 32 -------------------------------- misc/orion/distinfo (gone) | 3 --- misc/orion/pkg-descr (gone) | 8 -------- 5 files changed, 1 insertion(+), 44 deletions(-)