svn commit: r385483 - head/security/gnutls
Bryan Drewery
bdrewery at FreeBSD.org
Tue May 5 19:03:01 UTC 2015
Author: bdrewery
Date: Tue May 5 19:03:00 2015
New Revision: 385483
URL: https://svnweb.freebsd.org/changeset/ports/385483
Log:
GnuTLS tries to use /usr/local/share/certs/ca-root-nss.crt. Instead of
maybe using it if it is already installed or if the P11KIT option is selected
(which depends on ca_root_nss), just always depend on ca_root_nss.
Reported by: Tatsuki Makino
Modified:
head/security/gnutls/Makefile
Modified: head/security/gnutls/Makefile
==============================================================================
--- head/security/gnutls/Makefile Tue May 5 19:00:05 2015 (r385482)
+++ head/security/gnutls/Makefile Tue May 5 19:03:00 2015 (r385483)
@@ -2,6 +2,7 @@
PORTNAME= gnutls
PORTVERSION= 3.2.21
+PORTREVISION= 1
CATEGORIES= security net
MASTER_SITES= GNUPG/gnutls/v3.2
@@ -15,6 +16,8 @@ LICENSE_FILE_LGPL21= ${WRKSRC}/COPYING.L
LIB_DEPENDS= libnettle.so:${PORTSDIR}/security/nettle \
libtasn1.so:${PORTSDIR}/security/libtasn1
+BUILD_DEPENDS+= ${LOCALBASE}/share/certs/ca-root-nss.crt:${PORTSDIR}/security/ca_root_nss
+RUN_DEPENDS+= ${LOCALBASE}/share/certs/ca-root-nss.crt:${PORTSDIR}/security/ca_root_nss
USES= cpe gmake iconv libtool makeinfo pathfix pkgconfig tar:xz
USE_LDCONFIG= yes
More information about the svn-ports-all
mailing list