git: ec1165a3fabd - main - graphics/libdrm: Remove nouveau reference
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 27 Jan 2024 18:39:53 UTC
The branch main has been updated by manu: URL: https://cgit.FreeBSD.org/ports/commit/?id=ec1165a3fabd6144c9ed2e64a3ac702ad8859a5a commit ec1165a3fabd6144c9ed2e64a3ac702ad8859a5a Author: Emmanuel Vadot <manu@FreeBSD.org> AuthorDate: 2024-01-27 18:39:10 +0000 Commit: Emmanuel Vadot <manu@FreeBSD.org> CommitDate: 2024-01-27 18:39:48 +0000 graphics/libdrm: Remove nouveau reference We don't include nouveau libdrm for quite a while now. Sponsored by: Beckhoff Automation GmbH & Co. KG --- 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