From 1c1de3af8477da864ab052a51ad69a1028d9bb2b Mon Sep 17 00:00:00 2001 From: Niclas Zeising Date: Wed, 15 Apr 2020 19:54:49 +0000 Subject: 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 --- x11-drivers/xf86-video-ati/Makefile | 3 ++- x11-drivers/xf86-video-ati/distinfo | 4 +++- 2 files changed, 5 insertions(+), 2 deletions(-) (limited to 'x11-drivers/xf86-video-ati') diff --git a/x11-drivers/xf86-video-ati/Makefile b/x11-drivers/xf86-video-ati/Makefile index ec01387b77f6..d8853753e8b6 100644 --- a/x11-drivers/xf86-video-ati/Makefile +++ b/x11-drivers/xf86-video-ati/Makefile @@ -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/driver/${PORTNAME}/commit/ PATCHFILES+= f223035f4ffcff2a9296d1e907a5193f8e8845a3.diff:-p1 PATCHFILES+= 4d84cf438e7f1bebf0053035ef0292e9fed257d1.diff:-p1 PATCHFILES+= c0eb5dbd9c1db6b6d5b1574bcd8c584170d7ab54.diff:-p1 +PATCHFILES+= 3845392426e9798c1fb2a6fc5e97bf5dfd5c443d.diff:-p1 LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/x11-drivers/xf86-video-ati/distinfo b/x11-drivers/xf86-video-ati/distinfo index 75a20f74c3fc..f0bf42364e97 100644 --- a/x11-drivers/xf86-video-ati/distinfo +++ b/x11-drivers/xf86-video-ati/distinfo @@ -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/4d84cf438e7f1bebf0053035ef0292e9fed257d1.diff) = 37a2dec5814 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 -- cgit v1.2.3