From owner-svn-ports-head@freebsd.org Fri Oct 4 22:31:29 2019 Return-Path: Delivered-To: svn-ports-head@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 051C113B6B5; Fri, 4 Oct 2019 22:31:29 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [96.47.72.132]) (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 "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 46lPjr6Pjbz3y7f; Fri, 4 Oct 2019 22:31:28 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1354) id BB66010CF9; Fri, 4 Oct 2019 22:31:28 +0000 (UTC) From: Jan Beich To: Niclas Zeising Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r513788 - in head: graphics/libxatracker graphics/mesa-libs lang/clover References: <201910042214.x94ME3MW081826@repo.freebsd.org> Date: Sat, 05 Oct 2019 00:31:29 +0200 In-Reply-To: <201910042214.x94ME3MW081826@repo.freebsd.org> (Niclas Zeising's message of "Fri, 4 Oct 2019 22:14:03 +0000 (UTC)") Message-ID: MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 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: Fri, 04 Oct 2019 22:31:29 -0000 Niclas Zeising writes: > Author: zeising > Date: Fri Oct 4 22:14:03 2019 > New Revision: 513788 > URL: https://svnweb.freebsd.org/changeset/ports/513788 > > Log: > Bump remaining mesa ports after llvm version change > > Bump these mesa ports as well, to ensure that they are rebuilt with the > correct llvm port. > This was missed in r513776 > > PR: 239682 > MFH: 2019Q4 (implicit, fix for earlier commits) > > Modified: > head/graphics/libxatracker/Makefile > head/graphics/mesa-libs/Makefile > head/lang/clover/Makefile Getting PORTREVISION bumps correct with split ports is hard: - graphics/libxatracker indeed depends on libLLVM. Sorry. - graphics/mesa-libs doesn't have runtime dependency on libLLVM. - lang/clover remained on llvm80 by moving override/cap to master file. Just FYI.