From owner-svn-ports-head@freebsd.org Mon Oct 15 23:59:56 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 E358A10CCC74; Mon, 15 Oct 2018 23:59:55 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 904348AC9F; Mon, 15 Oct 2018 23:59:55 +0000 (UTC) (envelope-from jbeich@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 6E1D6143A3; Mon, 15 Oct 2018 23:59:55 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w9FNxt9a086279; Mon, 15 Oct 2018 23:59:55 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w9FNxsMe086277; Mon, 15 Oct 2018 23:59:54 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201810152359.w9FNxsMe086277@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Mon, 15 Oct 2018 23:59:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r482190 - in head: emulators/ppsspp emulators/rpcs3 graphics/vulkan-loader X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: in head: emulators/ppsspp emulators/rpcs3 graphics/vulkan-loader X-SVN-Commit-Revision: 482190 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.27 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: Mon, 15 Oct 2018 23:59:56 -0000 Author: jbeich Date: Mon Oct 15 23:59:54 2018 New Revision: 482190 URL: https://svnweb.freebsd.org/changeset/ports/482190 Log: graphics/vulkan-loader: enable Wayland surface - Rebuild ppsspp and rpcs3 to pick up Wayland support for Vulkan PR: 227423 Submitted by: Greg V (maintainer) Modified: head/emulators/ppsspp/Makefile (contents, props changed) head/emulators/rpcs3/Makefile (contents, props changed) head/graphics/vulkan-loader/Makefile (contents, props changed) Modified: head/emulators/ppsspp/Makefile ============================================================================== --- head/emulators/ppsspp/Makefile Mon Oct 15 23:59:23 2018 (r482189) +++ head/emulators/ppsspp/Makefile Mon Oct 15 23:59:54 2018 (r482190) @@ -3,7 +3,7 @@ PORTNAME= ppsspp DISTVERSIONPREFIX= v DISTVERSION?= 1.6.3 -PORTREVISION?= 3 +PORTREVISION?= 4 CATEGORIES= emulators # XXX Get from Debian once #697821 lands MASTER_SITES= https://bazaar.launchpad.net/~sergio-br2/${PORTNAME}/debian-sdl/download/5/${PORTNAME}.1-20140802045408-dd26dik367ztj5xg-8/:manpage @@ -73,7 +73,7 @@ SDL_BUILD_DEPENDS= png>=1.6:graphics/png SDL_LIB_DEPENDS= libpng.so:graphics/png SDL_VARS= EXENAME=PPSSPPSDL VULKAN_DESC= Vulkan renderer -VULKAN_RUN_DEPENDS= ${LOCALBASE}/lib/libvulkan.so:graphics/vulkan-loader +VULKAN_LIB_DEPENDS= libvulkan.so:graphics/vulkan-loader post-patch: @${REINPLACE_CMD} -e 's/Linux/${OPSYS}/' \ Modified: head/emulators/rpcs3/Makefile ============================================================================== --- head/emulators/rpcs3/Makefile Mon Oct 15 23:59:23 2018 (r482189) +++ head/emulators/rpcs3/Makefile Mon Oct 15 23:59:54 2018 (r482190) @@ -4,6 +4,7 @@ PORTNAME= rpcs3 DISTVERSIONPREFIX= v DISTVERSION= 0.0.5-975 DISTVERSIONSUFFIX= -g8540399ec +PORTREVISION= 1 CATEGORIES= emulators PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ Modified: head/graphics/vulkan-loader/Makefile ============================================================================== --- head/graphics/vulkan-loader/Makefile Mon Oct 15 23:59:23 2018 (r482189) +++ head/graphics/vulkan-loader/Makefile Mon Oct 15 23:59:54 2018 (r482190) @@ -3,7 +3,7 @@ PORTNAME= vulkan-loader DISTVERSIONPREFIX=sdk- DISTVERSION= 1.1.82.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics devel MAINTAINER= greg@unrelenting.technology @@ -24,7 +24,7 @@ CMAKE_ON= CMAKE_SKIP_RPATH CMAKE_OFF= BUILD_TESTS BUILD_WSI_MIR_SUPPORT OPTIONS_DEFINE= XLIB XCB WAYLAND -OPTIONS_DEFAULT=XLIB XCB +OPTIONS_DEFAULT=XLIB XCB WAYLAND XLIB_DESC= Build Xlib WSI (Window System Integration) support XCB_DESC= Build XCB WSI (Window System Integration) support