From owner-svn-ports-branches@freebsd.org Thu Apr 16 17:47:57 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 136762C3233; Thu, 16 Apr 2020 17:47:57 +0000 (UTC) (envelope-from zeising@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4936Bh6mx6z3Lb5; Thu, 16 Apr 2020 17:47:56 +0000 (UTC) (envelope-from zeising@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E3CB2CB5A; Thu, 16 Apr 2020 17:47:56 +0000 (UTC) (envelope-from zeising@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 03GHlurb001224; Thu, 16 Apr 2020 17:47:56 GMT (envelope-from zeising@FreeBSD.org) Received: (from zeising@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 03GHlutB001222; Thu, 16 Apr 2020 17:47:56 GMT (envelope-from zeising@FreeBSD.org) Message-Id: <202004161747.03GHlutB001222@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: zeising set sender to zeising@FreeBSD.org using -f From: Niclas Zeising Date: Thu, 16 Apr 2020 17:47:56 +0000 (UTC) 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 X-SVN-Group: ports-branches X-SVN-Commit-Author: zeising X-SVN-Commit-Paths: branches/2020Q2/x11-drivers/xf86-video-ati X-SVN-Commit-Revision: 531865 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Apr 2020 17:47:57 -0000 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