From owner-svn-ports-head@freebsd.org Tue May 8 00:34:52 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 A7322FC3034; Tue, 8 May 2018 00:34:52 +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 54E747FE5A; Tue, 8 May 2018 00:34:52 +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 35FB522BF1; Tue, 8 May 2018 00:34:52 +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 w480YqjN032102; Tue, 8 May 2018 00:34:52 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w480Yp9m032100; Tue, 8 May 2018 00:34:51 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201805080034.w480Yp9m032100@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Tue, 8 May 2018 00:34:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469342 - head/emulators/citra X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: head/emulators/citra X-SVN-Commit-Revision: 469342 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.25 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: Tue, 08 May 2018 00:34:52 -0000 Author: jbeich Date: Tue May 8 00:34:51 2018 New Revision: 469342 URL: https://svnweb.freebsd.org/changeset/ports/469342 Log: emulators/citra: update to s20180506 Marked BROKEN on FreeBSD 10.* unless someone can help with In file included from src/video_core/renderer_base.cpp:8: In file included from src/./video_core/renderer_opengl/gl_rasterizer.h:24: src/./video_core/renderer_opengl/gl_rasterizer_cache.h:337:57: error: use of undeclared identifier 'weak_from_this' auto watcher = std::make_shared(weak_from_this()); ^ Changes: https://github.com/citra-emu/citra/compare/ca3b82ca...590a09d0 Modified: head/emulators/citra/Makefile (contents, props changed) head/emulators/citra/distinfo (contents, props changed) Modified: head/emulators/citra/Makefile ============================================================================== --- head/emulators/citra/Makefile Tue May 8 00:34:40 2018 (r469341) +++ head/emulators/citra/Makefile Tue May 8 00:34:51 2018 (r469342) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= citra -PORTVERSION= s20180502 +PORTVERSION= s20180506 PORTREVISION?= 0 CATEGORIES= emulators @@ -17,6 +17,8 @@ LICENSE_FILE_GPLv2+ = ${WRKSRC}/license.txt LICENSE_FILE_MIT= ${WRKSRC}/externals/enet/LICENSE LICENSE_FILE_LGPL21+ = ${_LICENSE_STORE}/LGPL21 # soundtouch +BROKEN_FreeBSD_10= libc++ does not support C++17 features e.g., weak_from_this + BUILD_DEPENDS= boost-libs>=1.66:devel/boost-libs # backend_x64/hostloc.h:93:8: fatal error: no type named 'Reg64' in namespace 'Xbyak' @@ -25,7 +27,7 @@ ONLY_FOR_ARCHS_REASON= https://github.com/MerryMage/dy USE_GITHUB= yes GH_ACCOUNT= citra-emu -GH_TAGNAME= ca3b82ca +GH_TAGNAME= 590a09d0 GH_TUPLE= citra-emu:ext-libressl-portable:cbb1dca:libressl/externals/libressl \ citra-emu:ext-soundtouch:019d208:soundtouch/externals/soundtouch \ MerryMage:dynarmic:d1d4705:dynarmic/externals/dynarmic \ Modified: head/emulators/citra/distinfo ============================================================================== --- head/emulators/citra/distinfo Tue May 8 00:34:40 2018 (r469341) +++ head/emulators/citra/distinfo Tue May 8 00:34:51 2018 (r469342) @@ -1,6 +1,6 @@ -TIMESTAMP = 1525274253 -SHA256 (citra-emu-citra-s20180502-ca3b82ca_GH0.tar.gz) = 5030386cfb2e3a45d6ce763b5d78823ff5e561c6cbed930d0169039af2d20fdb -SIZE (citra-emu-citra-s20180502-ca3b82ca_GH0.tar.gz) = 1927840 +TIMESTAMP = 1525581547 +SHA256 (citra-emu-citra-s20180506-590a09d0_GH0.tar.gz) = 847c15ad10b15c00d08ff9980e413e247e2bddc755527911d46a861305304a8f +SIZE (citra-emu-citra-s20180506-590a09d0_GH0.tar.gz) = 1929501 SHA256 (citra-emu-ext-libressl-portable-cbb1dca_GH0.tar.gz) = f3741a3bb480d9f8a817f032f59d1908e659620cbb93c0fe8289cfb46d2ab89c SIZE (citra-emu-ext-libressl-portable-cbb1dca_GH0.tar.gz) = 1761962 SHA256 (citra-emu-ext-soundtouch-019d208_GH0.tar.gz) = f48c211bbabe7ad79e1c504af1082756c74241be6bab4aca13140803f4b694e7