From owner-svn-ports-head@freebsd.org Sat Feb 11 13:49:32 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1E033CDB9F7; Sat, 11 Feb 2017 13:49:32 +0000 (UTC) (envelope-from tijl@freebsd.org) Received: from mailrelay101.isp.belgacom.be (mailrelay101.isp.belgacom.be [195.238.20.128]) (using TLSv1.2 with cipher RC4-SHA (128/128 bits)) (Client CN "relay.skynet.be", Issuer "GlobalSign Organization Validation CA - SHA256 - G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id CA45B1E72; Sat, 11 Feb 2017 13:49:30 +0000 (UTC) (envelope-from tijl@freebsd.org) X-Belgacom-Dynamic: yes X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: =?us-ascii?q?A2BfAgClFZ9Y/1fag21eGgEBAQECAQEBA?= =?us-ascii?q?QgBAQEBg1JBEBB4EY1hcpEcKQGVDIIMKoV4AoJ6QBgBAgEBAQEBAQFiKIRqAQU?= =?us-ascii?q?6HCMQCxQECRoLDyoeBhOJbgqyDotQAQEBAQEBAQEBAQEBAQEBAQEcBYIxiQqKG?= =?us-ascii?q?h8Fm3KGb4sYdoESjwqILIppHziBADQqCIU4gUk/NYo2AQEB?= X-IPAS-Result: =?us-ascii?q?A2BfAgClFZ9Y/1fag21eGgEBAQECAQEBAQgBAQEBg1JBEBB?= =?us-ascii?q?4EY1hcpEcKQGVDIIMKoV4AoJ6QBgBAgEBAQEBAQFiKIRqAQU6HCMQCxQECRoLD?= =?us-ascii?q?yoeBhOJbgqyDotQAQEBAQEBAQEBAQEBAQEBAQEcBYIxiQqKGh8Fm3KGb4sYdoE?= =?us-ascii?q?SjwqILIppHziBADQqCIU4gUk/NYo2AQEB?= Received: from 87.218-131-109.adsl-dyn.isp.belgacom.be (HELO kalimero.tijl.coosemans.org) ([109.131.218.87]) by relay.skynet.be with ESMTP; 11 Feb 2017 14:48:16 +0100 Received: from kalimero.tijl.coosemans.org (kalimero.tijl.coosemans.org [127.0.0.1]) by kalimero.tijl.coosemans.org (8.15.2/8.15.2) with ESMTP id v1BDmFIw002312; Sat, 11 Feb 2017 14:48:16 +0100 (CET) (envelope-from tijl@FreeBSD.org) Date: Sat, 11 Feb 2017 14:48:15 +0100 From: Tijl Coosemans To: Matthew Rezny Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r433862 - in head: graphics/dri graphics/gbm graphics/libEGL graphics/libGL graphics/libGL/files graphics/libglapi graphics/libglesv2 graphics/libosmesa lang/clover Message-ID: <20170211144815.37a91eb6@kalimero.tijl.coosemans.org> In-Reply-To: <201702111331.v1BDVxQZ079590@repo.freebsd.org> References: <201702111331.v1BDVxQZ079590@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Feb 2017 13:49:32 -0000 On Sat, 11 Feb 2017 13:31:59 +0000 (UTC) Matthew Rezny wrote: > Author: rezny > Date: Sat Feb 11 13:31:59 2017 > New Revision: 433862 > URL: https://svnweb.freebsd.org/changeset/ports/433862 > > Log: > Update Mesa to 13.0.4 > > * Use LLVM 3.9 > * OpenGL 4.4 support for recent Intel and ReadeonSI > > PR: 214581 > Approved by: swills (mentor) > Differential Revision: https://reviews.freebsd.org/D9438 It looks like patches here and in the libdrm update were generated with all post-patch changes included (e.g. the s/x86_64/amd64/ changes, changes made by USES=libtool such as link_all_deplibs,...).