m4-1.4.18: registering info file /usr/pkg/info/m4.info
flex-2.6.4: registering info file /usr/pkg/info/flex.info
libvdpau-1.1.1nb1: copying /usr/pkg/share/examples/libvdpau/vdpau_wrapper.cfg to /usr/pkg/etc/vdpau_wrapper.cfg
fontconfig-2.12.6: copying /usr/pkg/share/fontconfig/conf.avail/10-hinting-full.conf to /usr/pkg/etc/fontconfig/conf.d/10-hinting-full.conf
fontconfig-2.12.6: copying /usr/pkg/share/fontconfig/conf.avail/10-hinting-medium.conf to /usr/pkg/etc/fontconfig/conf.d/10-hinting-medium.conf
fontconfig-2.12.6: copying /usr/pkg/share/fontconfig/conf.avail/10-hinting-none.conf to /usr/pkg/etc/fontconfig/conf.d/10-hinting-none.conf
fontconfig-2.12.6: copying /usr/pkg/share/fontconfig/conf.avail/10-hinting-slight.conf to /usr/pkg/etc/fontconfig/conf.d/10-hinting-slight.conf
fontconfig-2.12.6: copying /usr/pkg/share/fontconfig/conf.avail/10-scale-bitmap-fonts.conf to /usr/pkg/etc/fontconfig/conf.d/10-scale-bitmap-fonts.conf
fontconfig-2.12.6: copying /usr/pkg/share/fontconfig/conf.avail/20-unhint-small-vera.conf to /usr/pkg/etc/fontconfig/conf.d/20-unhint-small-vera.conf
fontconfig-2.12.6: copying /usr/pkg/share/fontconfig/conf.avail/30-metric-aliases.conf to /usr/pkg/etc/fontconfig/conf.d/30-metric-aliases.conf
fontconfig-2.12.6: copying /usr/pkg/share/fontconfig/conf.avail/30-pkgsrc-aliases.conf to /usr/pkg/etc/fontconfig/conf.d/30-pkgsrc-aliases.conf
fontconfig-2.12.6: copying /usr/pkg/share/fontconfig/conf.avail/40-nonlatin.conf to /usr/pkg/etc/fontconfig/conf.d/40-nonlatin.conf
fontconfig-2.12.6: copying /usr/pkg/share/fontconfig/conf.avail/45-latin.conf to /usr/pkg/etc/fontconfig/conf.d/45-latin.conf
fontconfig-2.12.6: copying /usr/pkg/share/fontconfig/conf.avail/49-sansserif.conf to /usr/pkg/etc/fontconfig/conf.d/49-sansserif.conf
fontconfig-2.12.6: copying /usr/pkg/share/fontconfig/conf.avail/50-user.conf to /usr/pkg/etc/fontconfig/conf.d/50-user.conf
fontconfig-2.12.6: copying /usr/pkg/share/fontconfig/conf.avail/51-local.conf to /usr/pkg/etc/fontconfig/conf.d/51-local.conf
fontconfig-2.12.6: copying /usr/pkg/share/fontconfig/conf.avail/60-latin.conf to /usr/pkg/etc/fontconfig/conf.d/60-latin.conf
fontconfig-2.12.6: copying /usr/pkg/share/fontconfig/conf.avail/65-fonts-persian.conf to /usr/pkg/etc/fontconfig/conf.d/65-fonts-persian.conf
fontconfig-2.12.6: copying /usr/pkg/share/fontconfig/conf.avail/65-nonlatin.conf to /usr/pkg/etc/fontconfig/conf.d/65-nonlatin.conf
fontconfig-2.12.6: copying /usr/pkg/share/fontconfig/conf.avail/69-unifont.conf to /usr/pkg/etc/fontconfig/conf.d/69-unifont.conf
fontconfig-2.12.6: copying /usr/pkg/share/fontconfig/conf.avail/80-delicious.conf to /usr/pkg/etc/fontconfig/conf.d/80-delicious.conf
fontconfig-2.12.6: copying /usr/pkg/share/fontconfig/conf.avail/90-synthetic.conf to /usr/pkg/etc/fontconfig/conf.d/90-synthetic.conf
fontconfig-2.12.6: copying /usr/pkg/share/examples/fontconfig/conf.d/README to /usr/pkg/etc/fontconfig/conf.d/README
fontconfig-2.12.6: copying /usr/pkg/share/examples/fontconfig/fonts.conf to /usr/pkg/etc/fontconfig/fonts.conf
libffi-3.2.1nb4: registering info file /usr/pkg/info/libffi.info
pkg_add: package `libtool-base-2.4.6' was already installed as dependency, now marked as installed manually
bison-3.0.4nb3: registering info file /usr/pkg/info/bison.info
pkg_add: package `python27-2.7.14' was already installed as dependency, now marked as installed manually
gmp-6.1.2: registering info file /usr/pkg/info/gmp.info
pkg_add: package `fontconfig-2.12.6' was already installed as dependency, now marked as installed manually
pkg_add: package `freetype2-2.8.1' was already installed as dependency, now marked as installed manually
No schema files found: doing nothing.
mpfr-3.1.6: registering info file /usr/pkg/info/mpfr.info
pkg_add: package `mpfr-3.1.6' was already installed as dependency, now marked as installed manually
pkg_add: package `qt4-libs-4.8.7nb9' was already installed as dependency, now marked as installed manually
The databases in [/usr/pkg/share/applications] could not be updated.
===========================================================================
$NetBSD: MESSAGE,v 1.1.1.1 2006/02/20 12:08:11 adam Exp $

To allow this package to coexist with other versions of Qt
it has been installed in /usr/pkg/qt4/{bin,include,lib,doc}.

You should be able to select this version of Qt when compiling
programs which use it by ensuring that

1) QTDIR is set to /usr/pkg/qt4

2) Use the "configure" argument "--with-qt-dir=/usr/pkg/qt4"

3) you may also have to put /usr/pkg/qt4/bin in your PATH

To access Qt-4 man pages add /usr/pkg/qt4/doc/man to your MANPATH
environment variable.  Note that the Qt-4 man pages are installed
here to avoid conflicts with man pages of other Qt versions.

===========================================================================
===========================================================================
$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
===========================================================================