Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
x11-drivers/xf86-video-amdgpu: Update to 22.0.0
While here pet portlint.

Sponsored by:	Beckhoff Automation GmbH & Co. KG
Differential Revision:	https://reviews.freebsd.org/D35269
  • Loading branch information
evadot committed Jun 8, 2022
1 parent cc3e89f commit 0b95c04
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 72 deletions.
19 changes: 10 additions & 9 deletions x11-drivers/xf86-video-amdgpu/Makefile
@@ -1,26 +1,27 @@
# this port is for future amdgpu kernel support testing.

PORTNAME= xf86-video-amdgpu
PORTVERSION= 19.1.0
PORTREVISION= 2
PORTVERSION= 22.0.0
CATEGORIES= x11-drivers

PATCH_SITES= https://gitlab.freedesktop.org/xorg/driver/${PORTNAME}/-/commit/
PATCHFILES+= 77b13493.patch:-p1 # https://gitlab.freedesktop.org/xorg/driver/xf86-video-amdgpu/-/merge_requests/77

MAINTAINER= x11@FreeBSD.org
COMMENT= X.Org amdgpu display driver

PATCH_SITES= https://gitlab.freedesktop.org/xorg/driver/${PORTNAME}/-/commit/
PATCHFILES+= edcbe5f52ddfceee3d66d69bbcebbceac06b6d0d.patch:-p1

LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/COPYING

# No amdgpu kernel driver on non-x86 and PC98.
ONLY_FOR_ARCHS= aarch64 amd64 i386 powerpc64le
ONLY_FOR_ARCHS_REASON= KMS is required and currently only available on x86/arm64/powerpc64le

LIB_DEPENDS= libdrm_amdgpu.so:graphics/libdrm

USES= gl xorg-cat:driver
EXTRACT_SUFX= .tar.xz
USES= gl xorg-cat:driver tar:xz
USE_GL= gbm
# No amdgpu kernel driver on non-x86 and PC98.
ONLY_FOR_ARCHS= aarch64 i386 amd64 powerpc64le
ONLY_FOR_ARCHS_REASON= KMS is required and currently only available on x86/arm64/powerpc64le

CONFIGURE_ARGS+=--disable-udev

Expand Down
10 changes: 5 additions & 5 deletions x11-drivers/xf86-video-amdgpu/distinfo
@@ -1,5 +1,5 @@
TIMESTAMP = 1597786182
SHA256 (xorg/driver/xf86-video-amdgpu-19.1.0.tar.bz2) = 4f0ea4e0ae61995ac2b7c72433d31deab63b60c78763020aaa1b28696124fe5d
SIZE (xorg/driver/xf86-video-amdgpu-19.1.0.tar.bz2) = 441746
SHA256 (xorg/driver/edcbe5f52ddfceee3d66d69bbcebbceac06b6d0d.patch) = 6a0c855a3c6d1a747055ee5c616c2a155b0e798485b3de4028ccfef420835084
SIZE (xorg/driver/edcbe5f52ddfceee3d66d69bbcebbceac06b6d0d.patch) = 848
TIMESTAMP = 1654594086
SHA256 (xorg/driver/xf86-video-amdgpu-22.0.0.tar.xz) = 9d23fb602915dc3ccde92aa4d1e9485e7e54eaae2f41f485e55eb20761778266
SIZE (xorg/driver/xf86-video-amdgpu-22.0.0.tar.xz) = 376956
SHA256 (xorg/driver/77b13493.patch) = 1e76bb36f7fd69e0556ae6b5a7d2331a711367b6a7421adc221f2fcae1aff82b
SIZE (xorg/driver/77b13493.patch) = 1269
47 changes: 0 additions & 47 deletions x11-drivers/xf86-video-amdgpu/files/patch-src_amdgpu__drm__queue.c

This file was deleted.

11 changes: 0 additions & 11 deletions x11-drivers/xf86-video-amdgpu/files/patch-src_amdgpu__kms.c

This file was deleted.

0 comments on commit 0b95c04

Please sign in to comment.