From owner-svn-ports-all@freebsd.org Fri Oct 21 12:35:18 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B925AC1A699; Fri, 21 Oct 2016 12:35:18 +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 mx1.freebsd.org (Postfix) with ESMTPS id 857AF160; Fri, 21 Oct 2016 12:35:18 +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 u9LCZHIw053754; Fri, 21 Oct 2016 12:35:17 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9LCZHDL053753; Fri, 21 Oct 2016 12:35:17 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201610211235.u9LCZHDL053753@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Fri, 21 Oct 2016 12:35:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424409 - head/emulators/citra X-SVN-Group: ports-head 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.23 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: Fri, 21 Oct 2016 12:35:18 -0000 Author: jbeich Date: Fri Oct 21 12:35:17 2016 New Revision: 424409 URL: https://svnweb.freebsd.org/changeset/ports/424409 Log: emulators/citra: only build on amd64 for now JIT is only available for amd64 while non-JIT or fake JIT build isn't yet supported. Reported by: pkg-fallout for aarch64 Modified: head/emulators/citra/Makefile (contents, props changed) Modified: head/emulators/citra/Makefile ============================================================================== --- head/emulators/citra/Makefile Fri Oct 21 11:40:34 2016 (r424408) +++ head/emulators/citra/Makefile Fri Oct 21 12:35:17 2016 (r424409) @@ -18,7 +18,8 @@ LICENSE_FILE_GPLv2+ = ${WRKSRC}/license. LIB_DEPENDS= libpng.so:graphics/png # backend_x64/hostloc.h:93:8: fatal error: no type named 'Reg64' in namespace 'Xbyak' -BROKEN_i386= https://github.com/MerryMage/dynarmic/issues/35 +ONLY_FOR_ARCHS= amd64 +ONLY_FOR_ARCHS_REASON= https://github.com/MerryMage/dynarmic/issues/35 USE_GITHUB= yes # XXX Switch to system Boost after ports/199601