From owner-svn-ports-all@freebsd.org Sat Jul 28 20:11:04 2018 Return-Path: Delivered-To: svn-ports-all@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 1C5D2105CC32; Sat, 28 Jul 2018 20:11:04 +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 C62037E1C7; Sat, 28 Jul 2018 20:11:03 +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 A740C3B05; Sat, 28 Jul 2018 20:11:03 +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 w6SKB3HJ022847; Sat, 28 Jul 2018 20:11:03 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w6SKB3P9022846; Sat, 28 Jul 2018 20:11:03 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201807282011.w6SKB3P9022846@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sat, 28 Jul 2018 20:11:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r475611 - in head/emulators/citra: . files X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: in head/emulators/citra: . files X-SVN-Commit-Revision: 475611 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 Jul 2018 20:11:04 -0000 Author: jbeich Date: Sat Jul 28 20:11:03 2018 New Revision: 475611 URL: https://svnweb.freebsd.org/changeset/ports/475611 Log: emulators/citra: drop support for pre-C++17 toolchains after r475472 Deleted: head/emulators/citra/files/extra-patch-c++14 Modified: head/emulators/citra/Makefile (contents, props changed) Modified: head/emulators/citra/Makefile ============================================================================== --- head/emulators/citra/Makefile Sat Jul 28 20:09:01 2018 (r475610) +++ head/emulators/citra/Makefile Sat Jul 28 20:11:03 2018 (r475611) @@ -17,7 +17,7 @@ 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 +BROKEN_FreeBSD_10= libc++ does not support C++17 features BUILD_DEPENDS= boost-libs>=1.66:devel/boost-libs @@ -39,10 +39,6 @@ GH_TUPLE= citra-emu:ext-libressl-portable:7d01cb0:libr USES= cmake:outsource compiler:c++17-lang iconv localbase:ldflags USE_SDL= sdl2 -EXTRA_PATCHES+= ${EXTRA_PATCHES_${OPSYS}_${OSREL:R}} -EXTRA_PATCHES_FreeBSD_10= ${PATCHDIR}/extra-patch-c++14 -CXXFLAGS+= -D_GLIBCXX_USE_C99 -D_GLIBCXX_USE_C99_MATH_TR1 \ - -D_DECLARE_C99_LDBL_MATH # XXX ports/193528 LDFLAGS+= -Wl,--as-needed # Qt5Network TEST_TARGET= test