svn commit: r543882 - head/mail/postfix-current

Olli Hauer ohauer at FreeBSD.org
Fri Jul 31 20:40:47 UTC 2020


Author: ohauer
Date: Fri Jul 31 20:40:47 2020
New Revision: 543882
URL: https://svnweb.freebsd.org/changeset/ports/543882

Log:
  - allow build on FreeBSD 11 with openssl from ports [1]
  - remove TLS_USES = ssl, since USES = ssl already defined
  
  PR:		[1] 248364
  Reported by:	Gerard Seiber and Michael Grimm

Modified:
  head/mail/postfix-current/Makefile

Modified: head/mail/postfix-current/Makefile
==============================================================================
--- head/mail/postfix-current/Makefile	Fri Jul 31 20:17:08 2020	(r543881)
+++ head/mail/postfix-current/Makefile	Fri Jul 31 20:40:47 2020	(r543882)
@@ -58,8 +58,6 @@ PGSQL_USES=		pgsql
 SASLKMIT_LIB_DEPENDS=	libkrb5.so:security/krb5
 SASL_LIB_DEPENDS=	libsasl2.so:security/cyrus-sasl2
 SQLITE_USES=		sqlite
-TLS_USES=		ssl
-BROKEN_SSL=		openssl
 
 BLACKLISTD_DESC=	Enable blacklistd support (FreeBSD 11.0 and later only)
 CDB_DESC=	CDB maps lookups


More information about the svn-ports-all mailing list