Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 1 Jul 2023 08:44:17 GMT
From:      Daniel Engberg <diizzy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: daa76ce1ee32 - main - games/spring: Mark BROKEN on 13
Message-ID:  <202307010844.3618iHv8007924@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by diizzy:

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

commit daa76ce1ee32f97e177f758b39cf41af09ff1086
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2023-07-01 08:13:15 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2023-07-01 08:44:14 +0000

    games/spring: Mark BROKEN on 13
    
    Also fails with the same error on 13.2 as on 14
---
 games/spring/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/games/spring/Makefile b/games/spring/Makefile
index adf172419f4d..0e0b7e0f2756 100644
--- a/games/spring/Makefile
+++ b/games/spring/Makefile
@@ -21,6 +21,7 @@ LIB_DEPENDS=	libfreetype.so:print/freetype2 \
 		libjsoncpp.so:devel/jsoncpp
 BUILD_DEPENDS=	7zz:archivers/7-zip
 
+BROKEN_FreeBSD_13=	ld: error: undefined symbol: streflop_libm::__inline_isnanf(float)
 BROKEN_FreeBSD_14=	ld: error: undefined symbol: streflop_libm::__inline_isnanf(float)
 ONLY_FOR_ARCHS=		amd64
 ONLY_FOR_ARCHS_REASON=	relies on x86 floating-point math and amd64 atomic ops



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