aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Engberg <diizzy@FreeBSD.org>2024-03-17 20:12:24 +0000
committerDaniel Engberg <diizzy@FreeBSD.org>2024-03-17 20:16:58 +0000
commit84732bed8e7f5c26ee53db7be5e51ef220478eea (patch)
tree0f137f16a9240bbfdde8337985e926c29424392c
parentad14bfb8a8bdd2b2cd1f00dbbf7930eaa303afa0 (diff)
downloadports-84732bed8e7f5c26ee53db7be5e51ef220478eea.tar.gz
ports-84732bed8e7f5c26ee53db7be5e51ef220478eea.zip
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
-rw-r--r--devel/gearmand/Makefile4
1 files changed, 4 insertions, 0 deletions
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 \