From: Stuart Henderson Subject: Re: [UPDATE] x11/vlc - revision for libplacebo support To: Brad Smith Cc: Jose Maldonado , Thomas Frohwein , ports@openbsd.org Date: Mon, 19 Feb 2024 08:42:50 +0000 lcms2 is not used, and the wayland libs should be listed in WANTLIB (not new with this diff, but other changes in the ports tree resulted in them being used). I think this is the correct diff. Index: Makefile =================================================================== RCS file: /cvs/ports/x11/vlc/Makefile,v retrieving revision 1.268 diff -u -p -r1.268 Makefile --- Makefile 2 Feb 2024 20:09:08 -0000 1.268 +++ Makefile 19 Feb 2024 08:41:51 -0000 @@ -5,7 +5,7 @@ V= 3.0.18 DISTNAME= vlc-${V} PKGNAME-main= ${DISTNAME} PKGNAME-jack= vlc-jack-${V} -REVISION-main= 5 +REVISION-main= 6 CATEGORIES= x11 SITES= https://download.videolan.org/pub/videolan/vlc/${V}/ EXTRACT_SUFX= .tar.xz @@ -25,6 +25,7 @@ MAINTAINER= Brad Smith