summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFernando ApesteguĂ­a <fernape@FreeBSD.org>2021-04-20 08:59:02 +0200
committerFernando ApesteguĂ­a <fernape@FreeBSD.org>2021-04-20 16:11:07 +0200
commit143627392d41563295e20a41a23473f671b6135b (patch)
tree703997391e637e4479e8a2391a185a2d8f51aec6
parentlang/gcc9-devel: Update to the 20210409 snapshot of GCC 9.3.1 (diff)
devel/gearmand: Mark BROKEN on FreeBSD 12+
Outdated and doesn't build on 12+ References: https://portsfallout.com/fallout?port=devel%2Fgearmand$ PR: 255212 Reported by: daniel.engberg.lists@pyret.net MFH: 2021Q2
-rw-r--r--devel/gearmand/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/devel/gearmand/Makefile b/devel/gearmand/Makefile
index 7434e66d167a..22072fa6834d 100644
--- a/devel/gearmand/Makefile
+++ b/devel/gearmand/Makefile
@@ -9,6 +9,9 @@ MASTER_SITES= http://launchpad.net/gearmand/1.0/${PORTVERSION}/+download/
MAINTAINER= ports@FreeBSD.org
COMMENT= Gearman C Server and Library
+BROKEN_FreeBSD_12= error: use of undeclared identifier 'abi'
+BROKEN_FreeBSD_13= error: use of undeclared identifier 'abi'
+
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 \