Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 1 May 2022 18:27:40 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: 934122ae6eca - main - graphics/drm-kmod: Add dep on gpu-firmware-kmod
Message-ID:  <202205011827.241IReke044335@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=934122ae6ecaa9ac718b3c13c83662b55544ed06

commit 934122ae6ecaa9ac718b3c13c83662b55544ed06
Author:     Emmanuel Vadot <manu@FreeBSD.org>
AuthorDate: 2022-05-01 18:26:29 +0000
Commit:     Emmanuel Vadot <manu@FreeBSD.org>
CommitDate: 2022-05-01 18:27:37 +0000

    graphics/drm-kmod: Add dep on gpu-firmware-kmod
    
    Missed in a mismerge.
    This is needed so a simple pkg install drm-kmod will work 100% of the time.
    
    Sponsored by:   Beckhoff Automation GmbH & Co. KG
---
 graphics/drm-kmod/Makefile | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/graphics/drm-kmod/Makefile b/graphics/drm-kmod/Makefile
index fcc05a4af2c1..9e360fe3d3f9 100644
--- a/graphics/drm-kmod/Makefile
+++ b/graphics/drm-kmod/Makefile
@@ -1,8 +1,7 @@
 # Created by: Johannes Dieterich <jmd@FreeBSD.org>
 
 PORTNAME=	drm-kmod
-PORTVERSION=	g20190710
-PORTREVISION=	1
+PORTVERSION=	20220501
 CATEGORIES=	graphics
 
 MAINTAINER=	x11@FreeBSD.org
@@ -10,6 +9,8 @@ COMMENT=	Metaport of DRM modules for the linuxkpi-based KMS components
 
 USES=		metaport
 
+RUN_DEPENDS=	gpu-firmware-kmod>=g20200914:graphics/gpu-firmware-kmod
+
 .include <bsd.port.options.mk>
 
 .if ${OPSYS} != FreeBSD



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