git: 66af94c3767f - main - net/glusterfs: Mark BROKEN, deprecate and set expiration date to 2025-01-31
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 14 Dec 2024 10:47:21 UTC
The branch main has been updated by diizzy: URL: https://cgit.FreeBSD.org/ports/commit/?id=66af94c3767ffc151fd1e0d0db220cb253e51737 commit 66af94c3767ffc151fd1e0d0db220cb253e51737 Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2024-12-14 08:39:43 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2024-12-14 10:47:12 +0000 net/glusterfs: Mark BROKEN, deprecate and set expiration date to 2025-01-31 * Broken for months * Outdated and unsupported upstream, current version in tree was released in 2021 while upstream is still active and is at 10.x * Additionally there are plist issues Reported by: pkg-fallout Approved by: portmgr (blanket) --- net/glusterfs/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/net/glusterfs/Makefile b/net/glusterfs/Makefile index dd32688208c7..e9cd04424e2a 100644 --- a/net/glusterfs/Makefile +++ b/net/glusterfs/Makefile @@ -13,7 +13,10 @@ LICENSE_COMB= dual LICENSE_FILE_GPLv2= ${WRKSRC}/COPYING-GPLV2 LICENSE_FILE_LGPL3+ = ${WRKSRC}/COPYING-LGPLV3 -BROKEN_SSL= libressl +BROKEN= Fails to build, ld: error: version script assignment of 'global' to symbol 'client_dump' failed: symbol not defined +DEPRECATE= Outdated and unsupported upstream, current version in tree was released in 2021 while upstream is still active and is at 10.x +EXPIRATION_DATE=2025-01-31 +#BROKEN_SSL= libressl BUILD_DEPENDS= bash:shells/bash RUN_DEPENDS= bash:shells/bash