Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Feb 2020 21:23:19 +0000 (UTC)
From:      Matthias Andree <mandree@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r526174 - head/mail/fetchmail
Message-ID:  <202002142123.01ELNJZP000666@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mandree
Date: Fri Feb 14 21:23:19 2020
New Revision: 526174
URL: https://svnweb.freebsd.org/changeset/ports/526174

Log:
  mail/fetchmail: update for new caroot infrastructure in base
  
  PR:		243613
  Submitted by:	Helge Oldach <freebsd@oldach.net>
  Approved by:	Corey Halpin <chalpin@cs.wisc.edu> (maintainer)

Modified:
  head/mail/fetchmail/Makefile

Modified: head/mail/fetchmail/Makefile
==============================================================================
--- head/mail/fetchmail/Makefile	Fri Feb 14 21:18:48 2020	(r526173)
+++ head/mail/fetchmail/Makefile	Fri Feb 14 21:23:19 2020	(r526174)
@@ -14,7 +14,7 @@ LICENSE=	GPLv2 LGPL21
 LICENSE_COMB=	dual
 
 .if empty(MASTERDIR)
-RUN_DEPENDS=	${LOCALBASE}/share/certs/ca-root-nss.crt:security/ca_root_nss
+CA_BUNDLE_RUN_DEPENDS=	${LOCALBASE}/share/certs/ca-root-nss.crt:security/ca_root_nss
 
 USES=		cpe gmake tar:xz ssl
 
@@ -36,11 +36,13 @@ CONFIGURE_ARGS=	--enable-opie --enable-RPA --enable-SD
 # for instance, libcom_err.so on GSSAPI_NONE builds:
 LDFLAGS+=	-L${LOCALBASE}/lib -Wl,--as-needed
 
-OPTIONS_DEFINE=	NLS DOCS
+OPTIONS_DEFINE=	CA_BUNDLE NLS DOCS
 OPTIONS_SINGLE=	GSSAPI
 OPTIONS_SINGLE_GSSAPI=	GSSAPI_BASE GSSAPI_HEIMDAL GSSAPI_MIT GSSAPI_NONE
-OPTIONS_DEFAULT=	GSSAPI_BASE
+OPTIONS_DEFAULT=	CA_BUNDLE GSSAPI_BASE
 OPTIONS_SUB=	yes
+
+CA_BUNDLE_DESC=		Install CA bundle for OpenSSL
 
 GSSAPI_BASE_USES=	gssapi
 GSSAPI_BASE_CONFIGURE_ON=	--with-gssapi=${GSSAPIBASEDIR} ${GSSAPI_CONFIGURE_ARGS}



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