Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 Apr 2021 14:15:54 GMT
From:      =?utf-8?B?RmVybmFuZG8gQXBlc3RlZ3XDrWE=?= <fernape@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org
Subject:   git: 37865a2ee904 - 2021Q2 - devel/gearmand: Mark BROKEN on FreeBSD 12+
Message-ID:  <202104201415.13KEFsSc012372@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch 2021Q2 has been updated by fernape:

URL: https://cgit.FreeBSD.org/ports/commit/?id=37865a2ee904fb84ecb68a337bf3a644e830965d

commit 37865a2ee904fb84ecb68a337bf3a644e830965d
Author:     Fernando ApesteguĂ­a <fernape@FreeBSD.org>
AuthorDate: 2021-04-20 06:59:02 +0000
Commit:     Fernando ApesteguĂ­a <fernape@FreeBSD.org>
CommitDate: 2021-04-20 14:12:15 +0000

    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
    
    (cherry picked from commit 143627392d41563295e20a41a23473f671b6135b)
---
 devel/gearmand/Makefile | 3 +++
 1 file changed, 3 insertions(+)

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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202104201415.13KEFsSc012372>