From owner-freebsd-x11@freebsd.org Wed Aug 19 08:37:12 2020 Return-Path: Delivered-To: freebsd-x11@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 8E7083B70B5 for ; Wed, 19 Aug 2020 08:37:12 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.nyi.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 4BWh3X3J57z4QnQ for ; Wed, 19 Aug 2020 08:37:12 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.nyi.freebsd.org (Postfix) id 6F5953B72BD; Wed, 19 Aug 2020 08:37:12 +0000 (UTC) Delivered-To: x11@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 6F1583B719C for ; Wed, 19 Aug 2020 08:37:12 +0000 (UTC) (envelope-from bugzilla-noreply@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 4BWh3W5RYRz4Qxm for ; Wed, 19 Aug 2020 08:37:11 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (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 did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7980E1FFC9 for ; Wed, 19 Aug 2020 08:37:10 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 07J8bAo0084584 for ; Wed, 19 Aug 2020 08:37:10 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from bugzilla@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 07J8bA95084583 for x11@FreeBSD.org; Wed, 19 Aug 2020 08:37:10 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: bugzilla set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: x11@FreeBSD.org Subject: [Bug 236003] x11-drivers/xf86-video-intel: update to 2020-05-15 snapshot and refactor Date: Wed, 19 Aug 2020 08:37:08 +0000 X-Bugzilla-Reason: AssignedTo CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: patch, patch-ready X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: commit-hook@FreeBSD.org X-Bugzilla-Status: In Progress X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: x11@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? merge-quarterly? X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Aug 2020 08:37:12 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D236003 --- Comment #61 from commit-hook@FreeBSD.org --- A commit references this bug: Author: zeising Date: Wed Aug 19 08:37:02 UTC 2020 New revision: 545285 URL: https://svnweb.freebsd.org/changeset/ports/545285 Log: MFH: r545262 x11-drivers/xf86-video-intel: Update snapshot Update the snapshot of x11-driver/xf86-video-intel - Fix build with -fno-common - Fix MIT-SHM detection - Drop SNA/UXA options in favor of xorg.conf(5) - Add hyphen to output names for consistency with modesetting(4x) - Add UDEV and XVMC options - Add "make test" support - Drop unused dependencies - Switch to upstream versioning scheme - Document all patches - Simplify and deprecate _WITH_GETLINE - Fix most style warnings PR: 236003 Submitted by: jbiech Approved by: ports-secteam (joenum) Changes: _U branches/2020Q3/ branches/2020Q3/x11-drivers/xf86-video-intel/Makefile branches/2020Q3/x11-drivers/xf86-video-intel/distinfo =20 branches/2020Q3/x11-drivers/xf86-video-intel/files/patch-benchmarks_dri3-sw= ap.c branches/2020Q3/x11-drivers/xf86-video-intel/files/patch-hyphen branches/2020Q3/x11-drivers/xf86-video-intel/files/patch-src_intel__devic= e.c branches/2020Q3/x11-drivers/xf86-video-intel/files/patch-src_intel__list.h branches/2020Q3/x11-drivers/xf86-video-intel/files/patch-src_sna_kgem.c =20 branches/2020Q3/x11-drivers/xf86-video-intel/files/patch-src_sna_sna__threa= ds.c branches/2020Q3/x11-drivers/xf86-video-intel/files/patch-src_sna_sna__vid= eo.c branches/2020Q3/x11-drivers/xf86-video-intel/files/patch-test_present-spe= ed.c branches/2020Q3/x11-drivers/xf86-video-intel/pkg-plist --=20 You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug.=