Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Apr 2024 06:14:15 GMT
From:      Emmanuel Vadot <manu@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org
Subject:   git: 29da010a2455 - 2024Q2 - graphics/mesa-gallium-va: Remove libva from LIB_DEPENDS
Message-ID:  <202404300614.43U6EFpo073504@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch 2024Q2 has been updated by manu:

URL: https://cgit.FreeBSD.org/ports/commit/?id=29da010a24555468ee883f1e42bd8762f9efdb4b

commit 29da010a24555468ee883f1e42bd8762f9efdb4b
Author:     Emmanuel Vadot <manu@FreeBSD.org>
AuthorDate: 2024-04-18 08:48:11 +0000
Commit:     Emmanuel Vadot <manu@FreeBSD.org>
CommitDate: 2024-04-30 06:13:41 +0000

    graphics/mesa-gallium-va: Remove libva from LIB_DEPENDS
    
    This port provides a lib for libva to use, not the other way
    around so add it to BUILD_DEPENDS
    
    Differential Revision:  https://reviews.freebsd.org/D44829
    PR:                     278324
    Reported by:            autodep
    Reviewed by:            bapt
    Sponsored by:           Beckhoff Automation GmbH & Co. KG
    
    (cherry picked from commit 3119e2cc3528b6b9f710209fbc42da620cdb79c3)
---
 graphics/mesa-gallium-va/Makefile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/graphics/mesa-gallium-va/Makefile b/graphics/mesa-gallium-va/Makefile
index e2c1d36bc88f..f32bd2b60da1 100644
--- a/graphics/mesa-gallium-va/Makefile
+++ b/graphics/mesa-gallium-va/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	mesa-gallium-va
 PORTVERSION=	${MESAVERSION}
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	graphics
 
 COMMENT=	Mesa Gallium VAAPI drivers
@@ -12,8 +12,8 @@ LICENSE_FILE=	${WRKSRC}/docs/license.rst
 ONLY_FOR_ARCHS=		aarch64 amd64 i386 powerpc64 powerpc64le
 ONLY_FOR_ARCHS_REASON=	used only by AMD/Radeon hardware
 
-LIB_DEPENDS=	libva.so:multimedia/libva \
-		libzstd.so:archivers/zstd
+BUILD_DEPENDS=	libva>=0:multimedia/libva
+LIB_DEPENDS=	libzstd.so:archivers/zstd
 
 USES=		llvm:lib,noexport
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202404300614.43U6EFpo073504>