Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Nov 2016 20:56:45 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r426134 - head/emulators/ppsspp
Message-ID:  <201611142056.uAEKujZp081082@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Mon Nov 14 20:56:45 2016
New Revision: 426134
URL: https://svnweb.freebsd.org/changeset/ports/426134

Log:
  emulators/ppsspp: link to upstream issue for BROKEN

Modified:
  head/emulators/ppsspp/Makefile   (contents, props changed)

Modified: head/emulators/ppsspp/Makefile
==============================================================================
--- head/emulators/ppsspp/Makefile	Mon Nov 14 19:13:39 2016	(r426133)
+++ head/emulators/ppsspp/Makefile	Mon Nov 14 20:56:45 2016	(r426134)
@@ -27,6 +27,11 @@ GH_TUPLE?=	hrydgard:${PORTNAME}-lang:cdf
 
 CONFLICTS_INSTALL=	${PORTNAME}-*
 
+# [QT4] FakeJit.cpp:42:37: error: no matching constructor for initialization of 'JitBlockCache'
+# [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
+
 USES=		compiler:c++11-lib localbase:ldflags pkgconfig
 EXCLUDE=	glew snappy libzip zlib
 EXTRACT_AFTER_ARGS=${EXCLUDE:S,^,--exclude ,}
@@ -58,8 +63,6 @@ SDL_BUILD_DEPENDS=	png>=1.6:graphics/png
 SDL_LIB_DEPENDS=	libpng.so:graphics/png
 SDL_VARS=	PORTDATA+="assets ${PORTNAME}"
 
-BROKEN_aarch64=		Fails to compile: error: use of undeclared identifier AllocateAlignedMemory
-
 post-patch:
 	@${REINPLACE_CMD} -e 's,/usr/share,${PREFIX}/share,' \
 		${WRKSRC}/UI/NativeApp.cpp



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201611142056.uAEKujZp081082>