diff options
author | Niclas Zeising <zeising@FreeBSD.org> | 2020-04-15 19:54:49 +0000 |
---|---|---|
committer | Niclas Zeising <zeising@FreeBSD.org> | 2020-04-15 19:54:49 +0000 |
commit | 1c1de3af8477da864ab052a51ad69a1028d9bb2b (patch) | |
tree | 7da794730a417f3650e5b8781fefcb276cfb458c /x11-drivers | |
parent | 240164be41e5e66e0f21970c70ad09b18991829c (diff) | |
download | ports-1c1de3af8477da864ab052a51ad69a1028d9bb2b.tar.gz ports-1c1de3af8477da864ab052a51ad69a1028d9bb2b.zip |
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
Notes
Notes:
svn path=/head/; revision=531787
Diffstat (limited to 'x11-drivers')
-rw-r--r-- | x11-drivers/xf86-video-ati/Makefile | 3 | ||||
-rw-r--r-- | x11-drivers/xf86-video-ati/distinfo | 4 |
2 files changed, 5 insertions, 2 deletions
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 |