[Bug 288660] mail/postfix: fix TLS logic in Makefile
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 04 Aug 2025 19:59:29 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=288660
Bug ID: 288660
Summary: mail/postfix: fix TLS logic in Makefile
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Some People
Priority: ---
Component: Individual Port(s)
Assignee: otis@FreeBSD.org
Reporter: marquis@roble.com
Flags: maintainer-feedback?(otis@FreeBSD.org)
Assignee: otis@FreeBSD.org
--- /usr/ports/mail/postfix/Makefile.ori 2025-08-03 06:52:43.812082000
-0700
+++ /usr/ports/mail/postfix/Makefile 2025-08-03 07:00:41.951973000 -0700
@@ -164,7 +164,7 @@
MAKEFILEFLAGS+= pie=yes CC="${CC}" OPT="${CFLAGS}"
-.if ${SSL_DEFAULT} == libressl
+.if defined(TLS) && ${SSL_DEFAULT} == libressl
BROKEN= error: OpenSSL-1.1.1 is the minimum supported version.
LibreSSL is not supported
.endif
--
You are receiving this mail because:
You are the assignee for the bug.