pkg_add: package `ruby21-base-2.1.10' was already installed as dependency, now marked as installed manually libffi-3.2.1nb2: registering info file /usr/pkg/info/libffi.info =========================================================================== $NetBSD: MESSAGE,v 1.1 2014/03/14 19:40:47 taca Exp $ Note that this is a minimal package. The original ruby-2.1.10 distribution includes more extension libraries, some of which are provided as separate packages: databases/ruby-gdbm: GDBM module devel/ruby-fiddle: Fiddle module devel/ruby-readline: readline module x11/ruby-tk: Tk modules =========================================================================== =========================================================================== $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 ===========================================================================