Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 May 2024 14:51:50 GMT
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org
Subject:   git: 676b17418890 - 2024Q2 - games/openfodder: mark BROKEN on armv[67]
Message-ID:  <202405301451.44UEpooA063186@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch 2024Q2 has been updated by jbeich:

URL: https://cgit.FreeBSD.org/ports/commit/?id=676b174188905056cb1f69059579b63b00148e9d

commit 676b174188905056cb1f69059579b63b00148e9d
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2024-05-30 14:50:14 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2024-05-30 14:51:40 +0000

    games/openfodder: mark BROKEN on armv[67]
    
    In file included from Source/ScriptingEngine.cpp:24:
    In file included from ./Source/Utils/dukglue/dukglue.h:3:
    In file included from ./Source/Utils/dukglue/register_function.h:3:
    In file included from ./Source/Utils/dukglue/detail_function.h:3:
    In file included from ./Source/Utils/dukglue/detail_stack.h:6:
    In file included from ./Source/Utils/dukglue/detail_types.h:160:
    ./Source/Utils/dukglue/detail_primitive_types.h:52:3: error: redefinition of 'DukType<long long>'
                    DUKGLUE_SIMPLE_VALUE_TYPE(time_t, duk_is_number, duk_get_uint, duk_push_uint, value)
                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    ./Source/Utils/dukglue/detail_primitive_types.h:17:10: note: expanded from macro 'DUKGLUE_SIMPLE_VALUE_TYPE'
                    struct DukType<TYPE> { \
                           ^~~~~~~~~~~~~
    ./Source/Utils/dukglue/detail_primitive_types.h:46:3: note: previous definition is here
                    DUKGLUE_SIMPLE_VALUE_TYPE(int64_t, duk_is_number, duk_get_number, duk_push_number, value) // have to cast to double
                    ^
    ./Source/Utils/dukglue/detail_primitive_types.h:17:10: note: expanded from macro 'DUKGLUE_SIMPLE_VALUE_TYPE'
                    struct DukType<TYPE> { \
                           ^
    
    Reported by:    pkg-fallout
    
    (cherry picked from commit ca917fbf53d048edd527d7442a09ecb628a26ec8)
---
 games/openfodder/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/games/openfodder/Makefile b/games/openfodder/Makefile
index d45ca7f913ba..48c844c73d89 100644
--- a/games/openfodder/Makefile
+++ b/games/openfodder/Makefile
@@ -14,6 +14,9 @@ LICENSE_FILE_LGPL21+ =	${WRKSRC}/COPYING.LGPLv2.1.txt
 LICENSE_FILE_MIT=	${WRKSRC}/COPYING.MIT.txt
 LICENSE_FILE_ZLIB=	${WRKSRC}/COPYING.ZLIB.txt
 
+BROKEN_armv6=	https://github.com/OpenFodder/openfodder/issues/89
+BROKEN_armv7=	https://github.com/OpenFodder/openfodder/issues/89
+
 USES=		compiler:c++14-lang sdl
 USE_GITHUB=	yes
 USE_SDL=	mixer2



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