From owner-svn-ports-head@freebsd.org Fri May 25 14:06:57 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 05AF5EE32E8; Fri, 25 May 2018 14:06:57 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B074B8310D; Fri, 25 May 2018 14:06:56 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1354) id A92FD1FEBC; Fri, 25 May 2018 14:06:56 +0000 (UTC) From: Jan Beich To: ports-committers@freebsd.org Cc: svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r470839 - head/emulators/rpcs3 References: <201805251357.w4PDvOWP017701@repo.freebsd.org> Date: Fri, 25 May 2018 16:06:51 +0200 In-Reply-To: <201805251357.w4PDvOWP017701@repo.freebsd.org> (Jan Beich's message of "Fri, 25 May 2018 13:57:24 +0000 (UTC)") Message-ID: MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 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, 25 May 2018 14:06:57 -0000 Jan Beich writes: > Author: jbeich > Date: Fri May 25 13:57:24 2018 > New Revision: 470839 > URL: https://svnweb.freebsd.org/changeset/ports/470839 > > Log: > emulators/rpcs3: update to 0.0.5.391 > > Changes: https://github.com/RPCS3/rpcs3/compare/c10b39923...964b3937a Oops, performance overlay hasn't been merged yet. https://github.com/RPCS3/rpcs3/pull/4620 > VULKAN_DESC= Vulkan renderer > -VULKAN_BUILD_DEPENDS= ${LOCALBASE}/lib/libglslang.a:devel/glslang > VULKAN_LIB_DEPENDS= libvulkan.so:graphics/vulkan-sdk > -VULKAN_CMAKE_BOOL= USE_VULKAN VULKAN_PREBUILT > +VULKAN_CMAKE_BOOL= USE_VULKAN Oops, VULKAN_PREBUILT removal hasn't been merged yet. https://github.com/RPCS3/rpcs3/pull/4652 Kinda forgot to check my queue before "git svn dcommit". ;)