svn commit: r545283 - branches/2020Q3/x11-drivers/xf86-video-amdgpu
Niclas Zeising
zeising at FreeBSD.org
Wed Aug 19 08:32:49 UTC 2020
Author: zeising
Date: Wed Aug 19 08:32:48 2020
New Revision: 545283
URL: https://svnweb.freebsd.org/changeset/ports/545283
Log:
MFH: r545260
x11/drivers/xf86-video-amdgpu: Fix -fno-common
Pull in a patch from upstream to fix the build of xf86-video-amdgpu with
-fno-common, which is the default with llvm 11.
Approved by: ports-secteam (joenum)
Modified:
branches/2020Q3/x11-drivers/xf86-video-amdgpu/Makefile
branches/2020Q3/x11-drivers/xf86-video-amdgpu/distinfo
Directory Properties:
branches/2020Q3/ (props changed)
Modified: branches/2020Q3/x11-drivers/xf86-video-amdgpu/Makefile
==============================================================================
--- branches/2020Q3/x11-drivers/xf86-video-amdgpu/Makefile Wed Aug 19 08:31:54 2020 (r545282)
+++ branches/2020Q3/x11-drivers/xf86-video-amdgpu/Makefile Wed Aug 19 08:32:48 2020 (r545283)
@@ -10,6 +10,9 @@ CATEGORIES= x11-drivers
MAINTAINER= x11 at FreeBSD.org
COMMENT= X.Org amdgpu display driver
+PATCH_SITES= https://gitlab.freedesktop.org/xorg/driver/${PORTNAME}/commit/
+PATCHFILES+= edcbe5f52ddfceee3d66d69bbcebbceac06b6d0d.diff:-p1
+
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/COPYING
Modified: branches/2020Q3/x11-drivers/xf86-video-amdgpu/distinfo
==============================================================================
--- branches/2020Q3/x11-drivers/xf86-video-amdgpu/distinfo Wed Aug 19 08:31:54 2020 (r545282)
+++ branches/2020Q3/x11-drivers/xf86-video-amdgpu/distinfo Wed Aug 19 08:32:48 2020 (r545283)
@@ -1,3 +1,5 @@
-TIMESTAMP = 1571519600
+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.diff) = 5910c44a2a4c47d01727d1afe4dc43bad012da027b41fa76ca6d9f0a275dabbd
+SIZE (xorg/driver/edcbe5f52ddfceee3d66d69bbcebbceac06b6d0d.diff) = 455
More information about the svn-ports-branches
mailing list