From owner-svn-ports-head@freebsd.org Sat Apr 1 18:11:21 2017 Return-Path: Delivered-To: svn-ports-head@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 70DFED29E02; Sat, 1 Apr 2017 18:11:21 +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 42D2FD6C; Sat, 1 Apr 2017 18:11:21 +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 v31IBKvP000462; Sat, 1 Apr 2017 18:11:20 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v31IBKc7000461; Sat, 1 Apr 2017 18:11:20 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201704011811.v31IBKc7000461@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sat, 1 Apr 2017 18:11:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437453 - head/emulators/ppsspp X-SVN-Group: ports-head 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.23 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: Sat, 01 Apr 2017 18:11:21 -0000 Author: jbeich Date: Sat Apr 1 18:11:20 2017 New Revision: 437453 URL: https://svnweb.freebsd.org/changeset/ports/437453 Log: emulators/ppsspp: temporarily unblock build on aarch64 Modified: head/emulators/ppsspp/Makefile (contents, props changed) Modified: head/emulators/ppsspp/Makefile ============================================================================== --- head/emulators/ppsspp/Makefile Sat Apr 1 17:58:59 2017 (r437452) +++ head/emulators/ppsspp/Makefile Sat Apr 1 18:11:20 2017 (r437453) @@ -33,6 +33,9 @@ CONFLICTS_INSTALL= ${PORTNAME}-* # [QT5] c++: error: the clang compiler does not support '-march=armv7-a' # [SDL] SplineCommon.cpp:639:17: error: use of undeclared identifier 'AllocateAlignedMemory' BROKEN_aarch64= https://github.com/hrydgard/ppsspp/issues/9032 +.if ${MACHINE_ARCH} == aarch64 +TRYBROKEN= need logs for v1.4 +.endif USES= cmake:outsource compiler:c++11-lib localbase:ldflags pkgconfig EXCLUDE= libzip zlib