aboutsummaryrefslogtreecommitdiff
path: root/lang/erlang-riak
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2019-04-03 08:13:18 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2019-04-03 08:13:18 +0000
commit49b09935d82505238225ab986d8e7180eb905524 (patch)
tree883ad554b54e39bbe2ba4ea3376cebc46b91cb29 /lang/erlang-riak
parent7c0a87dcb93d02577e242d233a90e246476de6a8 (diff)
downloadports-49b09935d82505238225ab986d8e7180eb905524.tar.gz
ports-49b09935d82505238225ab986d8e7180eb905524.zip
Mark BROKEN on FreeBSD 12 and 13
Reported by: pkg-fallout MFH: 2019Q2
Notes
Notes: svn path=/head/; revision=497670
Diffstat (limited to 'lang/erlang-riak')
-rw-r--r--lang/erlang-riak/Makefile9
1 files changed, 8 insertions, 1 deletions
diff --git a/lang/erlang-riak/Makefile b/lang/erlang-riak/Makefile
index 48b906438667..2aaa1f090281 100644
--- a/lang/erlang-riak/Makefile
+++ b/lang/erlang-riak/Makefile
@@ -25,4 +25,11 @@ CONFIGURE_ARGS+=--with-ssl=/usr \
--enable-kernel-poll \
--enable-sctp
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${SSL_DEFAULT} == base
+BROKEN_FreeBSD_12= error: invalid application of 'sizeof' to an incomplete type 'HMAC_CTX' (aka 'struct hmac_ctx_st')
+BROKEN_FreeBSD_13= error: invalid application of 'sizeof' to an incomplete type 'HMAC_CTX' (aka 'struct hmac_ctx_st')
+.endif
+
+.include <bsd.port.post.mk>