Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Apr 2021 14:22:56 GMT
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: d1dfd0f64562 - main - devel/hadoop: extend BROKENness to FreeBSD 14
Message-ID:  <202104271422.13REMu9Y034561@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by amdmi3:

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

commit d1dfd0f645627e01725c427d2a86a7b316b6652f
Author:     Dmitry Marakasov <amdmi3@FreeBSD.org>
AuthorDate: 2021-04-27 14:19:48 +0000
Commit:     Dmitry Marakasov <amdmi3@FreeBSD.org>
CommitDate: 2021-04-27 14:21:18 +0000

    devel/hadoop: extend BROKENness to FreeBSD 14
---
 devel/hadoop/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/devel/hadoop/Makefile b/devel/hadoop/Makefile
index 07f1b2419aa5..f69eb6132178 100644
--- a/devel/hadoop/Makefile
+++ b/devel/hadoop/Makefile
@@ -84,6 +84,7 @@ ALL_TARGET=	compile-core-native compile-c++ compile-c++-libhdfs compile-c++-pipe
 .if ${SSL_DEFAULT} == base
 BROKEN_FreeBSD_12=	variable has incomplete type 'HMAC_CTX' (aka 'hmac_ctx_st')
 BROKEN_FreeBSD_13=	variable has incomplete type 'HMAC_CTX' (aka 'hmac_ctx_st')
+BROKEN_FreeBSD_14=	variable has incomplete type 'HMAC_CTX' (aka 'hmac_ctx_st')
 .endif
 
 # The ssl.mk helper can augment MAKE_ARGS and break the build.  Filter out



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