Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 Apr 2020 19:54:49 +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: r531787 - head/x11-drivers/xf86-video-ati
Message-ID:  <202004151954.03FJsn7C076740@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: zeising
Date: Wed Apr 15 19:54:49 2020
New Revision: 531787
URL: https://svnweb.freebsd.org/changeset/ports/531787

Log:
  x11-drivers/xf86-video-ati: Fix missing hw cursor
  
  Add an upstream patch (submitted by myself and danfe) to fix the issue where
  the hw cursor sometimes does not work when using x11-drivers/xf86-video-ati.
  Big thanks to danfe@ for debugging and testing and figuring out what's going
  on.
  
  For details on the change, see upstream issue:
  https://gitlab.freedesktop.org/xorg/driver/xf86-video-ati/-/issues/190
  
  PR:		237642
  Reported by:	jwb
  MFH:		2020Q2

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 Apr 15 19:46:54 2020	(r531786)
+++ head/x11-drivers/xf86-video-ati/Makefile	Wed Apr 15 19:54:49 2020	(r531787)
@@ -2,7 +2,7 @@
 
 PORTNAME=	xf86-video-ati
 PORTVERSION=	19.1.0
-PORTREVISION=	2
+PORTREVISION=	3
 PORTEPOCH=	1
 CATEGORIES=	x11-drivers
 
@@ -13,6 +13,7 @@ PATCH_SITES=	https://gitlab.freedesktop.org/xorg/drive
 PATCHFILES+=	f223035f4ffcff2a9296d1e907a5193f8e8845a3.diff:-p1
 PATCHFILES+=	4d84cf438e7f1bebf0053035ef0292e9fed257d1.diff:-p1
 PATCHFILES+=	c0eb5dbd9c1db6b6d5b1574bcd8c584170d7ab54.diff:-p1
+PATCHFILES+=	3845392426e9798c1fb2a6fc5e97bf5dfd5c443d.diff:-p1
 
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/COPYING

Modified: head/x11-drivers/xf86-video-ati/distinfo
==============================================================================
--- head/x11-drivers/xf86-video-ati/distinfo	Wed Apr 15 19:46:54 2020	(r531786)
+++ head/x11-drivers/xf86-video-ati/distinfo	Wed Apr 15 19:54:49 2020	(r531787)
@@ -1,4 +1,4 @@
-TIMESTAMP = 1583923520
+TIMESTAMP = 1586946702
 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
@@ -7,3 +7,5 @@ SHA256 (xorg/driver/4d84cf438e7f1bebf0053035ef0292e9fe
 SIZE (xorg/driver/4d84cf438e7f1bebf0053035ef0292e9fed257d1.diff) = 322
 SHA256 (xorg/driver/c0eb5dbd9c1db6b6d5b1574bcd8c584170d7ab54.diff) = 262922ab2fc2242ac2861af7b96f30f667714c6dd39e5ef65d593451e4fa23a6
 SIZE (xorg/driver/c0eb5dbd9c1db6b6d5b1574bcd8c584170d7ab54.diff) = 854
+SHA256 (xorg/driver/3845392426e9798c1fb2a6fc5e97bf5dfd5c443d.diff) = 3518aa1bda8c86e678d1decdc0218460ad46c7202faff1ccb4c8040d3458fe9f
+SIZE (xorg/driver/3845392426e9798c1fb2a6fc5e97bf5dfd5c443d.diff) = 482



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