git: 569a270ee22e - main - graphics/drm-fbsd12.0-kmod: Remove firmware dep
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 15 Sep 2022 07:11:34 UTC
The branch main has been updated by zirias: URL: https://cgit.FreeBSD.org/ports/commit/?id=569a270ee22ed4a77a066271fe77177a0e6c9971 commit 569a270ee22ed4a77a066271fe77177a0e6c9971 Author: Felix Palmen <zirias@FreeBSD.org> AuthorDate: 2022-09-11 15:59:11 +0000 Commit: Felix Palmen <zirias@FreeBSD.org> CommitDate: 2022-09-15 07:10:32 +0000 graphics/drm-fbsd12.0-kmod: Remove firmware dep drm-*-kmod ports should not depend on firmware, so users are free to only install the firmware packages they actually need. Pulling in all firmwares should only happen in graphics/drm-kmod metaport. PR: 266301 Approved by: x11 (manu), tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D36526 --- graphics/drm-fbsd12.0-kmod/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/graphics/drm-fbsd12.0-kmod/Makefile b/graphics/drm-fbsd12.0-kmod/Makefile index 1d44a90ae6e6..607f22656942 100644 --- a/graphics/drm-fbsd12.0-kmod/Makefile +++ b/graphics/drm-fbsd12.0-kmod/Makefile @@ -1,5 +1,6 @@ PORTNAME= drm-fbsd12.0-kmod PORTVERSION= 4.16.g20220126 +PORTREVISION= 1 CATEGORIES= graphics MAINTAINER= x11@FreeBSD.org @@ -12,8 +13,6 @@ LICENSE_COMB= multi ONLY_FOR_ARCHS= amd64 i386 ONLY_FOR_ARCHS_REASON= the new KMS components are only supported on amd64 and i386 -RUN_DEPENDS= gpu-firmware-kmod>=g20180319:graphics/gpu-firmware-kmod - OPTIONS_DEFINE= DEBUG USES= kmod uidfix compiler:c++11-lang