libffi-3.2.1nb4: registering info file /usr/pkg/info/libffi.info
gmake-4.1nb4: registering info file /usr/pkg/info/make.info
No schema files found: doing nothing.
gmp-6.1.2: registering info file /usr/pkg/info/gmp.info
libtasn1-4.12nb1: registering info file /usr/pkg/info/libtasn1.info
nettle-3.4: registering info file /usr/pkg/info/nettle.info
p11-kit-0.23.10: copying /usr/pkg/share/examples/p11-kit/pkcs11.conf.example to /usr/pkg/etc/pkcs11/pkcs11.conf
libunistring-0.9.10: registering info file /usr/pkg/info/libunistring.info
gnutls-3.6.0nb3: registering info file /usr/pkg/info/gnutls-client-server-use-case.png
gnutls-3.6.0nb3: registering info file /usr/pkg/info/gnutls-guile.info
gnutls-3.6.0nb3: registering info file /usr/pkg/info/gnutls-handshake-sequence.png
gnutls-3.6.0nb3: registering info file /usr/pkg/info/gnutls-handshake-state.png
gnutls-3.6.0nb3: registering info file /usr/pkg/info/gnutls-internals.png
gnutls-3.6.0nb3: registering info file /usr/pkg/info/gnutls-layers.png
gnutls-3.6.0nb3: registering info file /usr/pkg/info/gnutls-logo.png
gnutls-3.6.0nb3: registering info file /usr/pkg/info/gnutls-modauth.png
gnutls-3.6.0nb3: registering info file /usr/pkg/info/gnutls-x509.png
gnutls-3.6.0nb3: registering info file /usr/pkg/info/gnutls.info
gnutls-3.6.0nb3: registering info file /usr/pkg/info/pkcs11-vision.png
Warning: Schema ?org.gnome.system.locale? has path ?/system/locale/?.  Paths starting with ?/apps/?, ?/desktop/? or ?/system/? are deprecated.
Warning: Schema ?org.gnome.system.proxy? has path ?/system/proxy/?.  Paths starting with ?/apps/?, ?/desktop/? or ?/system/? are deprecated.
Warning: Schema ?org.gnome.system.proxy.http? has path ?/system/proxy/http/?.  Paths starting with ?/apps/?, ?/desktop/? or ?/system/? are deprecated.
Warning: Schema ?org.gnome.system.proxy.https? has path ?/system/proxy/https/?.  Paths starting with ?/apps/?, ?/desktop/? or ?/system/? are deprecated.
Warning: Schema ?org.gnome.system.proxy.ftp? has path ?/system/proxy/ftp/?.  Paths starting with ?/apps/?, ?/desktop/? or ?/system/? are deprecated.
Warning: Schema ?org.gnome.system.proxy.socks? has path ?/system/proxy/socks/?.  Paths starting with ?/apps/?, ?/desktop/? or ?/system/? are deprecated.
pkg_add: package `glib2-2.56.1nb1' was already installed as dependency, now marked as installed manually
libidn2-2.0.4: registering info file /usr/pkg/info/libidn2.info
===========================================================================
$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
===========================================================================