git: d1dfd0f64562 - main - devel/hadoop: extend BROKENness to FreeBSD 14
Dmitry Marakasov
amdmi3 at FreeBSD.org
Tue Apr 27 14:22:57 UTC 2021
The branch main has been updated by amdmi3:
URL: https://cgit.FreeBSD.org/ports/commit/?id=d1dfd0f645627e01725c427d2a86a7b316b6652f
commit d1dfd0f645627e01725c427d2a86a7b316b6652f
Author: Dmitry Marakasov <amdmi3 at FreeBSD.org>
AuthorDate: 2021-04-27 14:19:48 +0000
Commit: Dmitry Marakasov <amdmi3 at 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
More information about the dev-commits-ports-all
mailing list