Date: Thu, 1 Feb 2024 09:32:28 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: 4446382a7ce1 - 2024Q1 - graphics/libdrm: Remove nouveau reference Message-ID: <202402010932.4119WS9u073772@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch 2024Q1 has been updated by manu: URL: https://cgit.FreeBSD.org/ports/commit/?id=4446382a7ce1e37442ee734a3c2619d94cf07791 commit 4446382a7ce1e37442ee734a3c2619d94cf07791 Author: Emmanuel Vadot <manu@FreeBSD.org> AuthorDate: 2024-01-27 18:39:10 +0000 Commit: Emmanuel Vadot <manu@FreeBSD.org> CommitDate: 2024-02-01 09:31:44 +0000 graphics/libdrm: Remove nouveau reference We don't include nouveau libdrm for quite a while now. Sponsored by: Beckhoff Automation GmbH & Co. KG (cherry picked from commit ec1165a3fabd6144c9ed2e64a3ac702ad8859a5a) --- graphics/libdrm/Makefile | 6 ------ 1 file changed, 6 deletions(-) diff --git a/graphics/libdrm/Makefile b/graphics/libdrm/Makefile index 4330c5031ce3..76f6ad230e00 100644 --- a/graphics/libdrm/Makefile +++ b/graphics/libdrm/Makefile @@ -53,42 +53,36 @@ MESON_ARGS+= -Dvmwgfx=disabled \ PLIST_SUB+= AMD_DRIVERS="" PLIST_SUB+= ARM_DRIVERS="@comment " PLIST_SUB+= INTEL_DRIVER="" -PLIST_SUB+= NOUVEAU_DRIVER="" PLIST_SUB+= RADEON_DRIVERS="" PLIST_SUB+= VMWGFX_DRIVERS="" .elif ${ARCH:Mpowerpc*} PLIST_SUB+= AMD_DRIVERS="" PLIST_SUB+= ARM_DRIVERS="@comment " PLIST_SUB+= INTEL_DRIVER="@comment " -PLIST_SUB+= NOUVEAU_DRIVER="" PLIST_SUB+= RADEON_DRIVERS="" PLIST_SUB+= VMWGFX_DRIVERS="@comment " .elif ${ARCH} == aarch64 PLIST_SUB+= AMD_DRIVERS="" PLIST_SUB+= ARM_DRIVERS="" PLIST_SUB+= INTEL_DRIVER="@comment " -PLIST_SUB+= NOUVEAU_DRIVER="" PLIST_SUB+= RADEON_DRIVERS="" PLIST_SUB+= VMWGFX_DRIVERS="@comment " .elif ${ARCH:Marm*} PLIST_SUB+= AMD_DRIVERS="" PLIST_SUB+= ARM_DRIVERS="" PLIST_SUB+= INTEL_DRIVER="@comment " -PLIST_SUB+= NOUVEAU_DRIVER="@comment " PLIST_SUB+= RADEON_DRIVERS="" PLIST_SUB+= VMWGFX_DRIVERS="@comment " .elif ${ARCH} == riscv64 PLIST_SUB+= AMD_DRIVERS="" PLIST_SUB+= ARM_DRIVERS="@comment " PLIST_SUB+= INTEL_DRIVER="@comment " -PLIST_SUB+= NOUVEAU_DRIVER="@comment " PLIST_SUB+= RADEON_DRIVERS="" PLIST_SUB+= VMWGFX_DRIVERS="@comment " .else PLIST_SUB+= AMD_DRIVERS="@comment " PLIST_SUB+= ARM_DRIVERS="@comment " PLIST_SUB+= INTEL_DRIVER="@comment " -PLIST_SUB+= NOUVEAU_DRIVER="@comment " PLIST_SUB+= RADEON_DRIVERS="@comment " PLIST_SUB+= VMWGFX_DRIVERS="@comment " .endif
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402010932.4119WS9u073772>