svn commit: r422682 - head/security/ca_root_nss

Mathieu Arnold mat at FreeBSD.org
Fri Sep 23 14:59:29 UTC 2016


Author: mat
Date: Fri Sep 23 14:59:28 2016
New Revision: 422682
URL: https://svnweb.freebsd.org/changeset/ports/422682

Log:
  This uses OpenSSL, use openssl from ports if available.
  
  Sponsored by:	Absolight

Modified:
  head/security/ca_root_nss/Makefile   (contents, props changed)

Modified: head/security/ca_root_nss/Makefile
==============================================================================
--- head/security/ca_root_nss/Makefile	Fri Sep 23 14:50:09 2016	(r422681)
+++ head/security/ca_root_nss/Makefile	Fri Sep 23 14:59:28 2016	(r422682)
@@ -19,7 +19,7 @@ OPTIONS_SUB=		yes
 ETCSYMLINK_DESC=	Add symlink to /etc/ssl/cert.pem
 ETCSYMLINK_CONFLICTS_INSTALL=	ca-roots-[0-9]*
 
-USES=		perl5
+USES=		perl5 ssl:build
 USE_PERL5=	build
 NO_ARCH=	yes
 NO_WRKSUBDIR=	yes
@@ -50,7 +50,8 @@ do-extract:
 	@${RM} -rf ${WRKDIR}/nss-${VERSION_NSS}
 
 do-build:	apply-slist
-	@${PERL} ${WRKDIR}/${BUNDLE_PROCESSOR} \
+	@${SETENV} PATH=${LOCALBASE}/bin:$${PATH} \
+		${PERL} ${WRKDIR}/${BUNDLE_PROCESSOR} \
 	    < ${WRKDIR}/certdata.txt > \
 	    ${WRKDIR}/ca-root-nss.crt
 


More information about the svn-ports-head mailing list