From owner-svn-ports-head@freebsd.org Fri Sep 23 14:59:29 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B4D99BE50E8; Fri, 23 Sep 2016 14:59:29 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 842FD33B; Fri, 23 Sep 2016 14:59:29 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u8NExSHl004255; Fri, 23 Sep 2016 14:59:28 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u8NExSsZ004254; Fri, 23 Sep 2016 14:59:28 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201609231459.u8NExSsZ004254@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Fri, 23 Sep 2016 14:59:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r422682 - head/security/ca_root_nss X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Sep 2016 14:59:29 -0000 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