Date: Thu, 16 Apr 2020 17:47:56 +0000 (UTC) From: Niclas Zeising <zeising@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r531865 - branches/2020Q2/x11-drivers/xf86-video-ati Message-ID: <202004161747.03GHlutB001222@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: zeising Date: Thu Apr 16 17:47:56 2020 New Revision: 531865 URL: https://svnweb.freebsd.org/changeset/ports/531865 Log: MFH: r531787 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 Approved by: ports-secteam (joenum) Modified: branches/2020Q2/x11-drivers/xf86-video-ati/Makefile branches/2020Q2/x11-drivers/xf86-video-ati/distinfo Directory Properties: branches/2020Q2/ (props changed) Modified: branches/2020Q2/x11-drivers/xf86-video-ati/Makefile ============================================================================== --- branches/2020Q2/x11-drivers/xf86-video-ati/Makefile Thu Apr 16 17:20:57 2020 (r531864) +++ branches/2020Q2/x11-drivers/xf86-video-ati/Makefile Thu Apr 16 17:47:56 2020 (r531865) @@ -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: branches/2020Q2/x11-drivers/xf86-video-ati/distinfo ============================================================================== --- branches/2020Q2/x11-drivers/xf86-video-ati/distinfo Thu Apr 16 17:20:57 2020 (r531864) +++ branches/2020Q2/x11-drivers/xf86-video-ati/distinfo Thu Apr 16 17:47:56 2020 (r531865) @@ -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?202004161747.03GHlutB001222>