Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 Jun 2020 18:10:45 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r540630 - in branches/2020Q2/emulators: ppsspp ppsspp-qt5
Message-ID:  <202006271810.05RIAjVs012905@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Sat Jun 27 18:10:45 2020
New Revision: 540630
URL: https://svnweb.freebsd.org/changeset/ports/540630

Log:
  MFH: r540629
  
  emulators/ppsspp: use system snappy after r483177
  
  https://github.com/hrydgard/ppsspp/commit/8ba1f049dae9
  
  Approved by:	ports-secteam blanket (regression fix)

Modified:
  branches/2020Q2/emulators/ppsspp-qt5/Makefile
  branches/2020Q2/emulators/ppsspp/Makefile
Directory Properties:
  branches/2020Q2/   (props changed)

Modified: branches/2020Q2/emulators/ppsspp-qt5/Makefile
==============================================================================
--- branches/2020Q2/emulators/ppsspp-qt5/Makefile	Sat Jun 27 18:10:08 2020	(r540629)
+++ branches/2020Q2/emulators/ppsspp-qt5/Makefile	Sat Jun 27 18:10:45 2020	(r540630)
@@ -1,6 +1,6 @@
 # $FreeBSD$
 
-PORTREVISION=	0
+PORTREVISION=	1
 PKGNAMESUFFIX=	-qt5
 
 MASTERDIR=	${.CURDIR}/../ppsspp

Modified: branches/2020Q2/emulators/ppsspp/Makefile
==============================================================================
--- branches/2020Q2/emulators/ppsspp/Makefile	Sat Jun 27 18:10:08 2020	(r540629)
+++ branches/2020Q2/emulators/ppsspp/Makefile	Sat Jun 27 18:10:45 2020	(r540630)
@@ -3,7 +3,7 @@
 PORTNAME=	ppsspp
 DISTVERSIONPREFIX=	v
 DISTVERSION?=	1.9.4
-PORTREVISION?=	1
+PORTREVISION?=	2
 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
@@ -39,7 +39,7 @@ EXCLUDE=	libzip zlib
 EXTRACT_AFTER_ARGS=${EXCLUDE:S,^,--exclude ,}
 USE_GL=		gl glew glu
 USE_SDL=	sdl2 # joystick
-CMAKE_ON=	USE_SYSTEM_FFMPEG USE_SYSTEM_LIBZIP USE_WAYLAND_WSI
+CMAKE_ON=	USE_SYSTEM_FFMPEG USE_SYSTEM_LIBZIP USE_SYSTEM_SNAPPY USE_WAYLAND_WSI
 CMAKE_OFF=	USE_DISCORD
 SUB_FILES=	pkg-message
 PORTDATA=	assets ${PORTNAME}



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