From owner-svn-ports-branches@freebsd.org Tue Aug 25 11:39:51 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id C56B33C7C29; Tue, 25 Aug 2020 11:39:51 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BbRqW4pyVz4G0k; Tue, 25 Aug 2020 11:39:51 +0000 (UTC) (envelope-from pkubaj@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 887ED29215; Tue, 25 Aug 2020 11:39:51 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 07PBdpbp084767; Tue, 25 Aug 2020 11:39:51 GMT (envelope-from pkubaj@FreeBSD.org) Received: (from pkubaj@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 07PBdpwL084765; Tue, 25 Aug 2020 11:39:51 GMT (envelope-from pkubaj@FreeBSD.org) Message-Id: <202008251139.07PBdpwL084765@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pkubaj set sender to pkubaj@FreeBSD.org using -f From: Piotr Kubaj Date: Tue, 25 Aug 2020 11:39:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r546156 - branches/2020Q3/games/libretro-uae/files X-SVN-Group: ports-branches X-SVN-Commit-Author: pkubaj X-SVN-Commit-Paths: branches/2020Q3/games/libretro-uae/files X-SVN-Commit-Revision: 546156 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Aug 2020 11:39:51 -0000 Author: pkubaj Date: Tue Aug 25 11:39:50 2020 New Revision: 546156 URL: https://svnweb.freebsd.org/changeset/ports/546156 Log: MFH: r546155 games/libretro-uae: fix build on powerpc* ifdef powerpc needs to be added to prevent compiling code with bad assembly. Approved by: portmgr (fix build blanket) Added: branches/2020Q3/games/libretro-uae/files/patch-sources_src_machdep_m68kops.h - copied unchanged from r546155, head/games/libretro-uae/files/patch-sources_src_machdep_m68kops.h branches/2020Q3/games/libretro-uae/files/patch-sources_src_machdep_maccess.h - copied unchanged from r546155, head/games/libretro-uae/files/patch-sources_src_machdep_maccess.h Modified: Directory Properties: branches/2020Q3/ (props changed) Copied: branches/2020Q3/games/libretro-uae/files/patch-sources_src_machdep_m68kops.h (from r546155, head/games/libretro-uae/files/patch-sources_src_machdep_m68kops.h) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2020Q3/games/libretro-uae/files/patch-sources_src_machdep_m68kops.h Tue Aug 25 11:39:50 2020 (r546156, copy of r546155, head/games/libretro-uae/files/patch-sources_src_machdep_m68kops.h) @@ -0,0 +1,11 @@ +--- sources/src/machdep/m68kops.h.orig 2020-08-25 11:26:10 UTC ++++ sources/src/machdep/m68kops.h +@@ -11,7 +11,7 @@ + + #ifndef ANDROID + +-#if defined(__CELLOS_LV2__) || defined(_WIN32) || defined(__x86_64__) || defined(ARM) || defined(WIIU) ++#if defined(__CELLOS_LV2__) || defined(_WIN32) || defined(__x86_64__) || defined(ARM) || defined(WIIU) || defined(__powerpc__) + + #ifdef WIIU + #define FLAGBIT_N 31 Copied: branches/2020Q3/games/libretro-uae/files/patch-sources_src_machdep_maccess.h (from r546155, head/games/libretro-uae/files/patch-sources_src_machdep_maccess.h) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2020Q3/games/libretro-uae/files/patch-sources_src_machdep_maccess.h Tue Aug 25 11:39:50 2020 (r546156, copy of r546155, head/games/libretro-uae/files/patch-sources_src_machdep_maccess.h) @@ -0,0 +1,11 @@ +--- sources/src/machdep/maccess.h.orig 2020-08-25 11:25:48 UTC ++++ sources/src/machdep/maccess.h +@@ -6,7 +6,7 @@ + * Copyright 1996 Bernd Schmidt + */ + +-#if defined(__CELLOS_LV2__) || defined(WIIU) ++#if defined(__CELLOS_LV2__) || defined(WIIU) || defined(__powerpc__) + + STATIC_INLINE uae_u32 do_get_mem_long (uae_u32 *a) + {