Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 May 2016 12:56:35 +0000 (UTC)
From:      Bernard Spil <brnrd@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r415890 - head/mail/opensmtpd
Message-ID:  <201605261256.u4QCuZTD039933@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: brnrd
Date: Thu May 26 12:56:35 2016
New Revision: 415890
URL: https://svnweb.freebsd.org/changeset/ports/415890

Log:
  mail/opensmtpd: Fix SSL and CA problems
  
    - Change with-ssl to with-ssllib
    - Change with-ca-file to with-path-CAfile
    - Remove broken for libasr-devel
  
  PR:		208991
  Submitted by:	fluffy
  Approved by:	maintainer (implicit)

Modified:
  head/mail/opensmtpd/Makefile

Modified: head/mail/opensmtpd/Makefile
==============================================================================
--- head/mail/opensmtpd/Makefile	Thu May 26 12:32:37 2016	(r415889)
+++ head/mail/opensmtpd/Makefile	Thu May 26 12:56:35 2016	(r415890)
@@ -42,12 +42,11 @@ GROUPS=		_smtpd _smtpq
 
 OPTIONS_SUB=	yes
 
-CA_BUNDLE_CONFIGURE_WITH=	ca-file=${LOCALBASE}/share/certs/ca-root-nss.crt
+CA_BUNDLE_CONFIGURE_WITH=	path-CAfile=${LOCALBASE}/share/certs/ca-root-nss.crt
 CA_BUNDLE_RUN_DEPENDS=	${LOCALBASE}/share/certs/ca-root-nss.crt:security/ca_root_nss
 
 LIBASRDEVEL_LIB_DEPENDS_OFF=	libasr.so:dns/libasr
 LIBASRDEVEL_LIB_DEPENDS=	libasr.so:dns/libasr-devel
-LIBASRDEVEL_BROKEN=		incompatible with libasr-devel
 
 PAM_CONFIGURE_WITH=	auth-pam=smtpd
 SSL_PORT_VARS=		with_openssl_port=yes
@@ -63,7 +62,7 @@ WITH_OPENSSL_PORT=	yes
 
 CONFIGURE_ARGS+=	--with-libasr=${LOCALBASE} \
 			--with-libevent=${LOCALBASE} \
-			--with-ssl=${OPENSSLBASE} \
+			--with-libssl=${OPENSSLBASE} \
 			--sysconfdir=${PREFIX}/etc/mail/
 
 post-patch:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201605261256.u4QCuZTD039933>