git: 1b42793aba21 - main - games/palomino: Mark BROKEN on 14
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 18 Aug 2023 02:57:21 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=1b42793aba21034eaf6666ff4ccf67411a470893 commit 1b42793aba21034eaf6666ff4ccf67411a470893 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-08-18 02:21:58 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-08-18 02:57:10 +0000 games/palomino: Mark BROKEN on 14 - Fails to compile with: error: no matching function for call to 'make_pair' Tried to build with llvm14 and llvm without any result - Pet portclippy Sponsored by: The FreeBSD Foundation --- games/palomino/Makefile | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/games/palomino/Makefile b/games/palomino/Makefile index 8e718d1a16bc..9309b6c6c670 100644 --- a/games/palomino/Makefile +++ b/games/palomino/Makefile @@ -15,6 +15,7 @@ WWW= http://www.palomino3d.org/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE_GNU_GPL_2.txt +BROKEN_FreeBSD_14= fails to compile: no matching function for call to 'make_pair' LIB_DEPENDS= libosg.so:graphics/osg34 @@ -22,29 +23,30 @@ USES= alias compiler:c++11-lang cmake:insource,noninja gl lua:51 tar:xz USE_CXXSTD= gnu++98 USE_GL= gl glu -MISC_VER= 20091027 -MODELS_VER= 20090615 -SOUNDS_VER= 20080704 -TERRAIN_VER= 20080206 +DESKTOP_ENTRIES= "Palomino" "" "${PORTNAME}" \ + "${PORTNAME}" "Game;ArcadeGame;" "" WRKSRC= ${WRKDIR}/${PORTNAME} PORTDOCS= * -DESKTOP_ENTRIES= "Palomino" "" "${PORTNAME}" \ - "${PORTNAME}" "Game;ArcadeGame;" "" - OPTIONS_DEFINE= DOCS GUI PLIB SDL OPTIONS_DEFAULT=GUI SDL OPTIONS_SUB= yes -PLIB_DESC= Enable sound support through plib -PLIB_BUILD_DEPENDS= ${LOCALBASE}/lib/libplibsl.a:x11-toolkits/plib GUI_DESC= Enable FLTK GUI +PLIB_DESC= Enable sound support through plib + GUI_LIB_DEPENDS= libfltk.so:x11-toolkits/fltk +PLIB_BUILD_DEPENDS= ${LOCALBASE}/lib/libplibsl.a:x11-toolkits/plib SDL_USES= sdl SDL_USE= SDL=sdl,mixer +MISC_VER= 20091027 +MODELS_VER= 20090615 +SOUNDS_VER= 20080704 +TERRAIN_VER= 20080206 + post-patch: @${FIND} ${WRKSRC}/CMakeModules -type f -print0 | ${XARGS} -0 \ ${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g'