svn commit: r534845 - in head/mail/sendmail: . files

Dirk Meyer dinoex at FreeBSD.org
Sun May 10 11:33:41 UTC 2020


Author: dinoex
Date: Sun May 10 11:33:40 2020
New Revision: 534845
URL: https://svnweb.freebsd.org/changeset/ports/534845

Log:
  - enable _FFR_TLS_SE_OPTS
  246259
  PR:		246259
  Submitted by:	ruben at verweg.com

Modified:
  head/mail/sendmail/Makefile
  head/mail/sendmail/files/site.config.m4.tls

Modified: head/mail/sendmail/Makefile
==============================================================================
--- head/mail/sendmail/Makefile	Sun May 10 11:25:32 2020	(r534844)
+++ head/mail/sendmail/Makefile	Sun May 10 11:33:40 2020	(r534845)
@@ -2,7 +2,7 @@
 
 PORTNAME=	sendmail
 PORTVERSION=	8.15.2
-PORTREVISION=	22
+PORTREVISION=	23
 CATEGORIES=	mail
 MASTER_SITES=	ftp://ftp.sendmail.org/pub/sendmail/
 DISTNAME=	${PORTNAME}.${PORTVERSION}
@@ -67,7 +67,7 @@ SMTPUTF8_DESC=		Enable unicode address support
 
 TLS_USES=	ssl
 SASL_LIB_DEPENDS=	libsasl2.so:security/cyrus-sasl2
-SASLAUTHD_RUN_DEPENDS=	${LOCALBASE}/sbin/saslauthd:security/cyrus-sasl2-saslauthd
+SASLAUTHD_RUN_DEPENDS=	saslauthd:security/cyrus-sasl2-saslauthd
 LDAP_USE=	OPENLDAP=yes
 BDB_USES=	bdb
 GDBM_LIB_DEPENDS=	libgdbm.so:databases/gdbm

Modified: head/mail/sendmail/files/site.config.m4.tls
==============================================================================
--- head/mail/sendmail/files/site.config.m4.tls	Sun May 10 11:25:32 2020	(r534844)
+++ head/mail/sendmail/files/site.config.m4.tls	Sun May 10 11:33:40 2020	(r534845)
@@ -1,2 +1,2 @@
-APPENDDEF(`conf_sendmail_ENVDEF', `-DSTARTTLS -D_FFR_TLS_EC')
+APPENDDEF(`conf_sendmail_ENVDEF', `-DSTARTTLS -D_FFR_TLS_EC -D_FFR_TLS_SE_OPTS')
 APPENDDEF(`conf_sendmail_LIBS', `-lssl -lcrypto')


More information about the svn-ports-all mailing list