ocaml-findlib-1.8.0nb2: copying /usr/pkg/share/examples/ocaml-findlib/ocamlfind.conf to /usr/pkg/etc/ocamlfind.conf ocaml-opam-file-format-2.0.0_beta3nb4: adding opam-file-format to /usr/pkg/lib/ocaml/ld.conf libffi-3.2.1nb4: registering info file /usr/pkg/info/libffi.info ocaml-jbuilder-1.0_beta20nb1: adding jbuilder to /usr/pkg/lib/ocaml/ld.conf ocaml-jbuilder-1.0_beta20nb1: adding stublibs to /usr/pkg/lib/ocaml/ld.conf pkg_add: package `ocaml-findlib-1.8.0nb2' was already installed as dependency, now marked as installed manually pkg_add: package `ocaml-4.07.0' was already installed as dependency, now marked as installed manually ocaml-result-1.3nb1: adding result to /usr/pkg/lib/ocaml/ld.conf ocaml-migrate-parsetree-1.0.10nb1: adding ocaml-migrate-parsetree to /usr/pkg/lib/ocaml/ld.conf ocaml-ppx_tools_versioned-5.2: adding ppx_tools_versioned to /usr/pkg/lib/ocaml/ld.conf ocaml-lwt-4.1.0: adding lwt to /usr/pkg/lib/ocaml/ld.conf No schema files found: doing nothing. =========================================================================== $NetBSD: MESSAGE,v 1.5 2014/08/10 10:47:42 wiz Exp $ Execute this command to extract and rehash all CA root certificates distributed by the Mozilla Project, so that they can be used by third party applications using OpenSSL. It also creates a single file certificate bundle in PEM format which can be used by applications using GnuTLS. # mozilla-rootcerts install To mark these certificates as trusted for users of gnupg2, do the following (assuming default PKG_SYSCONFBASE and a Bourne shell): # mkdir -p /usr/pkg/etc/gnupg # cd /usr/pkg/etc/gnupg # for c in /etc/openssl/certs/*.pem; do > openssl x509 -in $c -noout -fingerprint|sed 's|^.*=\(.*\)|\1 S|' > done > trustlist.txt ===========================================================================