git: 56f2bb4780c4 - 2021Q2 - www/blastbeat: extend BROKEN to FreeBSD 14

Dmitry Marakasov amdmi3 at FreeBSD.org
Mon Apr 26 16:40:37 UTC 2021


The branch 2021Q2 has been updated by amdmi3:

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

commit 56f2bb4780c4c56589045d0153a8a806107758f7
Author:     Dmitry Marakasov <amdmi3 at FreeBSD.org>
AuthorDate: 2021-04-26 16:38:26 +0000
Commit:     Dmitry Marakasov <amdmi3 at FreeBSD.org>
CommitDate: 2021-04-26 16:38:36 +0000

    www/blastbeat: extend BROKEN to FreeBSD 14
---
 www/blastbeat/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/www/blastbeat/Makefile b/www/blastbeat/Makefile
index 1c983110f760..338d3e7c7470 100644
--- a/www/blastbeat/Makefile
+++ b/www/blastbeat/Makefile
@@ -36,6 +36,7 @@ OPTIONS_DEFINE=	EXAMPLES
 .if ${SSL_DEFAULT} == base
 BROKEN_FreeBSD_12=	incomplete definition of type 'struct ssl_st'
 BROKEN_FreeBSD_13=	incomplete definition of type 'struct ssl_st'
+BROKEN_FreeBSD_14=	incomplete definition of type 'struct ssl_st'
 .endif
 
 do-install:


More information about the dev-commits-ports-all mailing list