svn commit: r451016 - in head/emulators: citra citra-qt5

Jan Beich jbeich at FreeBSD.org
Sat Sep 30 23:58:01 UTC 2017


Author: jbeich
Date: Sat Sep 30 23:58:00 2017
New Revision: 451016
URL: https://svnweb.freebsd.org/changeset/ports/451016

Log:
  emulators/citra: enable web services (e.g., telemetry)
  
  cf. https://github.com/citra-emu/citra/pull/2683

Modified:
  head/emulators/citra-qt5/Makefile   (contents, props changed)
  head/emulators/citra/Makefile   (contents, props changed)
  head/emulators/citra/distinfo   (contents, props changed)

Modified: head/emulators/citra-qt5/Makefile
==============================================================================
--- head/emulators/citra-qt5/Makefile	Sat Sep 30 23:20:05 2017	(r451015)
+++ head/emulators/citra-qt5/Makefile	Sat Sep 30 23:58:00 2017	(r451016)
@@ -1,6 +1,6 @@
 # $FreeBSD$
 
-PORTREVISION=	2
+PORTREVISION=	3
 PKGNAMESUFFIX=	-qt5
 
 MASTERDIR=	${.CURDIR}/../citra

Modified: head/emulators/citra/Makefile
==============================================================================
--- head/emulators/citra/Makefile	Sat Sep 30 23:20:05 2017	(r451015)
+++ head/emulators/citra/Makefile	Sat Sep 30 23:58:00 2017	(r451016)
@@ -2,7 +2,7 @@
 
 PORTNAME=	citra
 PORTVERSION=	s20170930
-PORTREVISION?=	0
+PORTREVISION?=	1
 CATEGORIES=	emulators
 
 MAINTAINER=	jbeich at FreeBSD.org
@@ -39,14 +39,19 @@ GH_TUPLE=	citra-emu:ext-soundtouch:019d208:soundtouch/
 
 USES=		cmake:outsource compiler:c++14-lang iconv localbase:ldflags
 USE_SDL=	sdl2
-CMAKE_ARGS=	-DENABLE_WEB_SERVICE=off # XXX unbundle curl-7.52.1
 CXXFLAGS+=	-D_GLIBCXX_USE_C99 -D_GLIBCXX_USE_C99_MATH_TR1 \
 		-D_DECLARE_C99_LDBL_MATH # XXX ports/193528
 
+OPTIONS_DEFINE=	CURL
+OPTIONS_DEFAULT=CURL
 OPTIONS_MULTI=	GUI
 OPTIONS_MULTI_GUI=	QT5 SDL
 OPTIONS_SLAVE?=	SDL
 OPTIONS_EXCLUDE:=	${OPTIONS_MULTI_GUI}
+
+CURL_GH_TUPLE=	whoshuu:cpr:1.3.0-12-gb5758fb:cpr/externals/cpr
+CURL_LIB_DEPENDS=libcurl.so:ftp/curl
+CURL_CMAKE_BOOL=ENABLE_WEB_SERVICE USE_SYSTEM_CURL
 
 SDL_CMAKE_BOOL=	ENABLE_SDL2
 SDL_PLIST_FILES=bin/${PORTNAME} \

Modified: head/emulators/citra/distinfo
==============================================================================
--- head/emulators/citra/distinfo	Sat Sep 30 23:20:05 2017	(r451015)
+++ head/emulators/citra/distinfo	Sat Sep 30 23:58:00 2017	(r451016)
@@ -19,3 +19,5 @@ SHA256 (svn2github-inih-603729d_GH0.tar.gz) = b4faa364
 SIZE (svn2github-inih-603729d_GH0.tar.gz) = 8342
 SHA256 (weidai11-cryptopp-CRYPTOPP_5_6_5-610-g24bc2b8_GH0.tar.gz) = 9f3f59538ba0515307e142ab404d65270da709aa3ac906770ec658e47a277ec2
 SIZE (weidai11-cryptopp-CRYPTOPP_5_6_5-610-g24bc2b8_GH0.tar.gz) = 7008104
+SHA256 (whoshuu-cpr-1.3.0-12-gb5758fb_GH0.tar.gz) = 84ea509dc08766d7182b867b78ba6dd16f3352d85b18b0654661079b8617dae4
+SIZE (whoshuu-cpr-1.3.0-12-gb5758fb_GH0.tar.gz) = 34100


More information about the svn-ports-all mailing list