svn commit: r526174 - head/mail/fetchmail
Matthias Andree
mandree at FreeBSD.org
Fri Feb 14 21:23:20 UTC 2020
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 at oldach.net>
Approved by: Corey Halpin <chalpin at 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}
More information about the svn-ports-head
mailing list