git: f2fb9253e8b4 - main - games/stuntrally: Mark BROKEN
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 18 Aug 2023 19:42:20 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=f2fb9253e8b4417e2504eda982217850eb280de8 commit f2fb9253e8b4417e2504eda982217850eb280de8 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-08-18 17:52:59 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-08-18 19:42:05 +0000 games/stuntrally: Mark BROKEN Fails to compile on all supported versions of FreeBSD with: member access into incomplete type 'Ogre::* Approved by: portmgr (blanket) Sponsored by: The FreeBSD Foundation --- games/stuntrally/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/games/stuntrally/Makefile b/games/stuntrally/Makefile index 69431e4fde13..c46dd68d4e72 100644 --- a/games/stuntrally/Makefile +++ b/games/stuntrally/Makefile @@ -10,6 +10,8 @@ WWW= https://stuntrally.tuxfamily.org/ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/License.txt +BROKEN= fails to compile: member access into incomplete type Ogre:: + LIB_DEPENDS= libboost_thread.so:devel/boost-libs USE_GITHUB= yes