Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Apr 2021 14:22:51 GMT
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 706df2bbee6d - main - security/sslwrap: extend BROKENness to FreeBSD 14
Message-ID:  <202104271422.13REMphY034471@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by amdmi3:

URL: https://cgit.FreeBSD.org/ports/commit/?id=706df2bbee6d0101ce1387d18b6568b052a451b8

commit 706df2bbee6d0101ce1387d18b6568b052a451b8
Author:     Dmitry Marakasov <amdmi3@FreeBSD.org>
AuthorDate: 2021-04-27 14:17:19 +0000
Commit:     Dmitry Marakasov <amdmi3@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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202104271422.13REMphY034471>