Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 Aug 2023 19:42:20 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: f2fb9253e8b4 - main - games/stuntrally: Mark BROKEN
Message-ID:  <202308181942.37IJgKuc066912@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=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



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