Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Jul 2024 19:06:47 GMT
From:      Daniel Engberg <diizzy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: b50f873a8318 - main - games/palomino: Mark BROKEN, deprecate and set expiration date to 2024-08-21
Message-ID:  <202407241906.46OJ6l8E044524@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



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