From owner-svn-ports-branches@freebsd.org Wed Aug 19 08:32:49 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 CE0C63B718B; Wed, 19 Aug 2020 08:32:49 +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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 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 4BWgyT56qCz4QTR; Wed, 19 Aug 2020 08:32:49 +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 945241FD6D; Wed, 19 Aug 2020 08:32:49 +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 07J8WnEZ075765; Wed, 19 Aug 2020 08:32:49 GMT (envelope-from zeising@FreeBSD.org) Received: (from zeising@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 07J8Wnum075764; Wed, 19 Aug 2020 08:32:49 GMT (envelope-from zeising@FreeBSD.org) Message-Id: <202008190832.07J8Wnum075764@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: zeising set sender to zeising@FreeBSD.org using -f From: Niclas Zeising Date: Wed, 19 Aug 2020 08:32:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r545283 - branches/2020Q3/x11-drivers/xf86-video-amdgpu X-SVN-Group: ports-branches X-SVN-Commit-Author: zeising X-SVN-Commit-Paths: branches/2020Q3/x11-drivers/xf86-video-amdgpu X-SVN-Commit-Revision: 545283 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.33 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: Wed, 19 Aug 2020 08:32:49 -0000 Author: zeising Date: Wed Aug 19 08:32:48 2020 New Revision: 545283 URL: https://svnweb.freebsd.org/changeset/ports/545283 Log: MFH: r545260 x11/drivers/xf86-video-amdgpu: Fix -fno-common Pull in a patch from upstream to fix the build of xf86-video-amdgpu with -fno-common, which is the default with llvm 11. Approved by: ports-secteam (joenum) Modified: branches/2020Q3/x11-drivers/xf86-video-amdgpu/Makefile branches/2020Q3/x11-drivers/xf86-video-amdgpu/distinfo Directory Properties: branches/2020Q3/ (props changed) Modified: branches/2020Q3/x11-drivers/xf86-video-amdgpu/Makefile ============================================================================== --- branches/2020Q3/x11-drivers/xf86-video-amdgpu/Makefile Wed Aug 19 08:31:54 2020 (r545282) +++ branches/2020Q3/x11-drivers/xf86-video-amdgpu/Makefile Wed Aug 19 08:32:48 2020 (r545283) @@ -10,6 +10,9 @@ CATEGORIES= x11-drivers MAINTAINER= x11@FreeBSD.org COMMENT= X.Org amdgpu display driver +PATCH_SITES= https://gitlab.freedesktop.org/xorg/driver/${PORTNAME}/commit/ +PATCHFILES+= edcbe5f52ddfceee3d66d69bbcebbceac06b6d0d.diff:-p1 + LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING Modified: branches/2020Q3/x11-drivers/xf86-video-amdgpu/distinfo ============================================================================== --- branches/2020Q3/x11-drivers/xf86-video-amdgpu/distinfo Wed Aug 19 08:31:54 2020 (r545282) +++ branches/2020Q3/x11-drivers/xf86-video-amdgpu/distinfo Wed Aug 19 08:32:48 2020 (r545283) @@ -1,3 +1,5 @@ -TIMESTAMP = 1571519600 +TIMESTAMP = 1597786182 SHA256 (xorg/driver/xf86-video-amdgpu-19.1.0.tar.bz2) = 4f0ea4e0ae61995ac2b7c72433d31deab63b60c78763020aaa1b28696124fe5d SIZE (xorg/driver/xf86-video-amdgpu-19.1.0.tar.bz2) = 441746 +SHA256 (xorg/driver/edcbe5f52ddfceee3d66d69bbcebbceac06b6d0d.diff) = 5910c44a2a4c47d01727d1afe4dc43bad012da027b41fa76ca6d9f0a275dabbd +SIZE (xorg/driver/edcbe5f52ddfceee3d66d69bbcebbceac06b6d0d.diff) = 455