aboutsummaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorDima Panov <fluffy@FreeBSD.org>2018-12-22 03:21:16 +0000
committerDima Panov <fluffy@FreeBSD.org>2018-12-22 03:21:16 +0000
commite834d6e9a90ec1f476a4087238566f52cd693b65 (patch)
treeb03a7966fd285d7fe60b49e6b869a1f27badce6c /mail
parent2570d378ae82d50a74a917a6c34861e5228fc018 (diff)
downloadports-e834d6e9a90ec1f476a4087238566f52cd693b65.tar.gz
ports-e834d6e9a90ec1f476a4087238566f52cd693b65.zip
Notes
Diffstat (limited to 'mail')
-rw-r--r--mail/opensmtpd-devel/Makefile6
-rw-r--r--mail/opensmtpd/Makefile4
2 files changed, 7 insertions, 3 deletions
diff --git a/mail/opensmtpd-devel/Makefile b/mail/opensmtpd-devel/Makefile
index 66a21341bd69..197de18fd8d8 100644
--- a/mail/opensmtpd-devel/Makefile
+++ b/mail/opensmtpd-devel/Makefile
@@ -62,8 +62,10 @@ CONFIGURE_ARGS+= --with-libasr=${LOCALBASE} \
.include <bsd.port.pre.mk>
-.if ${OPSYS} == FreeBSD && ${OSVERSION} > 1200084
-BROKEN= Incompatible with Openssl 1.1.x yet
+.if ${OPSYS} == FreeBSD && \
+ ((${OSVERSION} > 1200084 && ${SSL_DEFAULT} == "base") || \
+ (${SSL_DEFAULT} == "openssl111"))
+OBBROKEN= Incompatible with Openssl 1.1.x yet
.endif
post-patch:
diff --git a/mail/opensmtpd/Makefile b/mail/opensmtpd/Makefile
index dcdc3c793379..e7263cff8f4c 100644
--- a/mail/opensmtpd/Makefile
+++ b/mail/opensmtpd/Makefile
@@ -60,7 +60,9 @@ CONFIGURE_ARGS+= --with-libasr=${LOCALBASE} \
.include <bsd.port.pre.mk>
-.if ${OPSYS} == FreeBSD && ${OSVERSION} > 1200084
+.if ${OPSYS} == FreeBSD && \
+ ((${OSVERSION} > 1200084 && ${SSL_DEFAULT} == "base") || \
+ (${SSL_DEFAULT} == "openssl111"))
BROKEN= Incompatible with Openssl 1.1.x yet
.endif