m4-1.4.17: registering info file /usr/pkg/info/m4.info
autoconf-2.69nb7: registering info file /usr/pkg/info/autoconf.info
autoconf-2.69nb7: registering info file /usr/pkg/info/standards.info
automake-1.15nb4: registering info file /usr/pkg/info/automake-history.info
automake-1.15nb4: registering info file /usr/pkg/info/automake.info
pkg_add: package `autoconf-2.69nb7' was already installed as dependency, now marked as installed manually
gmake-4.1nb3: registering info file /usr/pkg/info/make.info
psiconv-0.9.9nb1: copying /usr/pkg/share/examples/psiconv/psiconv.conf to /usr/pkg/etc/psiconv.conf
psiconv-0.9.9nb1: copying /usr/pkg/share/examples/psiconv/psiconv.conf.eg to /usr/pkg/etc/psiconv.conf.eg
libffi-3.2.1nb2: registering info file /usr/pkg/info/libffi.info
No schema files found: doing nothing.
dbus-1.10.16: Creating group ``dbus''
dbus-1.10.16: Creating user ``dbus''
useradd: Warning: home directory `/var/run/dbus' doesn't exist, and -m was not specified
dbus-1.10.16: setting permissions on /usr/pkg/libexec/dbus-daemon-launch-helper (o=root, g=dbus, m=4511)
===========================================================================
The following files should be created for dbus-1.10.16:

	/etc/rc.d/dbus (m=0755)
	    [/usr/pkg/share/examples/rc.d/dbus]

===========================================================================
libgpg-error-1.27: registering info file /usr/pkg/info/gpgrt.info
libgcrypt-1.7.6: registering info file /usr/pkg/info/gcrypt.info
xmlcatmgr-2.2nb1: copying /usr/pkg/share/examples/xmlcatmgr/catalog.etc.sgml to /usr/pkg/etc/sgml/catalog
xmlcatmgr-2.2nb1: copying /usr/pkg/share/examples/xmlcatmgr/catalog.etc.xml to /usr/pkg/etc/xml/catalog
xmlcatmgr-2.2nb1: copying /usr/pkg/share/examples/xmlcatmgr/catalog.share.sgml to /usr/pkg/share/sgml/catalog
xmlcatmgr-2.2nb1: copying /usr/pkg/share/examples/xmlcatmgr/catalog.share.xml to /usr/pkg/share/xml/catalog
pkg_add: package `dbus-glib-0.108' was already installed as dependency, now marked as installed manually
readline-7.0: registering info file /usr/pkg/info/history.info
readline-7.0: registering info file /usr/pkg/info/readline.info
readline-7.0: registering info file /usr/pkg/info/rluserman.info
The databases in [/usr/pkg/share/applications] could not be updated.
libidn-1.33: registering info file /usr/pkg/info/libidn-components.png
libidn-1.33: registering info file /usr/pkg/info/libidn.info
gmp-6.1.2: registering info file /usr/pkg/info/gmp.info
mpfr-3.1.5: registering info file /usr/pkg/info/mpfr.info
at-spi2-core-2.22.0: copying /usr/pkg/share/examples/at-spi2-core/at-spi2/accessibility.conf to /usr/pkg/etc/at-spi2/accessibility.conf
at-spi2-core-2.22.0: copying /usr/pkg/share/examples/at-spi2-core/xdg/autostart/at-spi-dbus-bus.desktop to /usr/pkg/etc/xdg/autostart/at-spi-dbus-bus.desktop
pkg_add: package `libxslt-1.1.29nb1' was already installed as dependency, now marked as installed manually
pkg_add: package `redland-1.0.17nb6' was already installed as dependency, now marked as installed manually
pkg_add: package `rasqal-0.9.33nb3' was already installed as dependency, now marked as installed manually
bash-4.4.012: registering info file /usr/pkg/info/bash.info
libunistring-0.9.7: registering info file /usr/pkg/info/libunistring.info
guile20-2.0.14nb2: registering info file /usr/pkg/info/guile.info
guile20-2.0.14nb2: registering info file /usr/pkg/info/r5rs.info
autogen-5.18.10nb2: registering info file /usr/pkg/info/autogen.info
libtasn1-4.10: registering info file /usr/pkg/info/libtasn1.info
nettle-3.3: registering info file /usr/pkg/info/nettle.info
gnutls-3.5.9: registering info file /usr/pkg/info/gnutls-client-server-use-case.png
gnutls-3.5.9: registering info file /usr/pkg/info/gnutls-guile.info
gnutls-3.5.9: registering info file /usr/pkg/info/gnutls-handshake-sequence.png
gnutls-3.5.9: registering info file /usr/pkg/info/gnutls-handshake-state.png
gnutls-3.5.9: registering info file /usr/pkg/info/gnutls-internals.png
gnutls-3.5.9: registering info file /usr/pkg/info/gnutls-layers.png
gnutls-3.5.9: registering info file /usr/pkg/info/gnutls-logo.png
gnutls-3.5.9: registering info file /usr/pkg/info/gnutls-modauth.png
gnutls-3.5.9: registering info file /usr/pkg/info/gnutls-x509.png
gnutls-3.5.9: registering info file /usr/pkg/info/gnutls.info
gnutls-3.5.9: registering info file /usr/pkg/info/pkcs11-vision.png
pkg_add: package `libsoup-2.54.1nb2' was already installed as dependency, now marked as installed manually
pkg_add: package `hicolor-icon-theme-0.13' was already installed as dependency, now marked as installed manually
pkg_add: package `gnutls-3.5.9' was already installed as dependency, now marked as installed manually
pkg_add: package `desktop-file-utils-0.23' was already installed as dependency, now marked as installed manually
===========================================================================
$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
===========================================================================
===========================================================================
$NetBSD: MESSAGE,v 1.2 2014/12/02 05:20:24 snj Exp $

