Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 8 Jan 2024 09:47:57 GMT
From:      Dirk Meyer <dinoex@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: e5013a51dca4 - main - mail/spamilter: set BROKEN for more openssl versions
Message-ID:  <202401080947.4089lvb4029209@gitrepo.freebsd.org>

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

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

commit e5013a51dca45127edfa853ba8a1efba964a413e
Author:     Dirk Meyer <dinoex@FreeBSD.org>
AuthorDate: 2024-01-05 23:22:08 +0000
Commit:     Dirk Meyer <dinoex@FreeBSD.org>
CommitDate: 2024-01-08 09:47:51 +0000

    mail/spamilter: set BROKEN for more openssl versions
---
 mail/spamilter/Makefile | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/mail/spamilter/Makefile b/mail/spamilter/Makefile
index 37c3595b607f..cd9a6bc06e04 100644
--- a/mail/spamilter/Makefile
+++ b/mail/spamilter/Makefile
@@ -43,13 +43,11 @@ LIBSPF_CFLAGS=		-I${LOCALBASE}/include
 LIBSPF_LDFLAGS=		-L${LOCALBASE}/lib
 IPFWMTAD_PLIST_FILES=	bin/ipfwmtad
 IPFWMTAD_USES=	ssl
+BROKEN_SSL=	base openssl openssl31 openssl32 openssl33
+BROKEN_SSL_REASON=	Option IPFWMTAD requires OpenSSL 1.1.1
 
 .include <bsd.port.options.mk>
 
-.if ${PORT_OPTIONS:MIPFWMTAD}
-BROKEN_FreeBSD_13=	option IPFWMTAD needs old openssl
-.endif
-
 .include "${PORTSDIR}/mail/sendmail/bsd.milter.mk"
 
 CONFIGURE_ARGS+=	--sendmail-dir "${MILTERBASE}"



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