git: 706df2bbee6d - main - security/sslwrap: extend BROKENness to FreeBSD 14
Dmitry Marakasov
amdmi3 at FreeBSD.org
Tue Apr 27 14:22:52 UTC 2021
The branch main has been updated by amdmi3:
URL: https://cgit.FreeBSD.org/ports/commit/?id=706df2bbee6d0101ce1387d18b6568b052a451b8
commit 706df2bbee6d0101ce1387d18b6568b052a451b8
Author: Dmitry Marakasov <amdmi3 at FreeBSD.org>
AuthorDate: 2021-04-27 14:17:19 +0000
Commit: Dmitry Marakasov <amdmi3 at FreeBSD.org>
CommitDate: 2021-04-27 14:21:17 +0000
security/sslwrap: extend BROKENness to FreeBSD 14
---
security/sslwrap/Makefile | 1 +
1 file changed, 1 insertion(+)
diff --git a/security/sslwrap/Makefile b/security/sslwrap/Makefile
index e2ab22b6c8c7..d4cd9751ee5f 100644
--- a/security/sslwrap/Makefile
+++ b/security/sslwrap/Makefile
@@ -29,6 +29,7 @@ OPTIONS_DEFINE= DOCS
.if ${SSL_DEFAULT} == base
BROKEN_FreeBSD_12= incomplete definition of type 'struct dh_st'
BROKEN_FreeBSD_13= incomplete definition of type 'struct dh_st'
+BROKEN_FreeBSD_14= incomplete definition of type 'struct dh_st'
.endif
post-patch:
More information about the dev-commits-ports-all
mailing list