You should enable the dbus system-wide daemon for correct operation.  You
can do this by using one of the three start-up scripts installed by the
package.  Use:

* /usr/pkg/share/examples/rc.d/dbus:
  if you are using NetBSD's and pkgsrc's rc.subr start-up framework.

* /usr/pkg/share/examples/rc.d/messagebus.redhat:
  if you are using a Red-Hat based system (such as Fedora).

* /usr/pkg/share/examples/rc.d/rc.messagebus.slackware:
  if you are using a Slackware-like system.

===========================================================================
===========================================================================
$NetBSD: MESSAGE,v 1.5 2004/01/23 17:12:16 jmmv Exp $

The following catalogs have been installed:

	* /usr/pkg/etc/sgml/catalog
	  System wide SGML catalog.  Can be edited by the administrator and
	  is not changed by packages.  This is the *default* catalog when
	  working in SGML mode.

	* /usr/pkg/etc/xml/catalog
	  System wide XML catalog.  Can be edited by the administrator and
	  is not changed by packages.  This is the *default* catalog when
	  working in XML mode.

	* /usr/pkg/share/sgml/catalog
	  Handles SGML stuff installed under /usr/pkg/share/sgml.
	  Automatically handled by packages.

	* /usr/pkg/share/xml/catalog
	  Handles XML stuff installed under /usr/pkg/share/xml.
	  Automatically handled by packages.

===========================================================================
===========================================================================
$NetBSD: MESSAGE,v 1.3 2005/09/28 14:15:49 rillig Exp $

For getting the most out of libwmf, consider installing TrueType
fonts, such as the fonts/ms-ttf, fonts/vera-ttf, and fonts/dbz-ttf
packages.

And if using an older X11 system (like XFree86 before version 4),
consider installing a TrueType font server for X11, such as the
x11/xfstt package.

===========================================================================
===========================================================================
$NetBSD: MESSAGE,v 1.2 2008/10/14 09:19:40 wiz Exp $

For whichever spell-checkers you've installed (perhaps indirectly
by selecting options to this package), you need to install one
or more language-specific dictionaries.

===========================================================================
===========================================================================
$NetBSD: MESSAGE,v 1.1 2011/10/04 18:15:29 bsiegert Exp $
There are two kinds of entities in:
				/usr/pkg/include/libatomic_ops/sysdeps

- Subdirectories corresponding to specific compilers
  (or compiler/OS combinations).

  Each of these includes one or more architecture-specific headers.

- More generic header files corresponding to a particular ordering and/or
  atomicity property that might be shared by multiple hardware platforms.
===========================================================================