Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 May 2015 19:03:01 +0000 (UTC)
From:      Bryan Drewery <bdrewery@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r385483 - head/security/gnutls
Message-ID:  <201505051903.t45J31XP051718@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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