Skip site navigation (1)Skip section navigation (2)



index | | raw e-mail

commit afd7ee6ddb30ded13a247da8d4811bd6c1b6488d
Author:     Ronald Klop <ronald@FreeBSD.org>
AuthorDate: 2026-04-22 19:01:12 +0000
Commit:     Ronald Klop <ronald@FreeBSD.org>
CommitDate: 2026-04-22 19:07:15 +0000

    games/kodi-addon-game.libretro: mark broken
    
    Does not build on any architecture or branch anymore for multiple months.
    
    First error:
    /wrkdirs/usr/ports/games/kodi-addon-game.libretro/work/game.libretro-2cb1ed77d3a31d73301447c60f600eaebccd2f07/src/libretro/LibretroEnvironment.cpp:216:17: error: no member named 'context_type' in 'game_stream_hw_framebuffer_properties'
      216 |         hw_info.context_type       = LibretroTranslator::GetHWContextType(typedData->context_type);
          |         ~~~~~~~ ^
    
    PR:     294242
    Reported-by:    https://portsfallout.com/fallout?port=games%2Fkodi-addon-game.libretro%24
    Approved-by:    maintainer timeout (rozhuk.im)
---
 games/kodi-addon-game.libretro/Makefile | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/games/kodi-addon-game.libretro/Makefile b/games/kodi-addon-game.libretro/Makefile
index 5c1af73c3929..7d356ec9503e 100644
--- a/games/kodi-addon-game.libretro/Makefile
+++ b/games/kodi-addon-game.libretro/Makefile
@@ -9,6 +9,10 @@ WWW=		https://github.com/kodi-game/game.libretro
 
 LICENSE=	GPLv2+
 
+DEPRECATED=	Failing to build for a long time.
+EXPIRATION_DATE=	2026-10-22
+BROKEN=		LibretroEnvironment.cpp:216:17: error: no member named 'context_type' in 'game_stream_hw_framebuffer_properties'
+
 LIB_DEPENDS=	libtinyxml.so:textproc/tinyxml
 
 USES=		cmake localbase compiler:c++14-lang kodi


home | help