From 5bf372601cacaa4e842f3525967fd374e61ea082 Mon Sep 17 00:00:00 2001 From: Daniel Engberg Date: Sun, 15 Dec 2024 22:22:36 +0100 Subject: [PATCH] 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