Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 29 Apr 2023 22:52:11 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: e96c9503d702 - main - games/spring: Mark BROKEN for 14
Message-ID:  <202304292252.33TMqBev076749@gitrepo.freebsd.org>

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

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

commit e96c9503d702a3871c150e2abc49f5dd1fd3404e
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-04-29 20:44:33 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-04-29 22:51:59 +0000

    games/spring: Mark BROKEN for 14
    
    Fails to build  with ld: error: undefined symbol:
    streflop_libm::__inline_isnanf(float)
    
    Approved by:    portmgr (blanket)
---
 games/spring/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/games/spring/Makefile b/games/spring/Makefile
index ac6fa91b038f..08b17761072c 100644
--- a/games/spring/Makefile
+++ b/games/spring/Makefile
@@ -22,6 +22,7 @@ LIB_DEPENDS=	libfreetype.so:print/freetype2 \
 BUILD_DEPENDS=	7zz:archivers/7-zip
 
 BROKEN_FreeBSD_12=	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?202304292252.33TMqBev076749>