Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 15 Dec 2024 21:38:35 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: 5bf372601cac - main - databases/xtrabackup81: Mark BROKEN, deprecate and set expiration date to 2025-01-31
Message-ID:  <202412152138.4BFLcZpK030848@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=5bf372601cacaa4e842f3525967fd374e61ea082

commit 5bf372601cacaa4e842f3525967fd374e61ea082
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2024-12-15 21:22:36 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2024-12-15 21:38:29 +0000

    databases/xtrabackup81: Mark BROKEN, deprecate and set expiration date to 2025-01-31
    
    Fails to build, "error: integer value -1 is outside the valid range of values [0, 3] for the enumeration type"
    Deprecate as its unsupported and point users to databases/xtrabackup84
    
    Reference:
    https://www.percona.com/services/policies/percona-software-support-lifecycle
    
    PR:             283058
    Approved by:    portmgr (maintainer timeout, 2+ weeks)
---
 databases/xtrabackup81/Makefile | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/databases/xtrabackup81/Makefile b/databases/xtrabackup81/Makefile
index e58b5e22eead..09f0a250fbf5 100644
--- a/databases/xtrabackup81/Makefile
+++ b/databases/xtrabackup81/Makefile
@@ -15,6 +15,10 @@ WWW=		https://www.percona.com/doc/percona-xtrabackup/
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN=		Fails to build, error: integer value -1 is outside the valid range of values [0, 3] for the enumeration type
+DEPRECATED=	Unsupported upstream, consider migrating to databases/xtrabackup84
+EXPIRATION_DATE=2025-01-31
+
 BUILD_DEPENDS=	protobuf>=3.0:devel/protobuf \
 		rapidjson>=1.1.0:devel/rapidjson \
 		libevent>=2.1:devel/libevent



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