From owner-svn-ports-all@freebsd.org Fri Sep 13 20:45:37 2019 Return-Path: Delivered-To: svn-ports-all@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 80787D2D35; Fri, 13 Sep 2019 20:45:37 +0000 (UTC) (envelope-from amdmi3@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) server-signature RSA-PSS (4096 bits) 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 46VSMP2szcz46cd; Fri, 13 Sep 2019 20:45:37 +0000 (UTC) (envelope-from amdmi3@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 45F73D082; Fri, 13 Sep 2019 20:45:37 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x8DKjb33043127; Fri, 13 Sep 2019 20:45:37 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x8DKjaaZ043125; Fri, 13 Sep 2019 20:45:36 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201909132045.x8DKjaaZ043125@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 13 Sep 2019 20:45:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r511989 - in branches/2019Q3/games/supertuxkart: . files X-SVN-Group: ports-branches X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: in branches/2019Q3/games/supertuxkart: . files X-SVN-Commit-Revision: 511989 X-SVN-Commit-Repository: ports 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.29 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, 13 Sep 2019 20:45:37 -0000 Author: amdmi3 Date: Fri Sep 13 20:45:36 2019 New Revision: 511989 URL: https://svnweb.freebsd.org/changeset/ports/511989 Log: MFH: r511988 - Fix build on powerpc64 PR: 240554 Submitted by: pkubaj@FreeBSD.org Approved by: ports-secteam (with hat) Added: branches/2019Q3/games/supertuxkart/files/patch-lib_angelscript_source_as__config.h - copied unchanged from r511988, head/games/supertuxkart/files/patch-lib_angelscript_source_as__config.h Modified: branches/2019Q3/games/supertuxkart/Makefile Directory Properties: branches/2019Q3/ (props changed) Modified: branches/2019Q3/games/supertuxkart/Makefile ============================================================================== --- branches/2019Q3/games/supertuxkart/Makefile Fri Sep 13 20:44:48 2019 (r511988) +++ branches/2019Q3/games/supertuxkart/Makefile Fri Sep 13 20:45:36 2019 (r511989) @@ -27,7 +27,6 @@ BROKEN_armv7= invokes x86 assembler BROKEN_mips= invokes x86 assembler BROKEN_mips64= invokes x86 assembler BROKEN_sparc64= invokes x86 assembler -BROKEN_powerpc64= invokes x86 assembler BROKEN_i386= does not build (error: this directive must appear between .cfi_startproc and .cfi_endproc directives) USES= alias cmake compiler:c++11-lib gettext gl \ Copied: branches/2019Q3/games/supertuxkart/files/patch-lib_angelscript_source_as__config.h (from r511988, head/games/supertuxkart/files/patch-lib_angelscript_source_as__config.h) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2019Q3/games/supertuxkart/files/patch-lib_angelscript_source_as__config.h Fri Sep 13 20:45:36 2019 (r511989, copy of r511988, head/games/supertuxkart/files/patch-lib_angelscript_source_as__config.h) @@ -0,0 +1,12 @@ +--- lib/angelscript/source/as_config.h.orig 2019-04-20 16:40:12 UTC ++++ lib/angelscript/source/as_config.h +@@ -953,7 +953,9 @@ + #define COMPLEX_RETURN_MASK (asOBJ_APP_CLASS_DESTRUCTOR | asOBJ_APP_CLASS_COPY_CONSTRUCTOR | asOBJ_APP_ARRAY) + #define THISCALL_PASS_OBJECT_POINTER_ON_THE_STACK + #define AS_X86 ++ #elif defined(__powerpc64__) ++ #define AS_MAX_PORTABILITY + #elif defined(__LP64__) + #define AS_X64_GCC + #define HAS_128_BIT_PRIMITIVES + #define SPLIT_OBJS_BY_MEMBER_TYPES