git: fd4bbc0814d3 - main - mail/sendmail: mark broken for libressl

From: Dirk Meyer <dinoex_at_FreeBSD.org>
Date: Thu, 10 Nov 2022 08:30:54 UTC
The branch main has been updated by dinoex:

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

commit fd4bbc0814d37b02930ab287ba79c5d54f9b1620
Author:     Dirk Meyer <dinoex@FreeBSD.org>
AuthorDate: 2022-11-10 08:29:40 +0000
Commit:     Dirk Meyer <dinoex@FreeBSD.org>
CommitDate: 2022-11-10 08:29:40 +0000

    mail/sendmail: mark broken for libressl
    
    PR: 267673
---
 mail/sendmail-devel/Makefile | 4 ++++
 mail/sendmail/Makefile       | 4 ++++
 2 files changed, 8 insertions(+)

diff --git a/mail/sendmail-devel/Makefile b/mail/sendmail-devel/Makefile
index 396386ff6c96..bd91e2065909 100644
--- a/mail/sendmail-devel/Makefile
+++ b/mail/sendmail-devel/Makefile
@@ -15,6 +15,10 @@ LICENSE_NAME=	Sendmail License
 LICENSE_FILE=	${WRKSRC}/LICENSE
 LICENSE_PERMS=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
 
+BROKEN_SSL=	libressl libressl-devel
+BROKEN_SSL_REASON_libressl=	fails to compile: unknown struct dh_st
+BROKEN_SSL_REASON_libressl-devel=	${BROKEN_SSL_REASON_libressl}
+
 CONFLICTS?=	courier-0.* postfix-1.* postfix-2.* smail-3.* zmailer-2.* opensmtpd
 
 USERS=		smmsp
diff --git a/mail/sendmail/Makefile b/mail/sendmail/Makefile
index 9417d3c2b2b2..8682ebf569a4 100644
--- a/mail/sendmail/Makefile
+++ b/mail/sendmail/Makefile
@@ -14,6 +14,10 @@ LICENSE_NAME=	Sendmail License
 LICENSE_FILE=	${WRKSRC}/LICENSE
 LICENSE_PERMS=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
 
+BROKEN_SSL=	libressl libressl-devel
+BROKEN_SSL_REASON_libressl=	fails to compile: unknown struct dh_st
+BROKEN_SSL_REASON_libressl-devel=	${BROKEN_SSL_REASON_libressl}
+
 CONFLICTS?=	courier-0.* postfix-1.* postfix-2.* smail-3.* zmailer-2.* opensmtpd
 
 USERS=		smmsp