From 496e278b6e3b5efcdaa770701052338c352760b6 Mon Sep 17 00:00:00 2001 From: Muhammad Moinur Rahman Date: Sun, 1 Jun 2025 16:47:08 +0200 Subject: [PATCH] x11-drivers/xf86-video-amdgpu: Refactor - Remove redundant EXTRACT_SUFX - Remove NOOP GNU_CONFIGURE_MANPREFIX Approved by: portmgr (blanket) --- x11-drivers/xf86-video-amdgpu/Makefile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/x11-drivers/xf86-video-amdgpu/Makefile b/x11-drivers/xf86-video-amdgpu/Makefile index 6237be823fc6..937726995ac5 100644 --- a/x11-drivers/xf86-video-amdgpu/Makefile +++ b/x11-drivers/xf86-video-amdgpu/Makefile @@ -1,7 +1,7 @@ # this port is for future amdgpu kernel support testing. PORTNAME= xf86-video-amdgpu -PORTVERSION= 22.0.0 +DISTVERSION= 22.0.0 PORTREVISION= 2 CATEGORIES= x11-drivers @@ -21,11 +21,9 @@ ONLY_FOR_ARCHS_REASON= KMS is required and currently only available on x86/arm64 LIB_DEPENDS= libdrm_amdgpu.so:graphics/libdrm -EXTRACT_SUFX= .tar.xz -USES= gl xorg-cat:driver tar:xz +USES= gl tar:xz xorg-cat:driver USE_GL= gbm -GNU_CONFIGURE_MANPREFIX=${PREFIX}/share CONFIGURE_ARGS+=--disable-udev PLIST_FILES= lib/xorg/modules/drivers/amdgpu_drv.so \