Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 May 2022 10:13:34 GMT
From:      Emmanuel Vadot <manu@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: df783714c97a - main - graphics/drm-fbsd13-kmod: Remove depends on gpu-firmware-kmod
Message-ID:  <202205081013.248ADYse001335@gitrepo.freebsd.org>

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

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

commit df783714c97a24716bef17cf9f95039beee5af6f
Author:     Emmanuel Vadot <manu@FreeBSD.org>
AuthorDate: 2022-05-08 10:12:15 +0000
Commit:     Emmanuel Vadot <manu@FreeBSD.org>
CommitDate: 2022-05-08 10:12:15 +0000

    graphics/drm-fbsd13-kmod: Remove depends on gpu-firmware-kmod
    
    It's not always required so remove the dependency.
    The dependency is still on the drm-kmod metaport so pkg install drm-kmod
    will still bring the firmwares.
    
    Sponsored by:   Beckhoff Automation GmbH & Co. KG
---
 graphics/drm-fbsd13-kmod/Makefile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/graphics/drm-fbsd13-kmod/Makefile b/graphics/drm-fbsd13-kmod/Makefile
index 564adc7aa5ea..f74db4dca5f5 100644
--- a/graphics/drm-fbsd13-kmod/Makefile
+++ b/graphics/drm-fbsd13-kmod/Makefile
@@ -2,6 +2,7 @@
 
 PORTNAME=	drm-fbsd13-kmod
 PORTVERSION=	5.4.144.g20220223
+PORTREVISION=	1
 CATEGORIES=	graphics kld
 
 MAINTAINER=	x11@FreeBSD.org
@@ -13,8 +14,6 @@ LICENSE_COMB=	multi
 ONLY_FOR_ARCHS=	aarch64 amd64 i386 powerpc64 powerpc64le
 ONLY_FOR_ARCHS_REASON=	the new KMS components are only supported on amd64, i386, aarch64, and powerpc64
 
-RUN_DEPENDS=	gpu-firmware-kmod>=g20200914:graphics/gpu-firmware-kmod
-
 OPTIONS_DEFINE=	DEBUG SOURCE
 
 SOURCE_DESC=	Install kernel module sources



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