git: b50f873a8318 - main - games/palomino: Mark BROKEN, deprecate and set expiration date to 2024-08-21
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 24 Jul 2024 19:06:47 UTC
The branch main has been updated by diizzy: URL: https://cgit.FreeBSD.org/ports/commit/?id=b50f873a83189b2f5a8b805c0d0af49912256945 commit b50f873a83189b2f5a8b805c0d0af49912256945 Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2024-07-21 21:27:20 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2024-07-24 19:06:37 +0000 games/palomino: Mark BROKEN, deprecate and set expiration date to 2024-08-21 Abandonware and fails to build on current versions of FreeBSD Reported by: pkg-fallout --- games/palomino/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/games/palomino/Makefile b/games/palomino/Makefile index 246e624ba584..e806426174c8 100644 --- a/games/palomino/Makefile +++ b/games/palomino/Makefile @@ -15,7 +15,9 @@ WWW= https://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' +BROKEN= fails to compile: no matching function for call to 'make_pair' +DEPRECATED= Abandonware, unmaintained and fails to build +EXPIRATION_DATE=2024-08-21 LIB_DEPENDS= libosg.so:graphics/osg34