Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Oct 2018 23:59:54 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
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
Message-ID:  <201810152359.w9FNxsMe086277@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810152359.w9FNxsMe086277>