Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Mar 2020 16:34:06 +0000 (UTC)
From:      Niclas Zeising <zeising@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r528236 - head/x11-drivers/xf86-video-ati
Message-ID:  <202003111634.02BGY67I057723@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: zeising
Date: Wed Mar 11 16:34:06 2020
New Revision: 528236
URL: https://svnweb.freebsd.org/changeset/ports/528236

Log:
  xf86-video-ati: Fix crash when hw accel is unavail
  
  Apply three upstream patches to x11-drivers/xf86-video-ati to fix a crash of
  xorg when GPU acceleration is not available.  This is needed to get this
  running on powerpc64.
  
  Reported by:	jhibbits

Modified:
  head/x11-drivers/xf86-video-ati/Makefile
  head/x11-drivers/xf86-video-ati/distinfo

Modified: head/x11-drivers/xf86-video-ati/Makefile
==============================================================================
--- head/x11-drivers/xf86-video-ati/Makefile	Wed Mar 11 16:25:30 2020	(r528235)
+++ head/x11-drivers/xf86-video-ati/Makefile	Wed Mar 11 16:34:06 2020	(r528236)
@@ -2,12 +2,17 @@
 
 PORTNAME=	xf86-video-ati
 PORTVERSION=	19.1.0
-PORTREVISION=	1
+PORTREVISION=	2
 PORTEPOCH=	1
 CATEGORIES=	x11-drivers
 
 MAINTAINER=	x11@FreeBSD.org
 COMMENT=	X.Org ati display driver
+
+PATCH_SITES=	https://gitlab.freedesktop.org/xorg/driver/${PORTNAME}/commit/
+PATCHFILES+=	f223035f4ffcff2a9296d1e907a5193f8e8845a3.diff:-p1
+PATCHFILES+=	4d84cf438e7f1bebf0053035ef0292e9fed257d1.diff:-p1
+PATCHFILES+=	c0eb5dbd9c1db6b6d5b1574bcd8c584170d7ab54.diff:-p1
 
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/COPYING

Modified: head/x11-drivers/xf86-video-ati/distinfo
==============================================================================
--- head/x11-drivers/xf86-video-ati/distinfo	Wed Mar 11 16:25:30 2020	(r528235)
+++ head/x11-drivers/xf86-video-ati/distinfo	Wed Mar 11 16:34:06 2020	(r528236)
@@ -1,3 +1,9 @@
-TIMESTAMP = 1571519275
+TIMESTAMP = 1583923520
 SHA256 (xorg/driver/xf86-video-ati-19.1.0.tar.bz2) = 659f5a1629eea5f5334d9b39b18e6807a63aa1efa33c1236d9cc53acbb223c49
 SIZE (xorg/driver/xf86-video-ati-19.1.0.tar.bz2) = 904558
+SHA256 (xorg/driver/f223035f4ffcff2a9296d1e907a5193f8e8845a3.diff) = 4c2d27e51c947229cb1fef5bc09b111738821df7444668548d2bcf32b47ebab5
+SIZE (xorg/driver/f223035f4ffcff2a9296d1e907a5193f8e8845a3.diff) = 455
+SHA256 (xorg/driver/4d84cf438e7f1bebf0053035ef0292e9fed257d1.diff) = 37a2dec5814880768a03592cb46fc10414af653b63f9678c012cf2279eefb4a4
+SIZE (xorg/driver/4d84cf438e7f1bebf0053035ef0292e9fed257d1.diff) = 322
+SHA256 (xorg/driver/c0eb5dbd9c1db6b6d5b1574bcd8c584170d7ab54.diff) = 262922ab2fc2242ac2861af7b96f30f667714c6dd39e5ef65d593451e4fa23a6
+SIZE (xorg/driver/c0eb5dbd9c1db6b6d5b1574bcd8c584170d7ab54.diff) = 854



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202003111634.02BGY67I057723>