From owner-svn-ports-head@freebsd.org Tue Sep 26 22:31:49 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 40396E23F51; Tue, 26 Sep 2017 22:31:49 +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 0EF197D8BA; Tue, 26 Sep 2017 22:31:48 +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 v8QMVmUI087903; Tue, 26 Sep 2017 22:31:48 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8QMVmeY087902; Tue, 26 Sep 2017 22:31:48 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201709262231.v8QMVmeY087902@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Tue, 26 Sep 2017 22:31:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450700 - head/emulators/mame/files X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: head/emulators/mame/files X-SVN-Commit-Revision: 450700 X-SVN-Commit-Repository: ports 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: Tue, 26 Sep 2017 22:31:49 -0000 Author: jbeich Date: Tue Sep 26 22:31:48 2017 New Revision: 450700 URL: https://svnweb.freebsd.org/changeset/ports/450700 Log: emulators/{mame,mess}: unbreak after r450461 ../../../../../src/osd/modules/render/drawbgfx.c:174:8: error: no member named 'sdlSetWindow' in namespace 'bgfx' bgfx::sdlSetWindow(window().sdl_window()); ~~~~~~^ Reported by: pkg-fallout Added: head/emulators/mame/files/patch-3rdparty_bgfx_include_bgfxplatform.h (contents, props changed) Added: head/emulators/mame/files/patch-3rdparty_bgfx_include_bgfxplatform.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/emulators/mame/files/patch-3rdparty_bgfx_include_bgfxplatform.h Tue Sep 26 22:31:48 2017 (r450700) @@ -0,0 +1,13 @@ +Catch up with https://hg.libsdl.org/SDL/rev/d11daa346140 + +--- 3rdparty/bgfx/include/bgfxplatform.h.orig 2015-09-30 06:29:01 UTC ++++ 3rdparty/bgfx/include/bgfxplatform.h +@@ -186,7 +186,7 @@ namespace bgfx + + #endif // BX_PLATFORM_ + +-#if defined(_SDL_syswm_h) ++#if defined(_SDL_syswm_h) || defined(SDL_syswm_h_) + // If SDL_syswm.h is included before bgfxplatform.h we can enable SDL window + // interop convenience code. +