git: e5013a51dca4 - main - mail/spamilter: set BROKEN for more openssl versions
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 08 Jan 2024 09:47:57 UTC
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}"