summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorgdt <gdt@pkgsrc.org>2017-06-22 00:30:10 +0000
committergdt <gdt@pkgsrc.org>2017-06-22 00:30:10 +0000
commit70cf40ccd0c57abc4a04f807be2bcd2e93d5a6a1 (patch)
tree84d1f5f17693eb4fc54f095fd40bc0607c689fe5 /security
parentb55bb0cf42e9fbddb3a3338483d81b83382c571b (diff)
downloadpkgsrc-70cf40ccd0c57abc4a04f807be2bcd2e93d5a6a1.tar.gz
Add comment about multiple install locations
This package installs into either the builtin openssl or the pkgsrc one, depending on which is chosen. However, that's not obviously right (while also not obviously wrong). If there are two versions of of openssl, perhaps both should have certificates configured. Or perhaps not -- this simply adds a comment that the issue bears thinking about.
Diffstat (limited to 'security')
-rw-r--r--security/mozilla-rootcerts/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/security/mozilla-rootcerts/Makefile b/security/mozilla-rootcerts/Makefile
index 047781eb918..197e32758b7 100644
--- a/security/mozilla-rootcerts/Makefile
+++ b/security/mozilla-rootcerts/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2017/06/19 00:37:48 gdt Exp $
+# $NetBSD: Makefile,v 1.30 2017/06/22 00:30:10 gdt Exp $
DISTNAME= mozilla-rootcerts-1.0.${CERTDATA_DATE}
PKGREVISION= 5
@@ -21,7 +21,10 @@ CERTDATA= certdata-${CERTDATA_DATE}.txt
WRKSRC= ${WRKDIR}
DATADIR= ${PREFIX}/share/${PKGBASE}
-# Set paths depending on whether we depend on builtin or pkgsrc openssl.
+# Set paths depending on whether we depend on builtin or pkgsrc
+# openssl. \todo Arguably, we should consider installing into both
+# builtin and pkgsrc, if both exist, but this requires much more
+# thought.
CHECK_BUILTIN.openssl= yes
.include "../../security/openssl/builtin.mk"
CHECK_BUILTIN.openssl= no