Error is: pkg-static: Unable to access file /usr/ports/multimedia/libxine/work/stage/usr/local/lib/xine/plugins/2.10/xineplug_va_display_wl.so:No such file or directory Prefixing by %%WAYLAND%% in the pkg-plist fixes the problem. Patch attached.
Created attachment 232552 [details] Fix
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=8113a4a248287f00ddc523533a048dbe0a0e089a commit 8113a4a248287f00ddc523533a048dbe0a0e089a Author: Fernando Apesteguía <fernape@FreeBSD.org> AuthorDate: 2022-03-23 09:24:15 +0000 Commit: Fernando Apesteguía <fernape@FreeBSD.org> CommitDate: 2022-03-23 15:35:46 +0000 multimedia/libxine: Fix conditional pkg-plist Fixes pkg-plist when: * WAYLAND option is disabled * VAAPI option is disabled PR: 262715 262647 Reported by: Olivier Certner <olivier.freebsd@free.fr>, russo@bogodyn.org multimedia/libxine/pkg-plist | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-)
Committed, Thanks!