From fb54be7065cbbfdf26f8bb4c7b5836769a200d6d Mon Sep 17 00:00:00 2001 From: Antoine Brodin Date: Wed, 3 Apr 2019 09:36:28 +0000 Subject: [PATCH] Mark BROKEN on FreeBSD 12 and 13 Reported by: pkg-fallout MFH: 2019Q2 --- www/blastbeat/Makefile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/www/blastbeat/Makefile b/www/blastbeat/Makefile index 1f00d9e8e399..a4c46e99095c 100644 --- a/www/blastbeat/Makefile +++ b/www/blastbeat/Makefile @@ -34,6 +34,11 @@ OPTIONS_DEFINE= EXAMPLES .include +.if ${SSL_DEFAULT} == base +BROKEN_FreeBSD_12= incomplete definition of type 'struct ssl_st' +BROKEN_FreeBSD_13= incomplete definition of type 'struct ssl_st' +.endif + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin ${MKDIR} ${STAGEDIR}${ETCDIR} && \