Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 1 Dec 2024 17:53:31 GMT
From:      Gerald Pfeifer <gerald@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 036f018f672d - main - games/shaaft: Deprecate port.
Message-ID:  <202412011753.4B1HrVse051831@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by gerald:

URL: https://cgit.FreeBSD.org/ports/commit/?id=036f018f672d3500d32c9488496911292a38f3c0

commit 036f018f672d3500d32c9488496911292a38f3c0
Author:     Gerald Pfeifer <gerald@FreeBSD.org>
AuthorDate: 2024-12-01 17:45:17 +0000
Commit:     Gerald Pfeifer <gerald@FreeBSD.org>
CommitDate: 2024-12-01 17:45:17 +0000

    games/shaaft: Deprecate port.
    
    This has been abandoned upstream a decade plus ago (nearly two),
    it resides in the attic of an attic (download only, not even a
    web page), does not build with clang (10+ years) and requires
    increasing contortions to build with GCC even. All that without
    proper maintenance on the FreeBSD, either.
    
    So deprecate with a generious expiration window (3 months).
    
    PR:             281233
---
 games/shaaft/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/games/shaaft/Makefile b/games/shaaft/Makefile
index 255b6f6aefb2..88eebaab8ac7 100644
--- a/games/shaaft/Makefile
+++ b/games/shaaft/Makefile
@@ -8,6 +8,9 @@ DISTNAME=	Shaaft-${PORTVERSION}
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	OpenGL 3D falling block game similar to Blockout
 
+DEPRECATED=	Unmaintained upstream for ages, breaks with modern toolchains
+EXPIRATION_DATE=2025-03-02
+
 LIB_DEPENDS=	libpng.so:graphics/png
 
 CONFLICTS=	criticalmass



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