git: c65bf3ac6e12 - main - games/[irrlamb,stuntrally]: mark BROKEN after devel/bullet update (+)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 14 Dec 2021 18:07:15 UTC
The branch main has been updated by fluffy: URL: https://cgit.FreeBSD.org/ports/commit/?id=c65bf3ac6e1243658bdcf2ce573926e2ac461067 commit c65bf3ac6e1243658bdcf2ce573926e2ac461067 Author: Dima Panov <fluffy@FreeBSD.org> AuthorDate: 2021-12-14 18:02:00 +0000 Commit: Dima Panov <fluffy@FreeBSD.org> CommitDate: 2021-12-14 18:07:01 +0000 games/[irrlamb,stuntrally]: mark BROKEN after devel/bullet update (+) Abandonware, no activity Approved by: amdmi3 (maintainer, via IM) Sponsored by: Netzkommune GmbH --- games/irrlamb/Makefile | 2 ++ games/stuntrally/Makefile | 2 ++ 2 files changed, 4 insertions(+) diff --git a/games/irrlamb/Makefile b/games/irrlamb/Makefile index 372177077fe5..b1db2618d293 100644 --- a/games/irrlamb/Makefile +++ b/games/irrlamb/Makefile @@ -10,6 +10,8 @@ COMMENT= 3D physics-based puzzle game LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN= not build with Bullet3. + LIB_DEPENDS= libsqlite3.so:databases/sqlite3 \ libIrrlicht.so:x11-toolkits/irrlicht \ libvorbis.so:audio/libvorbis \ diff --git a/games/stuntrally/Makefile b/games/stuntrally/Makefile index 798dfe0f214e..f8342948ebe2 100644 --- a/games/stuntrally/Makefile +++ b/games/stuntrally/Makefile @@ -9,6 +9,8 @@ COMMENT= 3D racing game based on VDrift and OGRE with track editor LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/License.txt +BROKEN= not build with Bullet3. + LIB_DEPENDS= libboost_thread.so:devel/boost-libs USE_GITHUB= yes