git: 84732bed8e7f - main - devel/gearmand: Mark BROKEN, deprecate and set expiration date to 2024-04-30

From: Daniel Engberg <diizzy_at_FreeBSD.org>
Date: Sun, 17 Mar 2024 20:17:54 UTC
The branch main has been updated by diizzy:

URL: https://cgit.FreeBSD.org/ports/commit/?id=84732bed8e7f5c26ee53db7be5e51ef220478eea

commit 84732bed8e7f5c26ee53db7be5e51ef220478eea
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2024-03-17 20:12:24 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2024-03-17 20:16:58 +0000

    devel/gearmand: Mark BROKEN, deprecate and set expiration date to 2024-04-30
    
    * Unmaintained for years in tree
    * Outdated, current version was released in 2013 and unsupported upstream
    * Fails to build with boost 1.84.0
      configure: error: cannot find boost/program_options.hpp
    
    Reported by:    pkg-fallout
---
 devel/gearmand/Makefile | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/devel/gearmand/Makefile b/devel/gearmand/Makefile
index c68d4a02e79c..462cdf0decf2 100644
--- a/devel/gearmand/Makefile
+++ b/devel/gearmand/Makefile
@@ -8,6 +8,10 @@ MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Gearman C Server and Library
 WWW=		http://www.gearman.org/
 
+BROKEN=		Fails to build, configure: error: cannot find boost/program_options.hpp
+DEPRECATED=	Unmaintained for years, current version released in 2013 and upstream is still active
+EXPIRATION_DATE=2024-04-30
+
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}sphinx>=0,1:textproc/py-sphinx@${PY_FLAVOR}
 LIB_DEPENDS=	libboost_program_options.so:devel/boost-libs \
 		libevent.so:devel/libevent \