From owner-svn-ports-all@freebsd.org Fri Apr 7 01:37:09 2017 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 8AB18D31E5F; Fri, 7 Apr 2017 01:37:09 +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 522FDC9B; Fri, 7 Apr 2017 01:37:09 +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 v371b8O0070466; Fri, 7 Apr 2017 01:37:08 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v371b8RP070465; Fri, 7 Apr 2017 01:37:08 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201704070137.v371b8RP070465@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Fri, 7 Apr 2017 01:37:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r437911 - branches/2017Q2/emulators/ppsspp X-SVN-Group: ports-branches 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, 07 Apr 2017 01:37:09 -0000 Author: jbeich Date: Fri Apr 7 01:37:08 2017 New Revision: 437911 URL: https://svnweb.freebsd.org/changeset/ports/437911 Log: MFH: r437910 emulators/ppsspp: don't enable EGL by default on arm ext/native/base/PCMain.cpp:75:10: fatal error: 'EGL/egl.h' file not found #include "EGL/egl.h" ^ 1 error generated. Reported by: pkg-fallout Approved by: ports-secteam blanket Modified: branches/2017Q2/emulators/ppsspp/Makefile Directory Properties: branches/2017Q2/ (props changed) Modified: branches/2017Q2/emulators/ppsspp/Makefile ============================================================================== --- branches/2017Q2/emulators/ppsspp/Makefile Fri Apr 7 01:34:22 2017 (r437910) +++ branches/2017Q2/emulators/ppsspp/Makefile Fri Apr 7 01:37:08 2017 (r437911) @@ -39,7 +39,7 @@ EXCLUDE= libzip zlib EXTRACT_AFTER_ARGS=${EXCLUDE:S,^,--exclude ,} USE_GL= gl glew glu USE_SDL= sdl2 # joystick -CMAKE_ARGS= -DUSE_SYSTEM_FFMPEG=on +CMAKE_ARGS= -DUSING_EGL=off -DUSE_SYSTEM_FFMPEG=on SUB_FILES= pkg-message PORTDATA= assets ${PORTNAME}