From e5013a51dca45127edfa853ba8a1efba964a413e Mon Sep 17 00:00:00 2001 From: Dirk Meyer Date: Sat, 6 Jan 2024 00:22:08 +0100 Subject: [PATCH] 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 -.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}"