MobStac

martes, 22 de diciembre de 2015

ZFS ese sistema de ficheros un tanto cabroncete



Puestos a probar a montar usbs a mi los que tengo con ext4 no me los monta ni a tiros es mas sale en el montador solo ext así que algo pasa con el fuse ese.

Es mas he intentado probar a montar un zfs con una 10.1 que bien cerquita está la cosa y no sé si es porque tiene también el nombre de tank no me hace caso y no quiere montarse. Dice que pá luego, está un tanto funcionarial.

Y en cuanto al zfs ese cabroncete de sistema de ficheros que nos han puesto pues lo mejor es ir usando el manual del PCBSD que en su capitulo 3 installing PCBSD apartado 3.3.2.1 zfs overview nos conducirá a enlaces interesantes con los que ver como va.

Por ejemplo:repairing zfs storage Pool-Wide Damage


En mi caso y para mi sorpresa tengo errores, como iba a ser si no, aunque la imagen de arriba es de la 10.1 parece ser que es perenne el error debe ser de la instalación otra cosa importante es que no funciona el arreglo o solución desde el programa gráfico parece ser que no hay permisos aunque se haga sudo o eso supongo y ha de ser desde CLI, por ejemplo cosas que he intentado y he visto que solo valen para asustar.

 [ximo@nunbsd-6836] ~% zpool status
  pool: tank
 state: ONLINE
status: One or more devices has experienced an error resulting in data
    corruption.  Applications may be affected.
action: Restore the file in question if possible.  Otherwise restore the
    entire pool from backup.
   see: http://illumos.org/msg/ZFS-8000-8A
  scan: resilvered 50K in 0h0m with 0 errors on Wed Oct 21 11:33:42 2015
config:

    NAME        STATE     READ WRITE CKSUM
    tank        ONLINE       0     0     0
      da0p2     ONLINE       0     0     0

errors: 1 data errors, use '-v' for a list
[ximo@nunbsd-6836] ~% zpool status -v
  pool: tank
 state: ONLINE
status: One or more devices has experienced an error resulting in data
    corruption.  Applications may be affected.
action: Restore the file in question if possible.  Otherwise restore the
    entire pool from backup.
   see: http://illumos.org/msg/ZFS-8000-8A
  scan: resilvered 50K in 0h0m with 0 errors on Wed Oct 21 11:33:42 2015
config:

    NAME        STATE     READ WRITE CKSUM
    tank        ONLINE       0     0     0
      da0p2     ONLINE       0     0     0

errors: List of errors unavailable (insufficient privileges)
[ximo@nunbsd-6836] ~% sudo zpool status -v
Password:
  pool: tank
 state: ONLINE
status: One or more devices has experienced an error resulting in data
    corruption.  Applications may be affected.
action: Restore the file in question if possible.  Otherwise restore the
    entire pool from backup.
   see: http://illumos.org/msg/ZFS-8000-8A
  scan: resilvered 50K in 0h0m with 0 errors on Wed Oct 21 11:33:42 2015
config:

    NAME        STATE     READ WRITE CKSUM
    tank        ONLINE       0     0     0
      da0p2     ONLINE       0     0     0

errors: Permanent errors have been detected in the following files:

        <0x12e>:<0x1f4b7>
[ximo@nunbsd-6836] ~% sudo zpool clear -F tank
[ximo@nunbsd-6836] ~% sudo zpool status -v
  pool: tank
 state: ONLINE
status: One or more devices has experienced an error resulting in data
    corruption.  Applications may be affected.
action: Restore the file in question if possible.  Otherwise restore the
    entire pool from backup.
   see: http://illumos.org/msg/ZFS-8000-8A
  scan: resilvered 50K in 0h0m with 0 errors on Wed Oct 21 11:33:42 2015
config:

    NAME        STATE     READ WRITE CKSUM
    tank        ONLINE       0     0     0
      da0p2     ONLINE       0     0     0

errors: Permanent errors have been detected in the following files:

        <0x12e>:<0x1f4b7>
[ximo@nunbsd-6836] ~% sudo zpool scrub tank
[ximo@nunbsd-6836] ~% sudo zpool status -v tank
Password:
  pool: tank
 state: ONLINE
status: One or more devices has experienced an error resulting in data
    corruption.  Applications may be affected.
action: Restore the file in question if possible.  Otherwise restore the
    entire pool from backup.
   see: http://illumos.org/msg/ZFS-8000-8A
  scan: scrub in progress since Tue Dec 22 15:33:04 2015
        9,38G scanned out of 13,1G at 12,4M/s, 0h5m to go
        0 repaired, 71,36% done
config:

    NAME        STATE     READ WRITE CKSUM
    tank        ONLINE       0     0     0
      da0p2     ONLINE       0     0     0

errors: Permanent errors have been detected in the following files:

        <0x12e>:<0x1f4b7>
[ximo@nunbsd-6836] ~% sudo zpool status -v tank
Password:
  pool: tank
 state: ONLINE
status: Some supported features are not enabled on the pool. The pool can
    still be used, but some features are unavailable.
action: Enable all features using 'zpool upgrade'. Once this is done,
    the pool may no longer be accessible by software that does not support
    the features. See zpool-features(7) for details.
  scan: scrub repaired 0 in 0h16m with 0 errors on Tue Dec 22 15:49:57 2015
config:

    NAME        STATE     READ WRITE CKSUM
    tank        ONLINE       0     0     0
      da0p2     ONLINE       0     0     0

errors: No known data errors
[ximo@nunbsd-6836] ~% 

Visto lo visto en su momento y perdido en el tiempo era algo de una impresora sea como sea parece irrecuperable para mi y que tengo que apechugar con el pecado original pá los siempres de los siempres. Bueno parece que el scrubear ha hecho su trabajo.






viernes, 18 de diciembre de 2015

Skype, di y otra actualización insufrible y monto usbs otra vez



Pues he probado a instalar el Skype e instalar instala pero no me funciona:

[ximo@nunbsd-6836] ~% sudo pkg search skype
Password:
linux-skype_oss_wrapper-0.1.1  Partial PulseAudio API implementation using OSS backend
pidgin-skype-0.0.0.664_1       Plugin to use Skype chat from Pidgin (with Skype running)
pidgin-skypeweb-08222015       Plugin to use Skype chat from Pidgin(without Skype running)
py27-Skype4Py-1.0.35_1         Skype (TM) API wrapper for Python
skype-2.1.0.81_1,1             P2P VoIP software
skype-call-recorder-0.8        Skype call recorder
skype-devel-2.2.0.35_1         P2P VoIP software, development version
[ximo@nunbsd-6836] ~% sudo pkg install skype-2.1.0.81_1,1
Updating pcbsd-major repository catalogue...
pcbsd-major repository is up-to-date.
All repositories are up-to-date.
The following 4 package(s) will be affected (of 0 checked):

New packages to be INSTALLED:
    skype: 2.1.0.81_1,1
    linux-c6-libsigc++20: 2.2.4.2_1
    linux-c6-libv4l: 0.6.3_1
    linux-c6-libasyncns: 0.8_2

The process will require 33 MiB more space.
26 MiB to be downloaded.

Proceed with this action? [y/N]: y
Fetching skype-2.1.0.81_1,1.txz: 100%   26 MiB  85.7kB/s    05:15   
Fetching linux-c6-libsigc++20-2.2.4.2_1.txz:  23%   10 KiB  10.2kB/s    00:03 ETFetching linux-c6-libsigc++20-2.2.4.2_1.txz:  47%   20 KiB  10.2kB/s    00:02 ETFetching linux-c6-libsigc++20-2.2.4.2_1.txz: 100%   42 KiB  21.7kB/s    00:02   
Fetching linux-c6-libv4l-0.6.3_1.txz: 100%   89 KiB  30.3kB/s    00:03   
Fetching linux-c6-libasyncns-0.8_2.txz: 100%   19 KiB  19.5kB/s    00:01   
Checking integrity... done (0 conflicting)
[1/4] Installing linux-c6-libsigc++20-2.2.4.2_1...
[1/4] Extracting linux-c6-libsigc++20-2.2.4.2_1: 100%
[2/4] Installing linux-c6-libv4l-0.6.3_1...
[2/4] Extracting linux-c6-libv4l-0.6.3_1: 100%
[3/4] Installing linux-c6-libasyncns-0.8_2...
[3/4] Extracting linux-c6-libasyncns-0.8_2: 100%
[4/4] Installing skype-2.1.0.81_1,1...
[4/4] Extracting skype-2.1.0.81_1,1: 100%
Message from skype-2.1.0.81_1,1:
1. Minimum OS version.

Skype is a Linux binary package that we run on FreeBSD via our Linux compat.
In order for Skype to work OK, you need your kernel and modules to be:
- post 2011-05-03 in on HEAD
- post 2011-05-08 in on 7,8-STABLE
The port tries to check for this, but there is a smaller or bigger interval for
which this can't be done automatically. So in case of any trouble please make
sure you run kernel/modules built from sources after above dates.
Tests were only done on HEAD and 8-STABLE with linux-fc10, and I don't think it
can work with fc4.


2. Sound

Since the OSS interface was removed, Skype now uses linux-alsa compat packages.
By default you get one device corresponding to your default OSS dsp device (so
Skype will use it for ringing, incoming voice and mic). If that doesn't suit
needs, you can map the other dsp devices for example by editing
/compat/linux/etc/alsa/pcm/pcm-oss.conf. You need to (re)start Skype after you
edit this file in order to get Skype pick up the changes.
Adding the following to the stock file, and then starting Skype and choosing
in Options-->Sound Devices:   Speakers: oss1
will let you use the second dsp (usually the front panel connectors for your
headphones, while still hearing the call ringing and other notification on the
first dsp device (presumably the one you connect your speakers to).
pcm.oss1 {
        type oss
        device /dev/dsp1
        hint {
                description "Open Sound System"
        }
}

ctl.oss1 {
        type oss
        device /dev/mixer1
        hint {
                description "Open Sound System"
        }
}


3. Video

3.1. Receiving video
Should work out of the box. Please make sure you have
Options --> Video Devices --> Enable Skype Video checked.

3.2. Sending video
Skype uses /dev/videoX (usually /dev/video0). This device node is created by
the drivers for your webcam (eg. multimedia/webcamd). If you selected the VIDEO
option (default) multimedia/webcamd will be pulled in.
First please make sure your webcam works with the drivers webcamd provides; you
can use multimedia/pwcview's pwcview(1) to check that you get a good image from
your webcam; if you get a good image, you will get video in Skype also.

It also uses v4l2 interface hence you very likely need to have linux_v4l2wrapper
kernel module (which you either have in base on recent HEAD or the port will
install for you); you need to load the module before stating Skype:
# kldload linux_v4l2wrapper
To make it permanent you can:
# echo 'linux_v4l2wrapper_load="YES"' >> /boot/loader.conf


4. SMSes

You can send SMSes with this version (provided you have Skype credit, of course).
Check Options --> SMS for details.


5. Screen sharing

You should be able to receive and send.
Please make sure you have Options --> Video Devices --> Enable Skype Video
checked to use this feature (yes, even if you don't use video).


6. Skype Access

Doesn't work and it is likely not very probable it  will ever work since it
uses a lot of Linux-specific things.


7. Next version ...

.. is in net-im/skype-devel. It probably works worse that this version. Use it
at your own risk.


8. Problems and bug reports

First of all, please understand that this is a closed, binary Linux application
that makes use for some more-or-less cutting edge Linux features/interfaces,
etc. As such, making it work on FreeBSD is mainly a question of keeping our
linuxulator as close as possible to the Linux kernel, and our Linux compat
ports up to date.

When reporting problems at very least we need to know the output of:
$ uname -a; sysctl compat.linux | head -2; grep OVERRIDE_LINUX_ /etc/make.conf
the skype version you are using, and hardware details (eg. webcam) if related.
[ximo@nunbsd-6836] ~%

Lo intenté lanzar desde el menú y se vé que estaba sordo que no me hacía caso y probé desde consola o term y al final lo quité:

[ximo@nunbsd-6836] ~% which skype
/usr/local/bin/skype
[ximo@nunbsd-6836] ~% skype
exec: LD_PRELOAD=/usr/lib/libv4l/v4l2convert.so: not found
[ximo@nunbsd-6836] ~% sudo pkg delete skype-2.1.0.81_1,1
Password:
Checking integrity... done (0 conflicting)
Deinstallation has been requested for the following 1 packages (of 0 packages in the universe):

Installed packages to be REMOVED:
    skype-2.1.0.81_1,1

The operation will free 32 MiB.

Proceed with deinstalling packages? [y/N]: y
[1/1] Deinstalling skype-2.1.0.81_1,1...
[1/1] Deleting files for skype-2.1.0.81_1,1: 100%

[ximo@nunbsd-6836] ~% sudo pkg autoremove
Checking integrity... done (0 conflicting)
Deinstallation has been requested for the following 8 packages:

Installed packages to be REMOVED:
    linux-c6-alsa-plugins-oss-1.0.21_3
    linux-c6-alsa-lib-1.0.22_2
    linux-c6-fontconfig-2.8.0_1
    linux-c6-expat-2.0.1_2
    linux-c6-libasyncns-0.8_2
    linux-c6-libsigc++20-2.2.4.2_1
    linux-c6-libv4l-0.6.3_1
    linux_base-c6-6.6_6

The operation will free 172 MiB.

Proceed with deinstalling packages? [y/N]: y
[1/8] Deinstalling linux-c6-alsa-plugins-oss-1.0.21_3...
[1/8] Deleting files for linux-c6-alsa-plugins-oss-1.0.21_3: 100%
[2/8] Deinstalling linux-c6-fontconfig-2.8.0_1...
[2/8] Deleting files for linux-c6-fontconfig-2.8.0_1: 100%
[3/8] Deinstalling linux-c6-alsa-lib-1.0.22_2...
[3/8] Deleting files for linux-c6-alsa-lib-1.0.22_2: 100%
[4/8] Deinstalling linux-c6-expat-2.0.1_2...
[4/8] Deleting files for linux-c6-expat-2.0.1_2: 100%
[5/8] Deinstalling linux-c6-libasyncns-0.8_2...
[5/8] Deleting files for linux-c6-libasyncns-0.8_2: 100%
[6/8] Deinstalling linux-c6-libsigc++20-2.2.4.2_1...
[6/8] Deleting files for linux-c6-libsigc++20-2.2.4.2_1: 100%
[7/8] Deinstalling linux-c6-libv4l-0.6.3_1...
[7/8] Deleting files for linux-c6-libv4l-0.6.3_1: 100%
[8/8] Deinstalling linux_base-c6-6.6_6...

You may need to do by hand:
  o  unmount linprocfs if mounted
  o  delete /compat/linux/proc if present
  o  remove/comment linprocfs from /etc/fstab if present

[8/8] Deleting files for linux_base-c6-6.6_6: 100%
[ximo@nunbsd-6836] ~%

Bueno lo del autoremove es porque la verdad para que tener paquetes que no me son útiles.

En cuanto a di es una utilidad parecida a df que en nuestro caso a mi usarla (df) es un agobio y di me aclara un poco lo que hay montado, hay que instalar el paquete:

[ximo@nunbsd-6836] ~% df
Filesystem                                         1K-blocks    Used    Avail Capacity  Mounted on
tank/ROOT/10.2-RELEASE-p10-up-20151217_151802       21206432 6520415 14686016    31%    /
devfs                                                      1       1        0   100%    /dev
procfs                                                     4       4        0   100%    /proc
linprocfs                                                  4       4        0   100%    /compat/linux/proc
tank/iocage                                         14686048      32 14686016     0%    /iocage
tank/iocage/.defaults                               14686041      25 14686016     0%    /iocage/.defaults
tank/iocage/base                                    14686041      25 14686016     0%    /iocage/base
tank/iocage/download                                14686041      25 14686016     0%    /iocage/download
tank/iocage/jails                                   14686041      25 14686016     0%    /iocage/jails
tank/iocage/releases                                14686041      25 14686016     0%    /iocage/releases
tank/tmp                                            14686082      65 14686016     0%    /tmp
tank/usr/home                                       14686042      26 14686016     0%    /usr/home
tank/usr/home/ximo                                  17989789 3303772 14686016    18%    /usr/home/ximo
tank/usr/jails                                      14686042      26 14686016     0%    /usr/jails
tank/usr/jails/.warden-template-10.2-RELEASE-amd64  14880309  194292 14686016     1%    /usr/jails/.warden-template-10.2-RELEASE-amd64
tank/usr/obj                                        14686041      25 14686016     0%    /usr/obj
tank/usr/ports                                      14686041      25 14686016     0%    /usr/ports
tank/usr/src                                        14686041      25 14686016     0%    /usr/src
tank/var/audit                                      14686043      27 14686016     0%    /var/audit
tank/var/log                                        14686872     855 14686016     0%    /var/log
tank/var/mail                                       14686043      27 14686016     0%    /var/mail
tank/var/tmp                                        14693556    7539 14686016     0%    /var/tmp
map -hosts                                                 0       0        0   100%    /net
/dev/fuse                                                  0       0        0   100%    /usr/home/ximo/.gvfs
[ximo@nunbsd-6836] ~%

Y usando di:
 [ximo@nunbsd-6836] ~% di
Sistema de ficheros Mountado          KBytes    Usado   Dispon %Usado Tipo de sf
tank/ROOT/10.2-RELE /               21206038  6520416 14685622   31%  zfs     
linprocfs           /compat/linux/p        4        4        0  100%  linprocfs
tank/iocage         /iocage         14686048       32 14686016    0%  zfs     
tank/iocage/.defaul /iocage/.defaul 14686042       25 14686016    0%  zfs     
tank/iocage/base    /iocage/base    14686042       25 14686016    0%  zfs     
tank/iocage/downloa /iocage/downloa 14686042       25 14686016    0%  zfs     
tank/iocage/jails   /iocage/jails   14686042       25 14686016    0%  zfs     
tank/iocage/release /iocage/release 14686042       25 14686016    0%  zfs     
tank/tmp            /tmp            14686082       66 14686016    0%  zfs     
tank/usr/home       /usr/home       14686042       26 14686016    0%  zfs     
tank/usr/home/ximo  /usr/home/ximo  17989798  3303773 14686026   18%  zfs     
tank/usr/jails      /usr/jails      14686042       26 14686016    0%  zfs     
tank/usr/jails/.war /usr/jails/.war 14880309   194292 14686016    1%  zfs     
tank/usr/obj        /usr/obj        14686042       25 14686016    0%  zfs     
tank/usr/ports      /usr/ports      14686042       25 14686016    0%  zfs     
tank/usr/src        /usr/src        14686042       25 14686016    0%  zfs     
tank/var/audit      /var/audit      14686044       27 14686016    0%  zfs     
tank/var/log        /var/log        14686872      856 14686016    0%  zfs     
tank/var/mail       /var/mail       14686044       27 14686016    0%  zfs     
tank/var/tmp        /var/tmp        14693556     7540 14686016    0%  zfs     
[ximo@nunbsd-6836] ~%

En cuanto a la actualización insufrible (tengo copia pero no la pondré para no abusar de este servicio bueno si a sí tenéis lectura hasta que postee de nuevo) se te asegura que solo serán de paquetes instalados lo que no te dicen que son todos los que están y que en mi caso me cogió aqui te pillo y aquí te mato así que otras casi 7 horas perdidas con la máquina que uso. Ya me contarás para poner un firefox de mierda, que me cago en tó. Usarán la red que tienes, vete a saber.

 pc-updatemanager: jueves, 17 de diciembre de 2015, 08:57:42 CET
Stopping syscache...
Updating the package repo database...
Cleaning old pkg upgrade cache...
Verifying / fetching packages for ports-mgmt/pkg - pkg-1.6.2.txz
Verifying / fetching packages for misc/pcbsd-base - pcbsd-base-2020151023.txz
Verifying / fetching packages for arabic/aspell - ar-aspell-1.2.0_1,1.txz
Verifying / fetching packages for archivers/quazip - quazip-0.7.1.txz
Verifying / fetching packages for archivers/xarchiver - xarchiver-0.5.4_1.txz
Verifying / fetching packages for astro/gpsd - gpsd-3.14_3.txz
Verifying / fetching packages for audio/libmusicbrainz5 - libmusicbrainz5-5.1.0.txz
Verifying / fetching packages for audio/musepack - musepack-2011.08.10.txz
Verifying / fetching packages for audio/normalize - normalize-0.7.7_10.txz
Verifying / fetching packages for audio/sox - sox-14.4.2.txz
Verifying / fetching packages for chinese/ibus-chewing - zh-ibus-chewing-1.4.14.txz
Verifying / fetching packages for chinese/ibus-pinyin - zh-ibus-pinyin-1.5.0_1.txz
Verifying / fetching packages for comms/lirc - lirc-0.9.0_7,1.txz
Verifying / fetching packages for databases/akonadi - akonadi-1.13.0.txz
Verifying / fetching packages for databases/xapian-core - xapian-core-1.2.21,1.txz
Verifying / fetching packages for deskutils/fbreader - fbreader-0.99.6_2.txz
Verifying / fetching packages for deskutils/qorganizer - qorganizer-3.1_4.txz
Verifying / fetching packages for devel/liborcus07 - liborcus07-0.7.1.txz
Verifying / fetching packages for devel/p5-perlqt - p5-perlqt-4.14.3.txz
Verifying / fetching packages for devel/py-qt4 - py27-qt4-4.11.3.txz
Verifying / fetching packages for devel/qjson - qjson-0.8.1.txz
Verifying / fetching packages for devel/ruby-qtruby - ruby20-qtruby-4.14.3.txz
Verifying / fetching packages for editors/libreoffice-es - es-libreoffice-5.0.3.txz
Verifying / fetching packages for emulators/i386-wine-staging - i386-wine-staging-1.8.r1,1.txz
Verifying / fetching packages for emulators/q4wine - q4wine-1.1.r2_3.txz
Verifying / fetching packages for french/aspell - fr-aspell-0.50.3_1,1.txz
Verifying / fetching packages for ftp/multiget - multiget-1.1.3_10.txz
Verifying / fetching packages for ftp/wxdfast - wxdfast-0.6.0_9.txz
Verifying / fetching packages for games/pysolfc - pysolfc-2.0_6.txz
Verifying / fetching packages for german/aspell - de-aspell-20030222.1_1.txz
Verifying / fetching packages for graphics/djvulibre - djvulibre-3.5.25.3_3.txz
Verifying / fetching packages for graphics/libraw - libraw-0.17.1.txz
Verifying / fetching packages for graphics/prison - prison-1.0_1.txz
Verifying / fetching packages for graphics/qcomicbook - qcomicbook-0.9.0_6.txz
Verifying / fetching packages for graphics/ristretto - ristretto-0.8.0.txz
Verifying / fetching packages for hebrew/aspell - iw-aspell-1.0.0_1,2.txz
Verifying / fetching packages for hungarian/aspell - hu-aspell-0.99.4.2.0_1,2.txz
Verifying / fetching packages for japanese/font-vlgothic - ja-font-vlgothic-20141206_3.txz
Verifying / fetching packages for japanese/ibus-mozc - ja-ibus-mozc-2.17.2106.102.txz
Verifying / fetching packages for java/icedtea-web - icedtea-web-1.5.2.txz
Verifying / fetching packages for korean/baekmukfonts-ttf - ko-baekmukfonts-ttf-2.2_2.txz
Verifying / fetching packages for math/djbfft - djbfft-0.76_2.txz
Verifying / fetching packages for math/libqalculate - libqalculate-0.9.7_5.txz
Verifying / fetching packages for misc/chmlib - chmlib-0.40_1.txz
Verifying / fetching packages for misc/kde4-xdg-env - kde4-xdg-env-1.1.txz
Verifying / fetching packages for misc/mc - mc-4.8.15.txz
Verifying / fetching packages for misc/pcbsd-meta-mate - pcbsd-meta-mate-1421269030.txz
Verifying / fetching packages for misc/xfce4-weather-plugin - xfce4-weather-plugin-0.8.6_2.txz
Verifying / fetching packages for multimedia/phonon-vlc - phonon-vlc-0.8.2_1.txz
Verifying / fetching packages for multimedia/transcode - transcode-1.1.7_24.txz
Verifying / fetching packages for net-im/pidgin - pidgin-2.10.11.txz
Verifying / fetching packages for net-im/skype - skype-2.1.0.81_1,1.txz
Verifying / fetching packages for net-im/turpial - turpial-3.0_2.txz
Verifying / fetching packages for net/cagibi - cagibi-0.2.0.txz
Verifying / fetching packages for net/openslp - openslp-2.0.0.txz
Verifying / fetching packages for net/qoauth - qoauth-1.0.1_1.txz
Verifying / fetching packages for polish/aspell - pl-aspell-6.0.20061121.0_1,1.txz
Verifying / fetching packages for russian/aspell - ru-aspell-0.99.f7.1_1,2.txz
Verifying / fetching packages for security/gpgme - gpgme-1.5.5.txz
Verifying / fetching packages for security/heimdal - heimdal-1.5.3_4.txz
Verifying / fetching packages for security/libssh - libssh-0.7.2.txz
Verifying / fetching packages for security/pam_kde - pam_kde-1.0.txz
Verifying / fetching packages for sysutils/di - di-4.37.txz
Verifying / fetching packages for sysutils/ksysguardd - ksysguardd-4.11.14.txz
Verifying / fetching packages for sysutils/lineakd - lineakd-0.9_4.txz
Verifying / fetching packages for sysutils/xfce4-genmon-plugin - xfce4-genmon-plugin-3.4.0_5.txz
Verifying / fetching packages for textproc/ebook-tools - ebook-tools-0.2.2_3.txz
Verifying / fetching packages for textproc/en-hunspell - en-hunspell-7.1_1.txz
Verifying / fetching packages for textproc/ibus-m17n - ibus-m17n-1.3.3_5.txz
Verifying / fetching packages for textproc/ibus-qt - ibus-qt-1.3.3_1.txz
Verifying / fetching packages for textproc/ibus-table - ibus-table-1.5.0_1.txz
Verifying / fetching packages for textproc/libwps03 - libwps03-0.3.1_1.txz
Verifying / fetching packages for textproc/xfce4-dict-plugin - xfce4-dict-plugin-0.7.1.txz
Verifying / fetching packages for ukrainian/aspell - uk-aspell-1.4.0.0_1,2.txz
Verifying / fetching packages for vietnamese/aspell - vi-aspell-0.01.1.1_1,2.txz
Verifying / fetching packages for www/firefox - firefox-42.0,1.txz
Verifying / fetching packages for www/tidy-lib - tidy-lib-090315.c_3.txz
Verifying / fetching packages for x11-fonts/fonts-indic - fonts-indic-2.1.5_3.txz
Verifying / fetching packages for x11-fonts/wqy - wqy-fonts-20100803_5,1.txz
Verifying / fetching packages for x11-themes/kde4-wallpapers-freebsd - kde4-wallpapers-freebsd-1.0.txz
Verifying / fetching packages for x11-wm/icewm - icewm-1.3.8_2.txz
Verifying / fetching packages for x11-wm/wmakerconf - wmakerconf-2.12_11.txz
Verifying / fetching packages for x11-wm/xfce4 - xfce-4.12_1.txz
Verifying / fetching packages for x11/lumina - lumina-0.8.7_1,1.txz
Verifying / fetching packages for x11/xfce4-screenshooter-plugin - xfce4-screenshooter-plugin-1.8.2_2.txz
-----------------------------------------------
Creating stage BE...
GRUB configuration updated successfully
Created successfully
Mounting the stage BE...
Running: cp /tmp/.newPkgUpdateList.5841 /.updateStage/install-pkg-list
Running: mount -t devfs devfs /.updateStage/dev
Preparing the new boot-environment... (This may take a while)
Running: chroot /.updateStage pkg unlock -ay
CoinMP-1.8.3: already unlocked
GentiumBasic-110_3: already unlocked
ImageMagick-6.9.2.4,1: already unlocked
ORBit2-2.14.19_1: already unlocked
OpenEXR-2.2.0_5: already unlocked
OpenSSH-askpass-1.2.4.1_2: already unlocked
Thunar-1.6.10_1: already unlocked
a2ps-4.13b_7: already unlocked
aalib-1.4.r5_11: already unlocked
adwaita-icon-theme-3.16.2.1: already unlocked
akonadi-1.13.0: already unlocked
alsa-lib-1.1.0: already unlocked
alsa-plugins-1.1.0: already unlocked
anacron-2.3_6: already unlocked
appres-1.0.4: already unlocked
apr-1.5.2.1.5.4: already unlocked
ar-aspell-1.2.0_1,1: already unlocked
argyllcms-1.7.0_1: already unlocked
aspell-0.60.6.1_5: already unlocked
at-spi2-atk-2.16.0: already unlocked
at-spi2-core-2.16.0: already unlocked
ataidle-2.7.2: already unlocked
atk-2.16.0: already unlocked
atkmm-2.22.7: already unlocked
atril-1.10.2: already unlocked
attica-0.4.2,2: already unlocked
avahi-app-0.6.31_5: already unlocked
babl-0.1.12: already unlocked
bash-4.3.42: already unlocked
beadm-1.5.3: already unlocked
binutils-2.25.1: already unlocked
bitmap-1.0.8: already unlocked
boost-libs-1.55.0_9: already unlocked
ca_root_nss-3.20: already unlocked
cabextract-1.6: already unlocked
cagibi-0.2.0: already unlocked
cairo-1.14.2_1,2: already unlocked
cairomm-1.10.0_3: already unlocked
caja-1.10.3: already unlocked
cantarell-fonts-0.0.16: already unlocked
cdrdao-1.2.3_5: already unlocked
cdrtools-3.00_2: already unlocked
chmlib-0.40_1: already unlocked
cln-1.3.4: already unlocked
clucene-2.3.3.4_7: already unlocked
colord-1.2.11: already unlocked
compat9x-amd64-9.2.902000.201310: already unlocked
compositeproto-0.4.2: already unlocked
consolekit-0.4.5_4: already unlocked
crosextrafonts-caladea-20130214_1: already unlocked
crosextrafonts-carlito-20130920_2: already unlocked
cscope-15.8b: already unlocked
ctags-5.8: already unlocked
cups-base-2.0.3_3: already unlocked
cups-bjnp-2.0: already unlocked
cups-client-2.0.3_2: already unlocked
cups-filters-1.1.0: already unlocked
cups-image-2.0.3_2: already unlocked
cups-pdf-2.6.1_2: already unlocked
cups-pk-helper-0.2.5: already unlocked
cups-pstoraster-8.15.4_8: already unlocked
curl-7.45.0: already unlocked
cursor-jimmac-theme-0.1_2: already unlocked
cuse4bsd-kmod-0.1.36: already unlocked
cvsps-2.1_1: already unlocked
cyrus-sasl-2.1.26_12: already unlocked
damageproto-1.2.1: already unlocked
db5-5.3.28_2: already unlocked
dbus-1.8.20: already unlocked
dbus-glib-0.104: already unlocked
dconf-0.24.0_1: already unlocked
de-aspell-20030222.1_1: already unlocked
debootstrap-1.0.74: already unlocked
dejavu-2.35: already unlocked
desktop-file-utils-0.22_3: already unlocked
di-4.37: already unlocked
disktype-9: already unlocked
djbfft-0.76_2: already unlocked
djvulibre-3.5.25.3_3: already unlocked
dmidecode-2.12: already unlocked
dmxproto-2.3.1: already unlocked
docbook-1.5: already unlocked
docbook-sgml-4.5_1: already unlocked
docbook-xml-5.0_3: already unlocked
docbook-xsl-1.76.1_2: already unlocked
dri-10.6.9,2: already unlocked
dri2proto-2.8: already unlocked
droid-fonts-ttf-20131024_3: already unlocked
dvd+rw-tools-7.1_1: already unlocked
ebook-tools-0.2.2_3: already unlocked
eject-1.5_4: already unlocked
en-hunspell-7.1_1: already unlocked
enchant-1.6.0_5: already unlocked
encodings-1.0.4_3,1: already unlocked
engrampa-1.10.1: already unlocked
enscript-a4-1.6.6_1: already unlocked
es-libreoffice-5.0.3: already unlocked
esound-0.2.41_3: already unlocked
exempi-2.2.2: already unlocked
exiv2-0.24_2,1: already unlocked
expat-2.1.0_3: already unlocked
faad2-2.7_5,1: already unlocked
farsight2-0.0.31_3: already unlocked
fbreader-0.99.6_2: already unlocked
fdk-aac-0.1.4: already unlocked
ffmpeg-2.8.1,1: already unlocked
fftw3-3.3.3_2: already unlocked
fftw3-float-3.3.3_2: already unlocked
firebird25-client-2.5.4_2: already unlocked
firefox-41.0.2,1: already unlocked
fixesproto-5.0: already unlocked
flac-1.3.1_1: already unlocked
fluxbox-1.3.7: already unlocked
fluxbox-tenr-styles-pack-20071215_3: already unlocked
font-adobe-100dpi-1.0.3_3: already unlocked
font-adobe-75dpi-1.0.3_3: already unlocked
font-adobe-utopia-100dpi-1.0.4_3: already unlocked
font-adobe-utopia-75dpi-1.0.4_3: already unlocked
font-adobe-utopia-type1-1.0.4_3: already unlocked
font-alias-1.0.3_3: already unlocked
font-arabic-misc-1.0.3_3: already unlocked
font-bh-100dpi-1.0.3_3: already unlocked
font-bh-75dpi-1.0.3_3: already unlocked
font-bh-lucidatypewriter-100dpi-1.0.3_3: already unlocked
font-bh-lucidatypewriter-75dpi-1.0.3_3: already unlocked
font-bh-ttf-1.0.3_3: already unlocked
font-bh-type1-1.0.3_3: already unlocked
font-bitstream-100dpi-1.0.3_3: already unlocked
font-bitstream-75dpi-1.0.3_3: already unlocked
font-bitstream-type1-1.0.3_3: already unlocked
font-cronyx-cyrillic-1.0.3_3: already unlocked
font-cursor-misc-1.0.3_3: already unlocked
font-daewoo-misc-1.0.3_3: already unlocked
font-dec-misc-1.0.3_3: already unlocked
font-ibm-type1-1.0.3_3: already unlocked
font-isas-misc-1.0.3_3: already unlocked
font-jis-misc-1.0.3_3: already unlocked
font-micro-misc-1.0.3_3: already unlocked
font-misc-cyrillic-1.0.3_3: already unlocked
font-misc-ethiopic-1.0.3_3: already unlocked
font-misc-meltho-1.0.3_3: already unlocked
font-misc-misc-1.1.2_3: already unlocked
font-mutt-misc-1.0.3_3: already unlocked
font-schumacher-misc-1.1.2_3: already unlocked
font-screen-cyrillic-1.0.4_3: already unlocked
font-sony-misc-1.0.3_3: already unlocked
font-sun-misc-1.0.3_3: already unlocked
font-util-1.3.1: already unlocked
font-winitzki-cyrillic-1.0.3_3: already unlocked
font-xfree86-type1-1.0.4_3: already unlocked
fontcacheproto-0.1.3: already unlocked
fontconfig-2.11.1_1,1: already unlocked
fonts-indic-2.1.5_3: already unlocked
fontsproto-2.1.3,1: already unlocked
foo2zjs-20150511_1: already unlocked
foomatic-db-20150819: already unlocked
foomatic-db-engine-4.0.12,2: already unlocked
foomatic-filters-4.0.17_3: already unlocked
fr-aspell-0.50.3_1,1: already unlocked
freeglut-2.8.1_4: already unlocked
freetype2-2.6_1: already unlocked
fribidi-0.19.2_3: already unlocked
fusefs-libs-2.9.4: already unlocked
fusefs-ntfs-2015.3.14_3: already unlocked
gamin-0.1.10_8: already unlocked
garcon-0.4.0_1: already unlocked
gbm-10.6.9: already unlocked
gcc-4.8.5: already unlocked
gcc-ecj-4.5: already unlocked
gconf2-3.2.6_4: already unlocked
gconfmm-2.28.2_3: already unlocked
gcr-3.16.0: already unlocked
gdbm-1.11_2: already unlocked
gdk-pixbuf2-2.32.1: already unlocked
gegl-0.2.0_14: already unlocked
geoclue-2.2.0: already unlocked
getopt-1.1.6: already unlocked
gettext-runtime-0.19.6: already unlocked
gettext-tools-0.19.6: already unlocked
ghostscript9-base-9.06_11: already unlocked
ghostscript9-x11-9.06_11: already unlocked
giflib-5.0.6: already unlocked
gimp-app-2.8.14_4,1: already unlocked
git-2.6.3: already unlocked
gle-3.1.0_6: already unlocked
glew-1.12.0: already unlocked
glib-2.44.1_2: already unlocked
glib-networking-2.44.0: already unlocked
glibmm-2.44.0,1: already unlocked
glproto-1.4.17: already unlocked
gmp-5.1.3_2: already unlocked
gnome-doc-utils-0.20.10_4: already unlocked
gnome-keyring-3.16.0: already unlocked
gnome-mount-0.8_12: already unlocked
gnome-pty-helper-0.40.2: already unlocked
gnome_subr-1.0: already unlocked
gnupg-2.1.8: already unlocked
gnutls-3.3.17.1: already unlocked
gobject-introspection-1.44.0: already unlocked
gpgme-1.5.5: already unlocked
gpsd-3.14_3: already unlocked
grantlee-0.5.1: already unlocked
graphite2-1.3.3: already unlocked
graphviz-2.38.0_10: already unlocked
grub2-efi-2.02_15: already unlocked
grub2-pcbsd-2.02q_7: already unlocked
gsed-4.2.2: already unlocked
gsettings-desktop-schemas-3.16.1: already unlocked
gsfonts-8.11_6: already unlocked
gsm-1.0.13_2: already unlocked
gsmartcontrol-0.8.7_4: already unlocked
gstreamer-0.10.36_4: already unlocked
gstreamer-ffmpeg-0.10.13_4: already unlocked
gstreamer-plugins-0.10.36_6,3: already unlocked
gstreamer-plugins-a52dec-0.10.19_1,3: already unlocked
gstreamer-plugins-bad-0.10.23_2,3: already unlocked
gstreamer-plugins-core-0.10_13: already unlocked
gstreamer-plugins-dts-0.10.23_1,3: already unlocked
gstreamer-plugins-dvd-0.10.19_4,3: already unlocked
gstreamer-plugins-good-0.10.31_2,3: already unlocked
gstreamer-plugins-libpng-0.10.31_2,3: already unlocked
gstreamer-plugins-mad-0.10.19_3,3: already unlocked
gstreamer-plugins-mp3-0.10.0_1: already unlocked
gstreamer-plugins-ogg-0.10.36_1,3: already unlocked
gstreamer-plugins-pango-0.10.36_2,3: already unlocked
gstreamer-plugins-theora-0.10.36_1,3: already unlocked
gstreamer-plugins-ugly-0.10.19_1,3: already unlocked
gstreamer-plugins-v4l2-0.10.31_1,3: already unlocked
gstreamer-plugins-vorbis-0.10.36_1,3: already unlocked
gstreamer-plugins-xvid-0.10.23_1,3: already unlocked
gstreamer1-1.6.0: already unlocked
gstreamer1-libav-1.6.0: already unlocked
gstreamer1-plugins-1.6.0: already unlocked
gstreamer1-plugins-good-1.6.0: already unlocked
gtar-1.28_2: already unlocked
gtk-engines2-2.20.2_2: already unlocked
gtk-murrine-engine-0.98.2_4: already unlocked
gtk-theme-switch-2.0.0.r2_5: already unlocked
gtk-update-icon-cache-2.24.28: already unlocked
gtk-xfce-engine-3.2.0: already unlocked
gtk2-2.24.28_1: already unlocked
gtk2-qtcurve-theme-1.8.18: already unlocked
gtk3-3.16.6: already unlocked
gtkmm24-2.24.4_2: already unlocked
gtksourceview2-2.10.5_4: already unlocked
gtkspell-2.0.16_5: already unlocked
gucharmap-3.16.2: already unlocked
gutenprint-5.2.10: already unlocked
gutenprint-base-5.2.10_1: already unlocked
gutenprint-cups-5.2.10_1: already unlocked
gutenprint-foomatic-5.2.10_1: already unlocked
gutenprint-ijs-5.2.10_1: already unlocked
gvfs-1.24.2: already unlocked
hal-0.5.14_30: already unlocked
hal-info-20091130: already unlocked
harfbuzz-1.0.6: already unlocked
heimdal-1.5.3_4: already unlocked
hicolor-icon-theme-0.15: already unlocked
hu-aspell-0.99.4.2.0_1,2: already unlocked
hunspell-1.3.3: already unlocked
hupnp-1.0.0_1: already unlocked
hyphen-2.8.8: already unlocked
i386-wine-staging-1.7.53,1: already unlocked
ibus-1.5.11: already unlocked
ibus-m17n-1.3.3_5: already unlocked
ibus-qt-1.3.3_1: already unlocked
ibus-table-1.5.0_1: already unlocked
iceauth-1.0.7: already unlocked
icedtea-web-1.5.2: already unlocked
icewm-1.3.8_2: already unlocked
icoutils-0.31.0_1: already unlocked
icu-55.1: already unlocked
ilmbase-2.2.0: already unlocked
indexinfo-0.2.4: already unlocked
inputproto-2.3.1: already unlocked
iocage-devel-20151030: already unlocked
iso-codes-3.62: already unlocked
iso8879-1986_3: already unlocked
iw-aspell-1.0.0_1,2: already unlocked
ja-font-vlgothic-20141206_3: already unlocked
ja-ibus-mozc-2.17.2106.102: already unlocked
ja-mozc-server-2.17.2106.102: already unlocked
ja-mozc-tool-2.17.2106.102: already unlocked
ja-tegaki-zinnia-japanese-0.3: already unlocked
ja-zinnia-0.06_1: already unlocked
jailme-0.2.0: already unlocked
jasper-1.900.1_15: already unlocked
java-zoneinfo-2015.f: already unlocked
javavmwrapper-2.5: already unlocked
jbig2dec-0.11_4: already unlocked
jbigkit-2.1_1: already unlocked
jpeg-turbo-1.4.2: already unlocked
json-c-0.12_2: already unlocked
json-glib-1.0.4: already unlocked
kbproto-1.0.7: already unlocked
kde4-icons-oxygen-4.14.3: already unlocked
kde4-wallpapers-freebsd-1.0: already unlocked
kde4-xdg-env-1.1: already unlocked
kdelibs-4.14.3_1: already unlocked
ko-baekmukfonts-ttf-2.2_2: already unlocked
ksysguardd-4.11.14: already unlocked
lame-3.99.5_2: already unlocked
lcms-1.19_6,1: already unlocked
lcms2-2.7_1: already unlocked
ldb-1.1.21_1: already unlocked
libEGL-10.6.9: already unlocked
libFS-1.0.7: already unlocked
libGL-10.6.9: already unlocked
libGLU-9.0.0_2: already unlocked
libICE-1.0.9_1,1: already unlocked
libIDL-0.8.14_2: already unlocked
libSM-1.2.2_3,1: already unlocked
libX11-1.6.3,1: already unlocked
libXScrnSaver-1.2.2_3: already unlocked
libXTrap-1.0.1_3: already unlocked
libXau-1.0.8_3: already unlocked
libXaw-1.0.13,2: already unlocked
libXcomposite-0.4.4_3,1: already unlocked
libXcursor-1.1.14_3: already unlocked
libXdamage-1.1.4_3: already unlocked
libXdmcp-1.1.2: already unlocked
libXevie-1.0.3_3: already unlocked
libXext-1.3.3_1,1: already unlocked
libXfixes-5.0.1_3: already unlocked
libXfont-1.5.1,2: already unlocked
libXfontcache-1.0.5_3: already unlocked
libXft-2.3.2_1: already unlocked
libXi-1.7.5,1: already unlocked
libXinerama-1.1.3_3,1: already unlocked
libXmu-1.1.2_3,1: already unlocked
libXp-1.0.3,1: already unlocked
libXpm-3.5.11_4: already unlocked
libXrandr-1.5.0: already unlocked
libXrender-0.9.9: already unlocked
libXres-1.0.7_3: already unlocked
libXt-1.1.5,1: already unlocked
libXtst-1.2.2_3: already unlocked
libXv-1.0.10_3,1: already unlocked
libXvMC-1.0.9: already unlocked
libXxf86dga-1.1.4_3: already unlocked
libXxf86misc-1.0.3_3: already unlocked
libXxf86vm-1.1.4_1: already unlocked
liba52-0.7.4_3: already unlocked
libaacplus-2.0.2_8: already unlocked
libaacs-0.8.0: already unlocked
libabw-0.1.1: already unlocked
libao-1.2.0_2: already unlocked
libarchive-3.1.2_4,1: already unlocked
libassuan-2.2.1: already unlocked
libaudiofile-0.3.6_2: already unlocked
libcanberra-0.30_3: already unlocked
libcddb-1.3.2_4: already unlocked
libcdio-0.92_1: already unlocked
libcdio-paranoia-10.2+0.90+1_1: already unlocked
libcdr01-0.1.1_1: already unlocked
libcmis-0.5.0: already unlocked
libcroco-0.6.8_2: already unlocked
libdaemon-0.14_1: already unlocked
libdbusmenu-qt-0.9.3.151020150604: already unlocked
libdca-0.0.5_1: already unlocked
libdevq-0.0.2_1: already unlocked
libdmtx-0.7.4_7: already unlocked
libdmx-1.1.3_3: already unlocked
libdrm-2.4.65_1,1: already unlocked
libdvbpsi-1.2.0: already unlocked
libdvdcss-1.3.99: already unlocked
libdvdnav-5.0.3: already unlocked
libdvdread-5.0.3: already unlocked
libe-book-0.1.2_1: already unlocked
libebml-1.3.1: already unlocked
libedit-3.1.20150325_1: already unlocked
libepoxy-1.2: already unlocked
liberation-fonts-ttf-2.00.1,2: already unlocked
libetonyek01-0.1.3,1: already unlocked
libevent2-2.0.22_1: already unlocked
libexif-0.6.21_4: already unlocked
libexo-0.10.7: already unlocked
libexttextcat-3.4.4: already unlocked
libffi-3.2.1: already unlocked
libfontenc-1.1.3: already unlocked
libfpx-1.3.1.4: already unlocked
libfreehand-0.1.1: already unlocked
libftdi-0.20_4: already unlocked
libgcrypt-1.6.4_1: already unlocked
libgd-2.1.0_6,1: already unlocked
libglade2-2.6.4_8: already unlocked
libglademm-2.6.7_7: already unlocked
libglapi-10.6.9: already unlocked
libglesv2-10.6.9: already unlocked
libgltf-0.0.2: already unlocked
libgnome-keyring-3.12.0_2: already unlocked
libgpg-error-1.20_1: already unlocked
libgphoto2-2.5.8_1: already unlocked
libgsf-1.14.34: already unlocked
libgtop-2.31.90: already unlocked
libgxps-0.2.3.2: already unlocked
libical-1.0.1: already unlocked
libiconv-1.14_9: already unlocked
libid3tag-0.15.1b_1: already unlocked
libidn-1.31: already unlocked
libijs-0.35_5: already unlocked
libinotify-20150910: already unlocked
libiodbc-3.52.9_1: already unlocked
libirman-0.4.6: already unlocked
libkate-0.4.1_6: already unlocked
libksba-1.3.3: already unlocked
liblangtag-0.5.7: already unlocked
liblqr-1-0.4.1_8: already unlocked
libltdl-2.4.6: already unlocked
libmad-0.15.1b_6: already unlocked
libmatekbd-1.10.0: already unlocked
libmatemixer-1.10.0_1: already unlocked
libmateweather-1.10.0: already unlocked
libmatroska-1.4.2: already unlocked
libmng-1.0.10_2: already unlocked
libmpeg2-0.5.1_6: already unlocked
libmspack-0.5: already unlocked
libmspub01-0.1.2_1: already unlocked
libmtp-1.1.10: already unlocked
libmusicbrainz5-5.1.0: already unlocked
libmwaw03-0.3.6: already unlocked
libnice-0.1.13: already unlocked
libnice-gst010-0.1.13: already unlocked
libnotify-0.7.6_1: already unlocked
libodfgen01-0.1.5: already unlocked
libogg-1.3.2_1,4: already unlocked
liboldX-1.0.1_3: already unlocked
libopenraw-0.0.9_3: already unlocked
liborcus-0.9.2: already unlocked
liborcus07-0.7.1: already unlocked
libotf-0.9.13_2: already unlocked
libpagemaker-0.0.2: already unlocked
libpaper-1.1.24.4: already unlocked
libpci-3.4.0: already unlocked
libpciaccess-0.13.4: already unlocked
libproxy-0.4.6: already unlocked
libpthread-stubs-0.3_6: already unlocked
libpurple-2.10.11: already unlocked
libqalculate-0.9.7_5: already unlocked
libqrencode-3.4.4_1: already unlocked
libraw-0.16.2_1: already unlocked
libreoffice-5.0.3: already unlocked
libressl-devel-2.3.1: already unlocked
librevenge-0.0.2: already unlocked
librsvg2-2.40.10: already unlocked
libsamplerate-0.1.8_6: already unlocked
libsecret-0.18.3: already unlocked
libsigc++-2.4.1: already unlocked
libslang2-2.3.0: already unlocked
libsndfile-1.0.25_5: already unlocked
libsoup-2.50.0: already unlocked
libsoup-gnome-2.50.0: already unlocked
libspectre-0.2.7_1: already unlocked
libspiro-0.5.20150702,1: already unlocked
libssh-0.7.2: already unlocked
libssh2-1.6.0_1,2: already unlocked
libstreamanalyzer-0.7.8_5: already unlocked
libstreams-0.7.8_1: already unlocked
libsunacl-1.0: already unlocked
libtasn1-4.7: already unlocked
libtheora-1.1.1_6: already unlocked
libublio-20070103: already unlocked
libunibreak-1.1_3,1: already unlocked
libv4l-1.6.3_1: already unlocked
libvdpau-1.1: already unlocked
libvisio01-0.1.3: already unlocked
libvolume_id-0.81.1: already unlocked
libvorbis-1.3.5,3: already unlocked
libvpx-1.4.0.488_1: already unlocked
libwmf-0.2.8.4_15: already unlocked
libwnck-2.30.7_1: already unlocked
libwpd010-0.10.0: already unlocked
libwpg03-0.3.0: already unlocked
libwps-0.4.2: already unlocked
libwps03-0.3.1_1: already unlocked
libwraster-0.95.7: already unlocked
libx264-0.144.2533_1: already unlocked
libxcb-1.11.1: already unlocked
libxfce4menu-4.12.1_1: already unlocked
libxfce4util-4.12.1: already unlocked
libxkbcommon-0.5.0_1: already unlocked
libxkbfile-1.0.9: already unlocked
libxkbui-1.0.2_4: already unlocked
libxklavier-5.3,1: already unlocked
libxml++-2.34.2_2: already unlocked
libxml2-2.9.2_3: already unlocked
libxshmfence-1.2: already unlocked
libxslt-1.1.28_7: already unlocked
libxul-38.3.0: already unlocked
libyaml-0.1.6_2: already unlocked
libzip-1.0.1: already unlocked
life-preserver-1441050470: already unlocked
lineakd-0.9_4: already unlocked
linux-c6-alsa-lib-1.0.22_2: already unlocked
linux-c6-alsa-plugins-oss-1.0.21_3: already unlocked
linux-c6-atk-1.30.0: already unlocked
linux-c6-cairo-1.8.8_4: already unlocked
linux-c6-curl-7.19.7_4: already unlocked
linux-c6-cyrus-sasl2-2.1.23_3: already unlocked
linux-c6-expat-2.0.1_2: already unlocked
linux-c6-flashplugin-11.2r202.540: already unlocked
linux-c6-fontconfig-2.8.0_1: already unlocked
linux-c6-gdk-pixbuf2-2.24.1: already unlocked
linux-c6-gtk2-2.24.23_1: already unlocked
linux-c6-jpeg-1.2.1_1: already unlocked
linux-c6-libasyncns-0.8_2: already unlocked
linux-c6-libsigc++20-2.2.4.2_1: already unlocked
linux-c6-libssh2-1.4.2_4: already unlocked
linux-c6-libv4l-0.6.3_1: already unlocked
linux-c6-nspr-4.10.8_1: already unlocked
linux-c6-nss-3.19.1: already unlocked
linux-c6-openldap-2.4.39: already unlocked
linux-c6-openssl-1.0.1e_6: already unlocked
linux-c6-openssl-compat-0.9.8e_2: already unlocked
linux-c6-pango-1.28.1_2: already unlocked
linux-c6-png-1.2.49_2: already unlocked
linux-c6-sqlite-3.6.20_2: already unlocked
linux-c6-tiff-3.9.4_1: already unlocked
linux-c6-xorg-libs-7.4_3: already unlocked
linux_base-c6-6.6_6: already unlocked
linux_dvbwrapper-kmod-1.0_1: already unlocked
linuxlibertine-g-20120116_1: already unlocked
lirc-0.9.0_7,1: already unlocked
liveMedia-2014.12.17_1,2: already unlocked
llvm36-3.6.2_2: already unlocked
lp_solve-5.5.2.0: already unlocked
lua51-5.1.5_9: already unlocked
lua52-5.2.4: already unlocked
luit-1.1.1: already unlocked
lumina-0.8.7_1,1: already unlocked
lzo2-2.09: already unlocked
m17n-db-1.6.5: already unlocked
m17n-lib-1.6.4_6: already unlocked
mDNSResponder-576.30.4: already unlocked
madplay-0.15.2b_5: already unlocked
marco-1.10.2: already unlocked
mate-applets-1.10.3_1: already unlocked
mate-backgrounds-1.10.0: already unlocked
mate-base-1.10.0: already unlocked
mate-control-center-1.10.1: already unlocked
mate-desktop-1.10.2: already unlocked
mate-icon-theme-1.10.1: already unlocked
mate-icon-theme-faenza-1.10.0: already unlocked
mate-media-1.10.0: already unlocked
mate-menus-1.10.0_1: already unlocked
mate-notification-daemon-1.10.1: already unlocked
mate-panel-1.10.1: already unlocked
mate-polkit-1.10.1: already unlocked
mate-power-manager-1.10.2: already unlocked
mate-session-manager-1.10.2_1: already unlocked
mate-settings-daemon-1.10.2: already unlocked
mate-system-monitor-1.10.1: already unlocked
mate-terminal-1.10.1: already unlocked
mate-themes-1.10.4: already unlocked
mate-utils-1.10.3: already unlocked
mc-4.8.14_1: already unlocked
mkfontdir-1.0.7: already unlocked
mkfontscale-1.1.2: already unlocked
mousepad-0.4.0_2: already unlocked
mpage-2.5.6: already unlocked
mpc-1.0.3: already unlocked
mpfr-3.1.2_2: already unlocked
mtools-4.0.10_4: already unlocked
multiget-1.1.3_10: already unlocked
musepack-2011.08.10: already unlocked
mysql56-client-5.6.26: already unlocked
mysql56-server-5.6.26: already unlocked
mythes-1.2.4: already unlocked
neon-0.30.1: already unlocked
netatalk-2.2.5_5,1: already unlocked
netpbm-10.35.97: already unlocked
nettle-2.7.1: already unlocked
nginx-1.8.0_3,2: already unlocked
normalize-0.7.7_10: already unlocked
noto-1.0.4_1: already unlocked
npth-1.2: already unlocked
nspluginwrapper-1.4.4_4: already unlocked
nspr-4.10.9: already unlocked
nss-3.20: already unlocked
nss_ldap-1.265_12: already unlocked
nss_mdns-0.10_3: already unlocked
ntdb-1.0: already unlocked
numlockx-1.2: already unlocked
opencollada-1.2.2.20150519: already unlocked
opencv-core-2.4.9_3: already unlocked
openjdk8-8.60.24: already unlocked
openjpeg-2.1.1: already unlocked
openjpeg15-1.5.2_1: already unlocked
openldap-client-2.4.42_2: already unlocked
openntpd-5.7p4_1,2: already unlocked
openslp-2.0.0: already unlocked
opus-1.1_2: already unlocked
opusfile-0.6_1: already unlocked
orage-4.12.1_1: already unlocked
orc-0.4.24_1: already unlocked
p11-kit-0.23.1_1: already unlocked
p5-Authen-NTLM-1.09_1: already unlocked
p5-Authen-SASL-2.16_1: already unlocked
p5-Digest-HMAC-1.03_1: already unlocked
p5-Encode-Locale-1.05: already unlocked
p5-Error-0.17024: already unlocked
p5-File-Listing-6.04_1: already unlocked
p5-GSSAPI-0.28_1: already unlocked
p5-HTML-Parser-3.71_1: already unlocked
p5-HTML-Tagset-3.20_1: already unlocked
p5-HTTP-Cookies-6.01_1: already unlocked
p5-HTTP-Daemon-6.01_1: already unlocked
p5-HTTP-Date-6.02_1: already unlocked
p5-HTTP-Message-6.11: already unlocked
p5-HTTP-Negotiate-6.01_1: already unlocked
p5-IO-HTML-1.001_1: already unlocked
p5-IO-Socket-IP-0.37: already unlocked
p5-IO-Socket-SSL-2.020: already unlocked
p5-LWP-MediaTypes-6.02_1: already unlocked
p5-Mozilla-CA-20141217: already unlocked
p5-Net-HTTP-6.09: already unlocked
p5-Net-SMTP-SSL-1.03: already unlocked
p5-Net-SSLeay-1.72: already unlocked
p5-Socket-2.020: already unlocked
p5-Term-ReadKey-2.32_1: already unlocked
p5-URI-1.69: already unlocked
p5-WWW-RobotRules-6.02_1: already unlocked
p5-libwww-6.13: already unlocked
p5-perlqt-4.14.3: already unlocked
p5-subversion-1.9.2: already unlocked
p7zip-9.38.1_2: already unlocked
pam_kde-1.0: already unlocked
pam_ldap-1.8.6_3: already unlocked
pam_mkhomedir-0.2: already unlocked
pango-1.36.8_2: already unlocked
pangomm-2.36.0: already unlocked
pangox-compat-0.0.2_1: already unlocked
paprefs-0.9.10: already unlocked
pavucontrol-3.0: already unlocked
pbi-manager-1441126851: already unlocked
pcbsd-appweb-1441129621: already unlocked
pcbsd-base-2020151023: already unlocked
pcbsd-libsh-1438351389: already unlocked
pcbsd-meta-mate-1421269030: already unlocked
pcbsd-syscache-1439494375: already unlocked
pcbsd-utils-1445451961: already unlocked
pcbsd-utils-qt5-1445611394: already unlocked
pciids-20151011: already unlocked
pciutils-3.4.0: already unlocked
pcre-8.37_4: already unlocked
perl5-5.20.3_8: already unlocked
phonon-4.8.3: already unlocked
phonon-vlc-0.8.2_1: already unlocked
php56-5.6.14: already unlocked
php56-filter-5.6.14: already unlocked
php56-gd-5.6.14: already unlocked
php56-json-5.6.14: already unlocked
php56-session-5.6.14: already unlocked
pidgin-2.10.11: already unlocked
pinentry-0.9.5: already unlocked
pinentry-gtk2-0.9.5: already unlocked
pixman-0.32.8: already unlocked
pkg-1.6.1_2: already unlocked
pkgconf-0.9.12_1: already unlocked
pl-aspell-6.0.20061121.0_1,1: already unlocked
pluma-1.10.2: already unlocked
png-1.6.18: already unlocked
policykit-0.9_10: already unlocked
policykit-gnome-0.9.2_7: already unlocked
polkit-0.113_1: already unlocked
polkit-qt-0.112.0: already unlocked
poppler-0.34.0: already unlocked
poppler-data-0.4.7: already unlocked
poppler-glib-0.34.0: already unlocked
poppler-qt4-0.34.0: already unlocked
poppler-qt5-0.34.0: already unlocked
poppler-utils-0.34.0: already unlocked
popt-1.16_1: already unlocked
printproto-1.0.5: already unlocked
prison-1.0_1: already unlocked
protobuf-2.6.1: already unlocked
pulseaudio-6.0_2: already unlocked
pwcview-1.4.1_6: already unlocked
py27-Babel-2.0: already unlocked
py27-Jinja2-2.8: already unlocked
py27-MarkupSafe-0.23: already unlocked
py27-cairo-1.10.0_2: already unlocked
py27-cups-1.9.72: already unlocked
py27-curl-7.19.5.3: already unlocked
py27-dbus-1.2.0_1: already unlocked
py27-dnspython-1.12.0: already unlocked
py27-fail2ban-0.9.3: already unlocked
py27-gobject-2.28.6_6: already unlocked
py27-gobject3-3.16.2: already unlocked
py27-gstreamer-0.10.22_3: already unlocked
py27-gtk2-2.24.0_4: already unlocked
py27-gtksourceview-2.10.1_2: already unlocked
py27-libturpial-1.7.0: already unlocked
py27-libxml2-2.9.2: already unlocked
py27-notify-0.1.1_11: already unlocked
py27-oauth-1.0.1_2: already unlocked
py27-pillow-2.9.0: already unlocked
py27-pytz-2015.7,1: already unlocked
py27-qt4-4.11.3: already unlocked
py27-qt4-assistant-4.11.3,1: already unlocked
py27-qt4-core-4.11.3,1: already unlocked
py27-qt4-dbus-4.11.3,1: already unlocked
py27-qt4-dbussupport-4.11.3: already unlocked
py27-qt4-declarative-4.11.3: already unlocked
py27-qt4-demo-4.11.3,1: already unlocked
py27-qt4-designer-4.11.3,1: already unlocked
py27-qt4-designerplugin-4.11.3,1: already unlocked
py27-qt4-doc-4.11.3,1: already unlocked
py27-qt4-gui-4.11.3,1: already unlocked
py27-qt4-help-4.11.3: already unlocked
py27-qt4-multimedia-4.11.3: already unlocked
py27-qt4-network-4.11.3,1: already unlocked
py27-qt4-opengl-4.11.3,1: already unlocked
py27-qt4-phonon-4.11.3: already unlocked
py27-qt4-qscintilla2-2.8.4,1: already unlocked
py27-qt4-script-4.11.3,1: already unlocked
py27-qt4-scripttools-4.11.3,1: already unlocked
py27-qt4-sql-4.11.3,1: already unlocked
py27-qt4-svg-4.11.3,1: already unlocked
py27-qt4-test-4.11.3,1: already unlocked
py27-qt4-webkit-4.11.3: already unlocked
py27-qt4-xml-4.11.3,1: already unlocked
py27-qt4-xmlpatterns-4.11.3: already unlocked
py27-requests-2.8.1: already unlocked
py27-setproctitle-1.1.9: already unlocked
py27-setuptools27-17.0: already unlocked
py27-simplejson-3.6.3: already unlocked
py27-sip-4.16.5,1: already unlocked
py27-sqlite3-2.7.10_6: already unlocked
py27-tkinter-2.7.10_5: already unlocked
py27-xdg-0.25: already unlocked
pydbus-common-1.2.0_1: already unlocked
pygobject3-common-3.16.2: already unlocked
pysolfc-2.0_6: already unlocked
python-2.7_2,2: already unlocked
python2-2_3: already unlocked
python27-2.7.10_1: already unlocked
q4wine-1.1.r2_3: already unlocked
qca-2.1.1: already unlocked
qcomicbook-0.9.0_6: already unlocked
qimageblitz-0.0.6_2: already unlocked
qjson-0.8.1: already unlocked
qoauth-1.0.1_1: already unlocked
qorganizer-3.1_4: already unlocked
qpdf-5.1.2_1: already unlocked
qscintilla2-2.8.4,1: already unlocked
qt4-assistant-4.8.7: already unlocked
qt4-clucene-4.8.7: already unlocked
qt4-corelib-4.8.7: already unlocked
qt4-dbus-4.8.7: already unlocked
qt4-declarative-4.8.7: already unlocked
qt4-designer-4.8.7: already unlocked
qt4-doc-4.8.7: already unlocked
qt4-gui-4.8.7: already unlocked
qt4-help-4.8.7: already unlocked
qt4-iconengines-4.8.7: already unlocked
qt4-imageformats-4.8.7: already unlocked
qt4-inputmethods-4.8.7: already unlocked
qt4-libQtAssistantClient-4.6.3_1: already unlocked
qt4-multimedia-4.8.7: already unlocked
qt4-mysql-plugin-4.8.7: already unlocked
qt4-network-4.8.7_1: already unlocked
qt4-opengl-4.8.7: already unlocked
qt4-qdbusviewer-4.8.7: already unlocked
qt4-qt3support-4.8.7: already unlocked
qt4-script-4.8.7: already unlocked
qt4-scripttools-4.8.7: already unlocked
qt4-sql-4.8.7: already unlocked
qt4-sqlite-plugin-4.8.7: already unlocked
qt4-style-qtcurve-1.8.18: already unlocked
qt4-svg-4.8.7: already unlocked
qt4-testlib-4.8.7: already unlocked
qt4-webkit-4.8.7: already unlocked
qt4-xml-4.8.7: already unlocked
qt4-xmlpatterns-4.8.7: already unlocked
qt5-assistant-5.4.1: already unlocked
qt5-buildtools-5.4.1: already unlocked
qt5-clucene-5.4.1: already unlocked
qt5-concurrent-5.4.1: already unlocked
qt5-core-5.4.1_2: already unlocked
qt5-dbus-5.4.1: already unlocked
qt5-gui-5.4.1_2: already unlocked
qt5-help-5.4.1: already unlocked
qt5-imageformats-5.4.1: already unlocked
qt5-linguist-5.4.1: already unlocked
qt5-linguisttools-5.4.1: already unlocked
qt5-multimedia-5.4.1_1: already unlocked
qt5-network-5.4.1_1: already unlocked
qt5-opengl-5.4.1: already unlocked
qt5-printsupport-5.4.1: already unlocked
qt5-qmake-5.4.1_2: already unlocked
qt5-qml-5.4.1: already unlocked
qt5-quick-5.4.1: already unlocked
qt5-sql-5.4.1: already unlocked
qt5-sqldrivers-sqlite3-5.4.1: already unlocked
qt5-svg-5.4.1: already unlocked
qt5-testlib-5.4.1: already unlocked
qt5-webkit-5.4.1_2: already unlocked
qt5-widgets-5.4.1: already unlocked
qt5-x11extras-5.4.1: already unlocked
qt5-xml-5.4.1: already unlocked
qt5-xmlpatterns-5.4.1: already unlocked
qtcurve-utils-1.8.18: already unlocked
quazip-0.7.1: already unlocked
qwt5-5.2.3: already unlocked
qzeitgeist-0.8.0_2: already unlocked
randrproto-1.5.0: already unlocked
raptor2-2.0.15_1: already unlocked
rar-5.2.1,3: already unlocked
rarian-0.8.1_4: already unlocked
rasqal-0.9.33: already unlocked
rdesktop-1.8.3: already unlocked
recordproto-1.14.2: already unlocked
redland-1.0.17_4: already unlocked
renderproto-0.11.1: already unlocked
ristretto-0.8.0: already unlocked
rpm2cpio-1.3_2: already unlocked
rpm4-4.12.0.1_2: already unlocked
rsync-3.1.1_4: already unlocked
ru-aspell-0.99.f7.1_1,2: already unlocked
ruby-2.0.0.647,1: already unlocked
ruby20-qtruby-4.14.3: already unlocked
samba36-libsmbclient-3.6.25_2: already unlocked
samba41-4.1.18_1: already unlocked
sane-backends-1.0.25: already unlocked
schroedinger-1.0.11_4: already unlocked
scrnsaverproto-1.2.2: already unlocked
sdl-1.2.15_7,2: already unlocked
sdocbook-xml-1.1_1,2: already unlocked
serf-1.3.8_1: already unlocked
sessreg-1.1.0: already unlocked
setxkbmap-1.3.1: already unlocked
shared-desktop-ontologies-0.11.0: already unlocked
shared-mime-info-1.4: already unlocked
sipcalc-1.1.6: already unlocked
skype-2.1.0.81_1,1: already unlocked
smartmontools-6.4_1: already unlocked
smokegen-4.14.3: already unlocked
smokeqt-4.14.3: already unlocked
smproxy-1.0.6: already unlocked
socat-1.7.3.0_2: already unlocked
soprano-2.9.4_1: already unlocked
soundtouch-1.9.0_1: already unlocked
sox-14.4.2: already unlocked
speex-1.2.r2,1: already unlocked
speexdsp-1.2.r3_1: already unlocked
spidermonkey170-17.0.0_1: already unlocked
splix-2.0.0_6: already unlocked
sqlite3-3.9.2: already unlocked
startup-notification-0.12_4: already unlocked
stunnel-5.26,1: already unlocked
subversion-1.9.2_1: already unlocked
sudo-1.8.15: already unlocked
svgalib-1.4.3_7: already unlocked
system-config-printer-1.4.7: already unlocked
t1lib-5.1.2_4,1: already unlocked
taglib-1.9.1_2: already unlocked
talloc-2.1.3_1: already unlocked
tcl84-8.4.20_2,1: already unlocked
tcl85-8.5.18_1: already unlocked
tcl86-8.6.4: already unlocked
tdb-1.3.7_1,1: already unlocked
tevent-0.9.25: already unlocked
tidy-lib-090315.c_3: already unlocked
tiff-4.0.6: already unlocked
tk84-8.4.20,2: already unlocked
tk85-8.5.18: already unlocked
tk86-8.6.4: already unlocked
tor-0.2.6.10: already unlocked
transcode-1.1.7_24: already unlocked
trapproto-3.4.3: already unlocked
trousers-tddl-0.3.10_7: already unlocked
turpial-3.0_2: already unlocked
twm-1.0.9: already unlocked
twolame-0.3.13_4: already unlocked
uk-aspell-1.4.0.0_1,2: already unlocked
unique-1.1.6_6: already unlocked
unrar-5.30,5: already unlocked
unzip-6.0_6: already unlocked
upower-0.99.3: already unlocked
vi-aspell-0.01.1.1_1,2: already unlocked
videoproto-2.3.2: already unlocked
vim-7.4.909: already unlocked
vlc-qt4-2.2.1_5,4: already unlocked
volman-0.7_2: already unlocked
vorbis-tools-1.4.0_10,3: already unlocked
vte-0.28.2_2: already unlocked
warden-1438351389: already unlocked
webcamd-3.18.0.1: already unlocked
webkit-gtk2-2.4.9: already unlocked
webp-0.4.4: already unlocked
wget-1.16.3: already unlocked
windowmaker-0.95.7: already unlocked
wmakerconf-2.12_11: already unlocked
wmicons-1.0_2: already unlocked
wqy-fonts-20100803_5,1: already unlocked
wx28-gtk2-2.8.12_6: already unlocked
wx28-gtk2-common-2.8.12_6: already unlocked
wxdfast-0.6.0_9: already unlocked
x11perf-1.6.0: already unlocked
x11vnc-0.9.13_2: already unlocked
xapian-core-1.2.21,1: already unlocked
xarchiver-0.5.4_1: already unlocked
xauth-1.0.9_1: already unlocked
xbacklight-1.2.1_1: already unlocked
xbitmaps-1.1.1: already unlocked
xbrightness-0.3: already unlocked
xcalc-1.0.6_2: already unlocked
xcb-util-0.4.0_1,1: already unlocked
xcb-util-image-0.4.0_1: already unlocked
xcb-util-keysyms-0.4.0_1: already unlocked
xcb-util-renderutil-0.3.9_1: already unlocked
xcb-util-wm-0.4.1_3: already unlocked
xclock-1.0.7_1: already unlocked
xcmsdb-1.0.5: already unlocked
xconsole-1.0.6_1: already unlocked
xcursor-themes-1.0.4_1: already unlocked
xcursorgen-1.0.6_1: already unlocked
xdg-utils-1.0.2.20130919_1: already unlocked
xdpyinfo-1.3.2: already unlocked
xdriinfo-1.0.5: already unlocked
xev-1.2.2: already unlocked
xextproto-7.3.0: already unlocked
xf86-input-keyboard-1.8.1: already unlocked
xf86-input-mouse-1.9.1_1: already unlocked
xf86-input-synaptics-1.8.2_1: already unlocked
xf86-video-ati-7.5.0_3: already unlocked
xf86-video-intel-2.21.15_9: already unlocked
xf86-video-mach64-6.9.5: already unlocked
xf86-video-nv-2.1.20_7: already unlocked
xf86-video-openchrome-0.3.3_6: already unlocked
xf86-video-r128-6.10.0: already unlocked
xf86-video-scfb-0.0.4_3: already unlocked
xf86-video-vesa-2.3.4: already unlocked
xf86dga-1.0.3_1: already unlocked
xf86dgaproto-2.1: already unlocked
xf86miscproto-0.9.3: already unlocked
xf86vidmodeproto-2.3.1: already unlocked
xfce-4.12_1: already unlocked
xfce4-appfinder-4.12.0: already unlocked
xfce4-conf-4.12.0: already unlocked
xfce4-desktop-4.12.3: already unlocked
xfce4-dict-plugin-0.7.1: already unlocked
xfce4-genmon-plugin-3.4.0_5: already unlocked
xfce4-panel-4.12.0_1: already unlocked
xfce4-screenshooter-plugin-1.8.2_2: already unlocked
xfce4-session-4.12.1_2: already unlocked
xfce4-settings-4.12.0_1: already unlocked
xfce4-terminal-0.6.3_2: already unlocked
xfce4-tumbler-0.1.31_1: already unlocked
xfce4-weather-plugin-0.8.6_2: already unlocked
xfce4-wm-4.12.3: already unlocked
xgamma-1.0.6: already unlocked
xgc-1.0.5: already unlocked
xhost-1.0.7: already unlocked
xineramaproto-1.2.1: already unlocked
xinit-1.3.4,1: already unlocked
xinput-1.6.2: already unlocked
xkbcomp-1.3.1: already unlocked
xkbevd-1.1.4: already unlocked
xkbutils-1.0.4: already unlocked
xkeyboard-config-2.16: already unlocked
xkill-1.0.4: already unlocked
xlsatoms-1.1.2: already unlocked
xlsclients-1.1.3: already unlocked
xmessage-1.0.4: already unlocked
xmlcatmgr-2.2_2: already unlocked
xmlcharent-0.3_2: already unlocked
xmodmap-1.0.9: already unlocked
xorg-7.7_2: already unlocked
xorg-apps-7.7_2: already unlocked
xorg-docs-1.7.1,1: already unlocked
xorg-drivers-7.7_3: already unlocked
xorg-fonts-7.7_1: already unlocked
xorg-fonts-100dpi-7.7: already unlocked
xorg-fonts-75dpi-7.7: already unlocked
xorg-fonts-cyrillic-7.7: already unlocked
xorg-fonts-miscbitmaps-7.7: already unlocked
xorg-fonts-truetype-7.7_1: already unlocked
xorg-fonts-type1-7.7: already unlocked
xorg-libraries-7.7_2: already unlocked
xorg-server-1.17.4,1: already unlocked
xpr-1.0.4: already unlocked
xprop-1.2.2: already unlocked
xproto-7.0.28: already unlocked
xrandr-1.4.3: already unlocked
xrdb-1.1.0: already unlocked
xrefresh-1.0.5: already unlocked
xsane-0.999_5: already unlocked
xscreensaver-5.34: already unlocked
xset-1.2.3_1: already unlocked
xsetmode-1.0.0: already unlocked
xsetroot-1.1.1: already unlocked
xterm-320: already unlocked
xtrans-1.3.5: already unlocked
xv-3.10a_16: already unlocked
xvid-1.3.4,1: already unlocked
xvinfo-1.1.3: already unlocked
xvkbd-3.7: already unlocked
xwd-1.0.6: already unlocked
xwininfo-1.1.3_1: already unlocked
xwud-1.0.4: already unlocked
yajl-2.1.0: already unlocked
zenity-3.16.3: already unlocked
zh-ibus-chewing-1.4.14: already unlocked
zh-ibus-pinyin-1.5.0_1: already unlocked
zh-libchewing-0.4.0_1: already unlocked
zh-pyzy-0.1.0_1: already unlocked
zip-3.0_1: already unlocked
Running: chroot /.updateStage pkg delete -ay
Checking integrity... done (0 conflicting)
Deinstallation has been requested for the following 1009 packages (of 0 packages in the universe):

Installed packages to be REMOVED:
    CoinMP-1.8.3
    GentiumBasic-110_3
    ImageMagick-6.9.2.4,1
    ORBit2-2.14.19_1
    OpenEXR-2.2.0_5
    OpenSSH-askpass-1.2.4.1_2
    Thunar-1.6.10_1
    a2ps-4.13b_7
    aalib-1.4.r5_11
    adwaita-icon-theme-3.16.2.1
    akonadi-1.13.0
    alsa-lib-1.1.0
    alsa-plugins-1.1.0
    anacron-2.3_6
    appres-1.0.4
    apr-1.5.2.1.5.4
    ar-aspell-1.2.0_1,1
    argyllcms-1.7.0_1
    aspell-0.60.6.1_5
    at-spi2-atk-2.16.0
    at-spi2-core-2.16.0
    ataidle-2.7.2
    atk-2.16.0
    atkmm-2.22.7
    atril-1.10.2
    attica-0.4.2,2
    avahi-app-0.6.31_5
    babl-0.1.12
    bash-4.3.42
    beadm-1.5.3
    binutils-2.25.1
    bitmap-1.0.8
    boost-libs-1.55.0_9
    ca_root_nss-3.20
    cabextract-1.6
    cagibi-0.2.0
    cairo-1.14.2_1,2
    cairomm-1.10.0_3
    caja-1.10.3
    cantarell-fonts-0.0.16
    cdrdao-1.2.3_5
    cdrtools-3.00_2
    chmlib-0.40_1
    cln-1.3.4
    clucene-2.3.3.4_7
    colord-1.2.11
    compat9x-amd64-9.2.902000.201310
    compositeproto-0.4.2
    consolekit-0.4.5_4
    crosextrafonts-caladea-20130214_1
    crosextrafonts-carlito-20130920_2
    cscope-15.8b
    ctags-5.8
    cups-base-2.0.3_3
    cups-bjnp-2.0
    cups-client-2.0.3_2
    cups-filters-1.1.0
    cups-image-2.0.3_2
    cups-pdf-2.6.1_2
    cups-pk-helper-0.2.5
    cups-pstoraster-8.15.4_8
    curl-7.45.0
    cursor-jimmac-theme-0.1_2
    cuse4bsd-kmod-0.1.36
    cvsps-2.1_1
    cyrus-sasl-2.1.26_12
    damageproto-1.2.1
    db5-5.3.28_2
    dbus-1.8.20
    dbus-glib-0.104
    dconf-0.24.0_1
    de-aspell-20030222.1_1
    debootstrap-1.0.74
    dejavu-2.35
    desktop-file-utils-0.22_3
    di-4.37
    disktype-9
    djbfft-0.76_2
    djvulibre-3.5.25.3_3
    dmidecode-2.12
    dmxproto-2.3.1
    docbook-1.5
    docbook-sgml-4.5_1
    docbook-xml-5.0_3
    docbook-xsl-1.76.1_2
    dri-10.6.9,2
    dri2proto-2.8
    droid-fonts-ttf-20131024_3
    dvd+rw-tools-7.1_1
    ebook-tools-0.2.2_3
    eject-1.5_4
    en-hunspell-7.1_1
    enchant-1.6.0_5
    encodings-1.0.4_3,1
    engrampa-1.10.1
    enscript-a4-1.6.6_1
    es-libreoffice-5.0.3
    esound-0.2.41_3
    exempi-2.2.2
    exiv2-0.24_2,1
    expat-2.1.0_3
    faad2-2.7_5,1
    farsight2-0.0.31_3
    fbreader-0.99.6_2
    fdk-aac-0.1.4
    ffmpeg-2.8.1,1
    fftw3-3.3.3_2
    fftw3-float-3.3.3_2
    firebird25-client-2.5.4_2
    firefox-41.0.2,1
    fixesproto-5.0
    flac-1.3.1_1
    fluxbox-1.3.7
    fluxbox-tenr-styles-pack-20071215_3
    font-adobe-100dpi-1.0.3_3
    font-adobe-75dpi-1.0.3_3
    font-adobe-utopia-100dpi-1.0.4_3
    font-adobe-utopia-75dpi-1.0.4_3
    font-adobe-utopia-type1-1.0.4_3
    font-alias-1.0.3_3
    font-arabic-misc-1.0.3_3
    font-bh-100dpi-1.0.3_3
    font-bh-75dpi-1.0.3_3
    font-bh-lucidatypewriter-100dpi-1.0.3_3
    font-bh-lucidatypewriter-75dpi-1.0.3_3
    font-bh-ttf-1.0.3_3
    font-bh-type1-1.0.3_3
    font-bitstream-100dpi-1.0.3_3
    font-bitstream-75dpi-1.0.3_3
    font-bitstream-type1-1.0.3_3
    font-cronyx-cyrillic-1.0.3_3
    font-cursor-misc-1.0.3_3
    font-daewoo-misc-1.0.3_3
    font-dec-misc-1.0.3_3
    font-ibm-type1-1.0.3_3
    font-isas-misc-1.0.3_3
    font-jis-misc-1.0.3_3
    font-micro-misc-1.0.3_3
    font-misc-cyrillic-1.0.3_3
    font-misc-ethiopic-1.0.3_3
    font-misc-meltho-1.0.3_3
    font-misc-misc-1.1.2_3
    font-mutt-misc-1.0.3_3
    font-schumacher-misc-1.1.2_3
    font-screen-cyrillic-1.0.4_3
    font-sony-misc-1.0.3_3
    font-sun-misc-1.0.3_3
    font-util-1.3.1
    font-winitzki-cyrillic-1.0.3_3
    font-xfree86-type1-1.0.4_3
    fontcacheproto-0.1.3
    fontconfig-2.11.1_1,1
    fonts-indic-2.1.5_3
    fontsproto-2.1.3,1
    foo2zjs-20150511_1
    foomatic-db-20150819
    foomatic-db-engine-4.0.12,2
    foomatic-filters-4.0.17_3
    fr-aspell-0.50.3_1,1
    freeglut-2.8.1_4
    freetype2-2.6_1
    fribidi-0.19.2_3
    fusefs-libs-2.9.4
    fusefs-ntfs-2015.3.14_3
    gamin-0.1.10_8
    garcon-0.4.0_1
    gbm-10.6.9
    gcc-4.8.5
    gcc-ecj-4.5
    gconf2-3.2.6_4
    gconfmm-2.28.2_3
    gcr-3.16.0
    gdbm-1.11_2
    gdk-pixbuf2-2.32.1
    gegl-0.2.0_14
    geoclue-2.2.0
    getopt-1.1.6
    gettext-runtime-0.19.6
    gettext-tools-0.19.6
    ghostscript9-base-9.06_11
    ghostscript9-x11-9.06_11
    giflib-5.0.6
    gimp-app-2.8.14_4,1
    git-2.6.3
    gle-3.1.0_6
    glew-1.12.0
    glib-2.44.1_2
    glib-networking-2.44.0
    glibmm-2.44.0,1
    glproto-1.4.17
    gmp-5.1.3_2
    gnome-doc-utils-0.20.10_4
    gnome-keyring-3.16.0
    gnome-mount-0.8_12
    gnome-pty-helper-0.40.2
    gnome_subr-1.0
    gnupg-2.1.8
    gnutls-3.3.17.1
    gobject-introspection-1.44.0
    gpgme-1.5.5
    gpsd-3.14_3
    grantlee-0.5.1
    graphite2-1.3.3
    graphviz-2.38.0_10
    grub2-efi-2.02_15
    grub2-pcbsd-2.02q_7
    gsed-4.2.2
    gsettings-desktop-schemas-3.16.1
    gsfonts-8.11_6
    gsm-1.0.13_2
    gsmartcontrol-0.8.7_4
    gstreamer-0.10.36_4
    gstreamer-ffmpeg-0.10.13_4
    gstreamer-plugins-0.10.36_6,3
    gstreamer-plugins-a52dec-0.10.19_1,3
    gstreamer-plugins-bad-0.10.23_2,3
    gstreamer-plugins-core-0.10_13
    gstreamer-plugins-dts-0.10.23_1,3
    gstreamer-plugins-dvd-0.10.19_4,3
    gstreamer-plugins-good-0.10.31_2,3
    gstreamer-plugins-libpng-0.10.31_2,3
    gstreamer-plugins-mad-0.10.19_3,3
    gstreamer-plugins-mp3-0.10.0_1
    gstreamer-plugins-ogg-0.10.36_1,3
    gstreamer-plugins-pango-0.10.36_2,3
    gstreamer-plugins-theora-0.10.36_1,3
    gstreamer-plugins-ugly-0.10.19_1,3
    gstreamer-plugins-v4l2-0.10.31_1,3
    gstreamer-plugins-vorbis-0.10.36_1,3
    gstreamer-plugins-xvid-0.10.23_1,3
    gstreamer1-1.6.0
    gstreamer1-libav-1.6.0
    gstreamer1-plugins-1.6.0
    gstreamer1-plugins-good-1.6.0
    gtar-1.28_2
    gtk-engines2-2.20.2_2
    gtk-murrine-engine-0.98.2_4
    gtk-theme-switch-2.0.0.r2_5
    gtk-update-icon-cache-2.24.28
    gtk-xfce-engine-3.2.0
    gtk2-2.24.28_1
    gtk2-qtcurve-theme-1.8.18
    gtk3-3.16.6
    gtkmm24-2.24.4_2
    gtksourceview2-2.10.5_4
    gtkspell-2.0.16_5
    gucharmap-3.16.2
    gutenprint-5.2.10
    gutenprint-base-5.2.10_1
    gutenprint-cups-5.2.10_1
    gutenprint-foomatic-5.2.10_1
    gutenprint-ijs-5.2.10_1
    gvfs-1.24.2
    hal-0.5.14_30
    hal-info-20091130
    harfbuzz-1.0.6
    heimdal-1.5.3_4
    hicolor-icon-theme-0.15
    hu-aspell-0.99.4.2.0_1,2
    hunspell-1.3.3
    hupnp-1.0.0_1
    hyphen-2.8.8
    i386-wine-staging-1.7.53,1
    ibus-1.5.11
    ibus-m17n-1.3.3_5
    ibus-qt-1.3.3_1
    ibus-table-1.5.0_1
    iceauth-1.0.7
    icedtea-web-1.5.2
    icewm-1.3.8_2
    icoutils-0.31.0_1
    icu-55.1
    ilmbase-2.2.0
    indexinfo-0.2.4
    inputproto-2.3.1
    iocage-devel-20151030
    iso-codes-3.62
    iso8879-1986_3
    iw-aspell-1.0.0_1,2
    ja-font-vlgothic-20141206_3
    ja-ibus-mozc-2.17.2106.102
    ja-mozc-server-2.17.2106.102
    ja-mozc-tool-2.17.2106.102
    ja-tegaki-zinnia-japanese-0.3
    ja-zinnia-0.06_1
    jailme-0.2.0
    jasper-1.900.1_15
    java-zoneinfo-2015.f
    javavmwrapper-2.5
    jbig2dec-0.11_4
    jbigkit-2.1_1
    jpeg-turbo-1.4.2
    json-c-0.12_2
    json-glib-1.0.4
    kbproto-1.0.7
    kde4-icons-oxygen-4.14.3
    kde4-wallpapers-freebsd-1.0
    kde4-xdg-env-1.1
    kdelibs-4.14.3_1
    ko-baekmukfonts-ttf-2.2_2
    ksysguardd-4.11.14
    lame-3.99.5_2
    lcms-1.19_6,1
    lcms2-2.7_1
    ldb-1.1.21_1
    libEGL-10.6.9
    libFS-1.0.7
    libGL-10.6.9
    libGLU-9.0.0_2
    libICE-1.0.9_1,1
    libIDL-0.8.14_2
    libSM-1.2.2_3,1
    libX11-1.6.3,1
    libXScrnSaver-1.2.2_3
    libXTrap-1.0.1_3
    libXau-1.0.8_3
    libXaw-1.0.13,2
    libXcomposite-0.4.4_3,1
    libXcursor-1.1.14_3
    libXdamage-1.1.4_3
    libXdmcp-1.1.2
    libXevie-1.0.3_3
    libXext-1.3.3_1,1
    libXfixes-5.0.1_3
    libXfont-1.5.1,2
    libXfontcache-1.0.5_3
    libXft-2.3.2_1
    libXi-1.7.5,1
    libXinerama-1.1.3_3,1
    libXmu-1.1.2_3,1
    libXp-1.0.3,1
    libXpm-3.5.11_4
    libXrandr-1.5.0
    libXrender-0.9.9
    libXres-1.0.7_3
    libXt-1.1.5,1
    libXtst-1.2.2_3
    libXv-1.0.10_3,1
    libXvMC-1.0.9
    libXxf86dga-1.1.4_3
    libXxf86misc-1.0.3_3
    libXxf86vm-1.1.4_1
    liba52-0.7.4_3
    libaacplus-2.0.2_8
    libaacs-0.8.0
    libabw-0.1.1
    libao-1.2.0_2
    libarchive-3.1.2_4,1
    libassuan-2.2.1
    libaudiofile-0.3.6_2
    libcanberra-0.30_3
    libcddb-1.3.2_4
    libcdio-0.92_1
    libcdio-paranoia-10.2+0.90+1_1
    libcdr01-0.1.1_1
    libcmis-0.5.0
    libcroco-0.6.8_2
    libdaemon-0.14_1
    libdbusmenu-qt-0.9.3.151020150604
    libdca-0.0.5_1
    libdevq-0.0.2_1
    libdmtx-0.7.4_7
    libdmx-1.1.3_3
    libdrm-2.4.65_1,1
    libdvbpsi-1.2.0
    libdvdcss-1.3.99
    libdvdnav-5.0.3
    libdvdread-5.0.3
    libe-book-0.1.2_1
    libebml-1.3.1
    libedit-3.1.20150325_1
    libepoxy-1.2
    liberation-fonts-ttf-2.00.1,2
    libetonyek01-0.1.3,1
    libevent2-2.0.22_1
    libexif-0.6.21_4
    libexo-0.10.7
    libexttextcat-3.4.4
    libffi-3.2.1
    libfontenc-1.1.3
    libfpx-1.3.1.4
    libfreehand-0.1.1
    libftdi-0.20_4
    libgcrypt-1.6.4_1
    libgd-2.1.0_6,1
    libglade2-2.6.4_8
    libglademm-2.6.7_7
    libglapi-10.6.9
    libglesv2-10.6.9
    libgltf-0.0.2
    libgnome-keyring-3.12.0_2
    libgpg-error-1.20_1
    libgphoto2-2.5.8_1
    libgsf-1.14.34
    libgtop-2.31.90
    libgxps-0.2.3.2
    libical-1.0.1
    libiconv-1.14_9
    libid3tag-0.15.1b_1
    libidn-1.31
    libijs-0.35_5
    libinotify-20150910
    libiodbc-3.52.9_1
    libirman-0.4.6
    libkate-0.4.1_6
    libksba-1.3.3
    liblangtag-0.5.7
    liblqr-1-0.4.1_8
    libltdl-2.4.6
    libmad-0.15.1b_6
    libmatekbd-1.10.0
    libmatemixer-1.10.0_1
    libmateweather-1.10.0
    libmatroska-1.4.2
    libmng-1.0.10_2
    libmpeg2-0.5.1_6
    libmspack-0.5
    libmspub01-0.1.2_1
    libmtp-1.1.10
    libmusicbrainz5-5.1.0
    libmwaw03-0.3.6
    libnice-0.1.13
    libnice-gst010-0.1.13
    libnotify-0.7.6_1
    libodfgen01-0.1.5
    libogg-1.3.2_1,4
    liboldX-1.0.1_3
    libopenraw-0.0.9_3
    liborcus-0.9.2
    liborcus07-0.7.1
    libotf-0.9.13_2
    libpagemaker-0.0.2
    libpaper-1.1.24.4
    libpci-3.4.0
    libpciaccess-0.13.4
    libproxy-0.4.6
    libpthread-stubs-0.3_6
    libpurple-2.10.11
    libqalculate-0.9.7_5
    libqrencode-3.4.4_1
    libraw-0.16.2_1
    libreoffice-5.0.3
    libressl-devel-2.3.1
    librevenge-0.0.2
    librsvg2-2.40.10
    libsamplerate-0.1.8_6
    libsecret-0.18.3
    libsigc++-2.4.1
    libslang2-2.3.0
    libsndfile-1.0.25_5
    libsoup-2.50.0
    libsoup-gnome-2.50.0
    libspectre-0.2.7_1
    libspiro-0.5.20150702,1
    libssh-0.7.2
    libssh2-1.6.0_1,2
    libstreamanalyzer-0.7.8_5
    libstreams-0.7.8_1
    libsunacl-1.0
    libtasn1-4.7
    libtheora-1.1.1_6
    libublio-20070103
    libunibreak-1.1_3,1
    libv4l-1.6.3_1
    libvdpau-1.1
    libvisio01-0.1.3
    libvolume_id-0.81.1
    libvorbis-1.3.5,3
    libvpx-1.4.0.488_1
    libwmf-0.2.8.4_15
    libwnck-2.30.7_1
    libwpd010-0.10.0
    libwpg03-0.3.0
    libwps-0.4.2
    libwps03-0.3.1_1
    libwraster-0.95.7
    libx264-0.144.2533_1
    libxcb-1.11.1
    libxfce4menu-4.12.1_1
    libxfce4util-4.12.1
    libxkbcommon-0.5.0_1
    libxkbfile-1.0.9
    libxkbui-1.0.2_4
    libxklavier-5.3,1
    libxml++-2.34.2_2
    libxml2-2.9.2_3
    libxshmfence-1.2
    libxslt-1.1.28_7
    libxul-38.3.0
    libyaml-0.1.6_2
    libzip-1.0.1
    life-preserver-1441050470
    lineakd-0.9_4
    linux-c6-alsa-lib-1.0.22_2
    linux-c6-alsa-plugins-oss-1.0.21_3
    linux-c6-atk-1.30.0
    linux-c6-cairo-1.8.8_4
    linux-c6-curl-7.19.7_4
    linux-c6-cyrus-sasl2-2.1.23_3
    linux-c6-expat-2.0.1_2
    linux-c6-flashplugin-11.2r202.540
    linux-c6-fontconfig-2.8.0_1
    linux-c6-gdk-pixbuf2-2.24.1
    linux-c6-gtk2-2.24.23_1
    linux-c6-jpeg-1.2.1_1
    linux-c6-libasyncns-0.8_2
    linux-c6-libsigc++20-2.2.4.2_1
    linux-c6-libssh2-1.4.2_4
    linux-c6-libv4l-0.6.3_1
    linux-c6-nspr-4.10.8_1
    linux-c6-nss-3.19.1
    linux-c6-openldap-2.4.39
    linux-c6-openssl-1.0.1e_6
    linux-c6-openssl-compat-0.9.8e_2
    linux-c6-pango-1.28.1_2
    linux-c6-png-1.2.49_2
    linux-c6-sqlite-3.6.20_2
    linux-c6-tiff-3.9.4_1
    linux-c6-xorg-libs-7.4_3
    linux_base-c6-6.6_6
    linux_dvbwrapper-kmod-1.0_1
    linuxlibertine-g-20120116_1
    lirc-0.9.0_7,1
    liveMedia-2014.12.17_1,2
    llvm36-3.6.2_2
    lp_solve-5.5.2.0
    lua51-5.1.5_9
    lua52-5.2.4
    luit-1.1.1
    lumina-0.8.7_1,1
    lzo2-2.09
    m17n-db-1.6.5
    m17n-lib-1.6.4_6
    mDNSResponder-576.30.4
    madplay-0.15.2b_5
    marco-1.10.2
    mate-applets-1.10.3_1
    mate-backgrounds-1.10.0
    mate-base-1.10.0
    mate-control-center-1.10.1
    mate-desktop-1.10.2
    mate-icon-theme-1.10.1
    mate-icon-theme-faenza-1.10.0
    mate-media-1.10.0
    mate-menus-1.10.0_1
    mate-notification-daemon-1.10.1
    mate-panel-1.10.1
    mate-polkit-1.10.1
    mate-power-manager-1.10.2
    mate-session-manager-1.10.2_1
    mate-settings-daemon-1.10.2
    mate-system-monitor-1.10.1
    mate-terminal-1.10.1
    mate-themes-1.10.4
    mate-utils-1.10.3
    mc-4.8.14_1
    mkfontdir-1.0.7
    mkfontscale-1.1.2
    mousepad-0.4.0_2
    mpage-2.5.6
    mpc-1.0.3
    mpfr-3.1.2_2
    mtools-4.0.10_4
    multiget-1.1.3_10
    musepack-2011.08.10
    mysql56-client-5.6.26
    mysql56-server-5.6.26
    mythes-1.2.4
    neon-0.30.1
    netatalk-2.2.5_5,1
    netpbm-10.35.97
    nettle-2.7.1
    nginx-1.8.0_3,2
    normalize-0.7.7_10
    noto-1.0.4_1
    npth-1.2
    nspluginwrapper-1.4.4_4
    nspr-4.10.9
    nss-3.20
    nss_ldap-1.265_12
    nss_mdns-0.10_3
    ntdb-1.0
    numlockx-1.2
    opencollada-1.2.2.20150519
    opencv-core-2.4.9_3
    openjdk8-8.60.24
    openjpeg-2.1.1
    openjpeg15-1.5.2_1
    openldap-client-2.4.42_2
    openntpd-5.7p4_1,2
    openslp-2.0.0
    opus-1.1_2
    opusfile-0.6_1
    orage-4.12.1_1
    orc-0.4.24_1
    p11-kit-0.23.1_1
    p5-Authen-NTLM-1.09_1
    p5-Authen-SASL-2.16_1
    p5-Digest-HMAC-1.03_1
    p5-Encode-Locale-1.05
    p5-Error-0.17024
    p5-File-Listing-6.04_1
    p5-GSSAPI-0.28_1
    p5-HTML-Parser-3.71_1
    p5-HTML-Tagset-3.20_1
    p5-HTTP-Cookies-6.01_1
    p5-HTTP-Daemon-6.01_1
    p5-HTTP-Date-6.02_1
    p5-HTTP-Message-6.11
    p5-HTTP-Negotiate-6.01_1
    p5-IO-HTML-1.001_1
    p5-IO-Socket-IP-0.37
    p5-IO-Socket-SSL-2.020
    p5-LWP-MediaTypes-6.02_1
    p5-Mozilla-CA-20141217
    p5-Net-HTTP-6.09
    p5-Net-SMTP-SSL-1.03
    p5-Net-SSLeay-1.72
    p5-Socket-2.020
    p5-Term-ReadKey-2.32_1
    p5-URI-1.69
    p5-WWW-RobotRules-6.02_1
    p5-libwww-6.13
    p5-perlqt-4.14.3
    p5-subversion-1.9.2
    p7zip-9.38.1_2
    pam_kde-1.0
    pam_ldap-1.8.6_3
    pam_mkhomedir-0.2
    pango-1.36.8_2
    pangomm-2.36.0
    pangox-compat-0.0.2_1
    paprefs-0.9.10
    pavucontrol-3.0
    pbi-manager-1441126851
    pcbsd-appweb-1441129621
    pcbsd-base-2020151023
    pcbsd-libsh-1438351389
    pcbsd-meta-mate-1421269030
    pcbsd-syscache-1439494375
    pcbsd-utils-1445451961
    pcbsd-utils-qt5-1445611394
    pciids-20151011
    pciutils-3.4.0
    pcre-8.37_4
    perl5-5.20.3_8
    phonon-4.8.3
    phonon-vlc-0.8.2_1
    php56-5.6.14
    php56-filter-5.6.14
    php56-gd-5.6.14
    php56-json-5.6.14
    php56-session-5.6.14
    pidgin-2.10.11
    pinentry-0.9.5
    pinentry-gtk2-0.9.5
    pixman-0.32.8
    pkg-1.6.1_2
    pkgconf-0.9.12_1
    pl-aspell-6.0.20061121.0_1,1
    pluma-1.10.2
    png-1.6.18
    policykit-0.9_10
    policykit-gnome-0.9.2_7
    polkit-0.113_1
    polkit-qt-0.112.0
    poppler-0.34.0
    poppler-data-0.4.7
    poppler-glib-0.34.0
    poppler-qt4-0.34.0
    poppler-qt5-0.34.0
    poppler-utils-0.34.0
    popt-1.16_1
    printproto-1.0.5
    prison-1.0_1
    protobuf-2.6.1
    pulseaudio-6.0_2
    pwcview-1.4.1_6
    py27-Babel-2.0
    py27-Jinja2-2.8
    py27-MarkupSafe-0.23
    py27-cairo-1.10.0_2
    py27-cups-1.9.72
    py27-curl-7.19.5.3
    py27-dbus-1.2.0_1
    py27-dnspython-1.12.0
    py27-fail2ban-0.9.3
    py27-gobject-2.28.6_6
    py27-gobject3-3.16.2
    py27-gstreamer-0.10.22_3
    py27-gtk2-2.24.0_4
    py27-gtksourceview-2.10.1_2
    py27-libturpial-1.7.0
    py27-libxml2-2.9.2
    py27-notify-0.1.1_11
    py27-oauth-1.0.1_2
    py27-pillow-2.9.0
    py27-pytz-2015.7,1
    py27-qt4-4.11.3
    py27-qt4-assistant-4.11.3,1
    py27-qt4-core-4.11.3,1
    py27-qt4-dbus-4.11.3,1
    py27-qt4-dbussupport-4.11.3
    py27-qt4-declarative-4.11.3
    py27-qt4-demo-4.11.3,1
    py27-qt4-designer-4.11.3,1
    py27-qt4-designerplugin-4.11.3,1
    py27-qt4-doc-4.11.3,1
    py27-qt4-gui-4.11.3,1
    py27-qt4-help-4.11.3
    py27-qt4-multimedia-4.11.3
    py27-qt4-network-4.11.3,1
    py27-qt4-opengl-4.11.3,1
    py27-qt4-phonon-4.11.3
    py27-qt4-qscintilla2-2.8.4,1
    py27-qt4-script-4.11.3,1
    py27-qt4-scripttools-4.11.3,1
    py27-qt4-sql-4.11.3,1
    py27-qt4-svg-4.11.3,1
    py27-qt4-test-4.11.3,1
    py27-qt4-webkit-4.11.3
    py27-qt4-xml-4.11.3,1
    py27-qt4-xmlpatterns-4.11.3
    py27-requests-2.8.1
    py27-setproctitle-1.1.9
    py27-setuptools27-17.0
    py27-simplejson-3.6.3
    py27-sip-4.16.5,1
    py27-sqlite3-2.7.10_6
    py27-tkinter-2.7.10_5
    py27-xdg-0.25
    pydbus-common-1.2.0_1
    pygobject3-common-3.16.2
    pysolfc-2.0_6
    python-2.7_2,2
    python2-2_3
    python27-2.7.10_1
    q4wine-1.1.r2_3
    qca-2.1.1
    qcomicbook-0.9.0_6
    qimageblitz-0.0.6_2
    qjson-0.8.1
    qoauth-1.0.1_1
    qorganizer-3.1_4
    qpdf-5.1.2_1
    qscintilla2-2.8.4,1
    qt4-assistant-4.8.7
    qt4-clucene-4.8.7
    qt4-corelib-4.8.7
    qt4-dbus-4.8.7
    qt4-declarative-4.8.7
    qt4-designer-4.8.7
    qt4-doc-4.8.7
    qt4-gui-4.8.7
    qt4-help-4.8.7
    qt4-iconengines-4.8.7
    qt4-imageformats-4.8.7
    qt4-inputmethods-4.8.7
    qt4-libQtAssistantClient-4.6.3_1
    qt4-multimedia-4.8.7
    qt4-mysql-plugin-4.8.7
    qt4-network-4.8.7_1
    qt4-opengl-4.8.7
    qt4-qdbusviewer-4.8.7
    qt4-qt3support-4.8.7
    qt4-script-4.8.7
    qt4-scripttools-4.8.7
    qt4-sql-4.8.7
    qt4-sqlite-plugin-4.8.7
    qt4-style-qtcurve-1.8.18
    qt4-svg-4.8.7
    qt4-testlib-4.8.7
    qt4-webkit-4.8.7
    qt4-xml-4.8.7
    qt4-xmlpatterns-4.8.7
    qt5-assistant-5.4.1
    qt5-buildtools-5.4.1
    qt5-clucene-5.4.1
    qt5-concurrent-5.4.1
    qt5-core-5.4.1_2
    qt5-dbus-5.4.1
    qt5-gui-5.4.1_2
    qt5-help-5.4.1
    qt5-imageformats-5.4.1
    qt5-linguist-5.4.1
    qt5-linguisttools-5.4.1
    qt5-multimedia-5.4.1_1
    qt5-network-5.4.1_1
    qt5-opengl-5.4.1
    qt5-printsupport-5.4.1
    qt5-qmake-5.4.1_2
    qt5-qml-5.4.1
    qt5-quick-5.4.1
    qt5-sql-5.4.1
    qt5-sqldrivers-sqlite3-5.4.1
    qt5-svg-5.4.1
    qt5-testlib-5.4.1
    qt5-webkit-5.4.1_2
    qt5-widgets-5.4.1
    qt5-x11extras-5.4.1
    qt5-xml-5.4.1
    qt5-xmlpatterns-5.4.1
    qtcurve-utils-1.8.18
    quazip-0.7.1
    qwt5-5.2.3
    qzeitgeist-0.8.0_2
    randrproto-1.5.0
    raptor2-2.0.15_1
    rar-5.2.1,3
    rarian-0.8.1_4
    rasqal-0.9.33
    rdesktop-1.8.3
    recordproto-1.14.2
    redland-1.0.17_4
    renderproto-0.11.1
    ristretto-0.8.0
    rpm2cpio-1.3_2
    rpm4-4.12.0.1_2
    rsync-3.1.1_4
    ru-aspell-0.99.f7.1_1,2
    ruby-2.0.0.647,1
    ruby20-qtruby-4.14.3
    samba36-libsmbclient-3.6.25_2
    samba41-4.1.18_1
    sane-backends-1.0.25
    schroedinger-1.0.11_4
    scrnsaverproto-1.2.2
    sdl-1.2.15_7,2
    sdocbook-xml-1.1_1,2
    serf-1.3.8_1
    sessreg-1.1.0
    setxkbmap-1.3.1
    shared-desktop-ontologies-0.11.0
    shared-mime-info-1.4
    sipcalc-1.1.6
    skype-2.1.0.81_1,1
    smartmontools-6.4_1
    smokegen-4.14.3
    smokeqt-4.14.3
    smproxy-1.0.6
    socat-1.7.3.0_2
    soprano-2.9.4_1
    soundtouch-1.9.0_1
    sox-14.4.2
    speex-1.2.r2,1
    speexdsp-1.2.r3_1
    spidermonkey170-17.0.0_1
    splix-2.0.0_6
    sqlite3-3.9.2
    startup-notification-0.12_4
    stunnel-5.26,1
    subversion-1.9.2_1
    sudo-1.8.15
    svgalib-1.4.3_7
    system-config-printer-1.4.7
    t1lib-5.1.2_4,1
    taglib-1.9.1_2
    talloc-2.1.3_1
    tcl84-8.4.20_2,1
    tcl85-8.5.18_1
    tcl86-8.6.4
    tdb-1.3.7_1,1
    tevent-0.9.25
    tidy-lib-090315.c_3
    tiff-4.0.6
    tk84-8.4.20,2
    tk85-8.5.18
    tk86-8.6.4
    tor-0.2.6.10
    transcode-1.1.7_24
    trapproto-3.4.3
    trousers-tddl-0.3.10_7
    turpial-3.0_2
    twm-1.0.9
    twolame-0.3.13_4
    uk-aspell-1.4.0.0_1,2
    unique-1.1.6_6
    unrar-5.30,5
    unzip-6.0_6
    upower-0.99.3
    vi-aspell-0.01.1.1_1,2
    videoproto-2.3.2
    vim-7.4.909
    vlc-qt4-2.2.1_5,4
    volman-0.7_2
    vorbis-tools-1.4.0_10,3
    vte-0.28.2_2
    warden-1438351389
    webcamd-3.18.0.1
    webkit-gtk2-2.4.9
    webp-0.4.4
    wget-1.16.3
    windowmaker-0.95.7
    wmakerconf-2.12_11
    wmicons-1.0_2
    wqy-fonts-20100803_5,1
    wx28-gtk2-2.8.12_6
    wx28-gtk2-common-2.8.12_6
    wxdfast-0.6.0_9
    x11perf-1.6.0
    x11vnc-0.9.13_2
    xapian-core-1.2.21,1
    xarchiver-0.5.4_1
    xauth-1.0.9_1
    xbacklight-1.2.1_1
    xbitmaps-1.1.1
    xbrightness-0.3
    xcalc-1.0.6_2
    xcb-util-0.4.0_1,1
    xcb-util-image-0.4.0_1
    xcb-util-keysyms-0.4.0_1
    xcb-util-renderutil-0.3.9_1
    xcb-util-wm-0.4.1_3
    xclock-1.0.7_1
    xcmsdb-1.0.5
    xconsole-1.0.6_1
    xcursor-themes-1.0.4_1
    xcursorgen-1.0.6_1
    xdg-utils-1.0.2.20130919_1
    xdpyinfo-1.3.2
    xdriinfo-1.0.5
    xev-1.2.2
    xextproto-7.3.0
    xf86-input-keyboard-1.8.1
    xf86-input-mouse-1.9.1_1
    xf86-input-synaptics-1.8.2_1
    xf86-video-ati-7.5.0_3
    xf86-video-intel-2.21.15_9
    xf86-video-mach64-6.9.5
    xf86-video-nv-2.1.20_7
    xf86-video-openchrome-0.3.3_6
    xf86-video-r128-6.10.0
    xf86-video-scfb-0.0.4_3
    xf86-video-vesa-2.3.4
    xf86dga-1.0.3_1
    xf86dgaproto-2.1
    xf86miscproto-0.9.3
    xf86vidmodeproto-2.3.1
    xfce-4.12_1
    xfce4-appfinder-4.12.0
    xfce4-conf-4.12.0
    xfce4-desktop-4.12.3
    xfce4-dict-plugin-0.7.1
    xfce4-genmon-plugin-3.4.0_5
    xfce4-panel-4.12.0_1
    xfce4-screenshooter-plugin-1.8.2_2
    xfce4-session-4.12.1_2
    xfce4-settings-4.12.0_1
    xfce4-terminal-0.6.3_2
    xfce4-tumbler-0.1.31_1
    xfce4-weather-plugin-0.8.6_2
    xfce4-wm-4.12.3
    xgamma-1.0.6
    xgc-1.0.5
    xhost-1.0.7
    xineramaproto-1.2.1
    xinit-1.3.4,1
    xinput-1.6.2
    xkbcomp-1.3.1
    xkbevd-1.1.4
    xkbutils-1.0.4
    xkeyboard-config-2.16
    xkill-1.0.4
    xlsatoms-1.1.2
    xlsclients-1.1.3
    xmessage-1.0.4
    xmlcatmgr-2.2_2
    xmlcharent-0.3_2
    xmodmap-1.0.9
    xorg-7.7_2
    xorg-apps-7.7_2
    xorg-docs-1.7.1,1
    xorg-drivers-7.7_3
    xorg-fonts-7.7_1
    xorg-fonts-100dpi-7.7
    xorg-fonts-75dpi-7.7
    xorg-fonts-cyrillic-7.7
    xorg-fonts-miscbitmaps-7.7
    xorg-fonts-truetype-7.7_1
    xorg-fonts-type1-7.7
    xorg-libraries-7.7_2
    xorg-server-1.17.4,1
    xpr-1.0.4
    xprop-1.2.2
    xproto-7.0.28
    xrandr-1.4.3
    xrdb-1.1.0
    xrefresh-1.0.5
    xsane-0.999_5
    xscreensaver-5.34
    xset-1.2.3_1
    xsetmode-1.0.0
    xsetroot-1.1.1
    xterm-320
    xtrans-1.3.5
    xv-3.10a_16
    xvid-1.3.4,1
    xvinfo-1.1.3
    xvkbd-3.7
    xwd-1.0.6
    xwininfo-1.1.3_1
    xwud-1.0.4
    yajl-2.1.0
    zenity-3.16.3
    zh-ibus-chewing-1.4.14
    zh-ibus-pinyin-1.5.0_1
    zh-libchewing-0.4.0_1
    zh-pyzy-0.1.0_1
    zip-3.0_1

The operation will free 7 GiB.
[1/1009] Deinstalling es-libreoffice-5.0.3...
[1/1009] Deleting files for es-libreoffice-5.0.3: .......... done
[2/1009] Deinstalling pcbsd-base-2020151023...
[3/1009] Deinstalling pcbsd-meta-mate-1421269030...
[4/1009] Deinstalling xfce-4.12_1...
[5/1009] Deinstalling atril-1.10.2...
[5/1009] Deleting files for atril-1.10.2: .......... done
[6/1009] Deinstalling engrampa-1.10.1...
[6/1009] Deleting files for engrampa-1.10.1: .......... done
[7/1009] Deinstalling libreoffice-5.0.3...
[7/1009] Deleting files for libreoffice-5.0.3: .......... done
Unknown media type in type 'all/all'
Unknown media type in type 'all/allfiles'
Unknown media type in type 'uri/mms'
Unknown media type in type 'uri/mmst'
Unknown media type in type 'uri/mmsu'
Unknown media type in type 'uri/pnm'
Unknown media type in type 'uri/rtspt'
Unknown media type in type 'uri/rtspu'
[8/1009] Deinstalling mate-base-1.10.0...
[9/1009] Deinstalling xfce4-desktop-4.12.3...
[9/1009] Deleting files for xfce4-desktop-4.12.3: .......... done
[10/1009] Deinstalling xsane-0.999_5...
[10/1009] Deleting files for xsane-0.999_5: .......... done
[11/1009] Deinstalling Thunar-1.6.10_1...
[11/1009] Deleting files for Thunar-1.6.10_1: .......... done
[12/1009] Deinstalling caja-1.10.3...
[12/1009] Deleting files for caja-1.10.3: .......... done
Unknown media type in type 'all/all'
Unknown media type in type 'all/allfiles'
Unknown media type in type 'uri/mms'
Unknown media type in type 'uri/mmst'
Unknown media type in type 'uri/mmsu'
Unknown media type in type 'uri/pnm'
Unknown media type in type 'uri/rtspt'
Unknown media type in type 'uri/rtspu'
[13/1009] Deinstalling gimp-app-2.8.14_4,1...
[13/1009] Deleting files for gimp-app-2.8.14_4,1: .......... done
[14/1009] Deinstalling ibus-m17n-1.3.3_5...
[14/1009] Deleting files for ibus-m17n-1.3.3_5: .......... done
[15/1009] Deinstalling ibus-qt-1.3.3_1...
[15/1009] Deleting files for ibus-qt-1.3.3_1: .......... done
[16/1009] Deinstalling ibus-table-1.5.0_1...
[16/1009] Deleting files for ibus-table-1.5.0_1: .......... done
[17/1009] Deinstalling ja-ibus-mozc-2.17.2106.102...
[17/1009] Deleting files for ja-ibus-mozc-2.17.2106.102: .......... done
[18/1009] Deinstalling kdelibs-4.14.3_1...
[18/1009] Deleting files for kdelibs-4.14.3_1: .......... done
[19/1009] Deinstalling orage-4.12.1_1...
[19/1009] Deleting files for orage-4.12.1_1: .......... done
[20/1009] Deinstalling pluma-1.10.2...
[20/1009] Deleting files for pluma-1.10.2: .......... done
[21/1009] Deinstalling py27-qt4-4.11.3...
[22/1009] Deinstalling qoauth-1.0.1_1...
[22/1009] Deleting files for qoauth-1.0.1_1: .......... done
[23/1009] Deinstalling xfce4-dict-plugin-0.7.1...
[23/1009] Deleting files for xfce4-dict-plugin-0.7.1: .......... done
[24/1009] Deinstalling xfce4-genmon-plugin-3.4.0_5...
[24/1009] Deleting files for xfce4-genmon-plugin-3.4.0_5: .......... done
[25/1009] Deinstalling xfce4-screenshooter-plugin-1.8.2_2...
[25/1009] Deleting files for xfce4-screenshooter-plugin-1.8.2_2: .......... done
[26/1009] Deinstalling xfce4-weather-plugin-0.8.6_2...
[26/1009] Deleting files for xfce4-weather-plugin-0.8.6_2: .......... done
[27/1009] Deinstalling zh-ibus-chewing-1.4.14...
[27/1009] Deleting files for zh-ibus-chewing-1.4.14: .......... done
[28/1009] Deinstalling zh-ibus-pinyin-1.5.0_1...
[28/1009] Deleting files for zh-ibus-pinyin-1.5.0_1: .......... done
[29/1009] Deinstalling gpgme-1.5.5...
[29/1009] Deleting files for gpgme-1.5.5: .......... done
[30/1009] Deinstalling gvfs-1.24.2...
[30/1009] Deleting files for gvfs-1.24.2: .......... done
[31/1009] Deinstalling ibus-1.5.11...
[31/1009] Deleting files for ibus-1.5.11: .......... done
[32/1009] Deinstalling lumina-0.8.7_1,1...
[32/1009] Deleting files for lumina-0.8.7_1,1: .........
pkg: pkg_checksum_validate_file(lstat): No such file or directory
pkg: /usr/local/share/xsessions/Lumina-DE.desktop different from original checksum, not removing
[32/1009] Deleting files for lumina-0.8.7_1,1... done
[33/1009] Deinstalling mate-control-center-1.10.1...
[33/1009] Deleting files for mate-control-center-1.10.1: .
pkg: /usr/local/share/applications/mimeinfo.cache different from original checksum, not removing
[33/1009] Deleting files for mate-control-center-1.10.1............ done
[34/1009] Deinstalling mate-power-manager-1.10.2...
[34/1009] Deleting files for mate-power-manager-1.10.2: .......... done
[35/1009] Deinstalling mate-themes-1.10.4...
[35/1009] Deleting files for mate-themes-1.10.4: .......... done
[36/1009] Deinstalling multiget-1.1.3_10...
[36/1009] Deleting files for multiget-1.1.3_10: ... done
[37/1009] Deinstalling pcbsd-utils-qt5-1445611394...
[37/1009] Deleting files for pcbsd-utils-qt5-1445611394: .......... done
[38/1009] Deinstalling py27-qt4-designerplugin-4.11.3,1...
[38/1009] Deleting files for py27-qt4-designerplugin-4.11.3,1: . done
[39/1009] Deinstalling qca-2.1.1...
[39/1009] Deleting files for qca-2.1.1: .......... done
[40/1009] Deinstalling turpial-3.0_2...
[40/1009] Deleting files for turpial-3.0_2: .......... done
[41/1009] Deinstalling wxdfast-0.6.0_9...
[41/1009] Deleting files for wxdfast-0.6.0_9: .......... done
[42/1009] Deinstalling xfce4-appfinder-4.12.0...
[42/1009] Deleting files for xfce4-appfinder-4.12.0: .......... done
[43/1009] Deinstalling xfce4-panel-4.12.0_1...
[43/1009] Deleting files for xfce4-panel-4.12.0_1: ...
pkg: /usr/local/share/icons/hicolor/16x16/apps/xfce4-panel-menu.png different from original checksum, not removing
[43/1009] Deleting files for xfce4-panel-4.12.0_1...
pkg: /usr/local/share/icons/hicolor/22x22/apps/xfce4-panel-menu.png different from original checksum, not removing
[43/1009] Deleting files for xfce4-panel-4.12.0_1....
pkg: /usr/local/share/icons/hicolor/24x24/apps/xfce4-panel-menu.png different from original checksum, not removing
[43/1009] Deleting files for xfce4-panel-4.12.0_1...
pkg: /usr/local/share/icons/hicolor/32x32/apps/xfce4-panel-menu.png different from original checksum, not removing
[43/1009] Deleting files for xfce4-panel-4.12.0_1...
pkg: /usr/local/share/icons/hicolor/48x48/apps/xfce4-panel-menu.png different from original checksum, not removing
[43/1009] Deleting files for xfce4-panel-4.12.0_1......... done
[44/1009] Deinstalling xfce4-settings-4.12.0_1...
[44/1009] Deleting files for xfce4-settings-4.12.0_1: .......... done
[45/1009] Deinstalling garcon-0.4.0_1...
[45/1009] Deleting files for garcon-0.4.0_1: .......... done
[46/1009] Deinstalling gnome-keyring-3.16.0...
[46/1009] Deleting files for gnome-keyring-3.16.0: .......... done
[47/1009] Deinstalling gnome-mount-0.8_12...
[47/1009] Deleting files for gnome-mount-0.8_12: .......... done
I/O warning : failed to load external entity "/usr/local/etc/gconf/schemas/gnome-mount.schemas"
Falló al abrir «/usr/local/etc/gconf/schemas/gnome-mount.schemas»: No such file or directory
[48/1009] Deinstalling gnupg-2.1.8...
[48/1009] Deleting files for gnupg-2.1.8: .......... done
[49/1009] Deinstalling gutenprint-5.2.10...
[50/1009] Deinstalling libexo-0.10.7...
[50/1009] Deleting files for libexo-0.10.7: .......... done
[51/1009] Deinstalling marco-1.10.2...
[51/1009] Deleting files for marco-1.10.2: .......... done
[52/1009] Deinstalling mate-applets-1.10.3_1...
[52/1009] Deleting files for mate-applets-1.10.3_1: .......... done
[53/1009] Deinstalling mate-media-1.10.0...
[53/1009] Deleting files for mate-media-1.10.0: .......... done
[54/1009] Deinstalling mate-utils-1.10.3...
[54/1009] Deleting files for mate-utils-1.10.3: .......... done
[55/1009] Deinstalling mousepad-0.4.0_2...
[55/1009] Deleting files for mousepad-0.4.0_2: .......... done
[56/1009] Deinstalling paprefs-0.9.10...
[56/1009] Deleting files for paprefs-0.9.10: .......... done
[57/1009] Deinstalling pidgin-2.10.11...
[57/1009] Deleting files for pidgin-2.10.11: .......... done
[58/1009] Deinstalling py27-gtksourceview-2.10.1_2...
[58/1009] Deleting files for py27-gtksourceview-2.10.1_2: .... done
[59/1009] Deinstalling py27-notify-0.1.1_11...
[59/1009] Deleting files for py27-notify-0.1.1_11: .......... done
[60/1009] Deinstalling py27-qt4-assistant-4.11.3,1...
[60/1009] Deleting files for py27-qt4-assistant-4.11.3,1: .... done
[61/1009] Deinstalling py27-qt4-declarative-4.11.3...
[61/1009] Deleting files for py27-qt4-declarative-4.11.3: .......... done
[62/1009] Deinstalling py27-qt4-designer-4.11.3,1...
[62/1009] Deleting files for py27-qt4-designer-4.11.3,1: .......... done
[63/1009] Deinstalling py27-qt4-help-4.11.3...
[63/1009] Deleting files for py27-qt4-help-4.11.3: .......... done
[64/1009] Deinstalling py27-qt4-multimedia-4.11.3...
[64/1009] Deleting files for py27-qt4-multimedia-4.11.3: .......... done
[65/1009] Deinstalling py27-qt4-opengl-4.11.3,1...
[65/1009] Deleting files for py27-qt4-opengl-4.11.3,1: ......... done
[66/1009] Deinstalling py27-qt4-qscintilla2-2.8.4,1...
[66/1009] Deleting files for py27-qt4-qscintilla2-2.8.4,1: .......... done
[67/1009] Deinstalling py27-qt4-sql-4.11.3,1...
[67/1009] Deleting files for py27-qt4-sql-4.11.3,1: .......... done
[68/1009] Deinstalling py27-qt4-svg-4.11.3,1...
[68/1009] Deleting files for py27-qt4-svg-4.11.3,1: ....... done
[69/1009] Deinstalling py27-qt4-test-4.11.3,1...
[69/1009] Deleting files for py27-qt4-test-4.11.3,1: ....... done
[70/1009] Deinstalling py27-qt4-webkit-4.11.3...
[70/1009] Deleting files for py27-qt4-webkit-4.11.3: .......... done
[71/1009] Deinstalling py27-qt4-xmlpatterns-4.11.3...
[71/1009] Deleting files for py27-qt4-xmlpatterns-4.11.3: .......... done
[72/1009] Deinstalling qt5-linguist-5.4.1...
[72/1009] Deleting files for qt5-linguist-5.4.1: .......... done
[73/1009] Deinstalling ristretto-0.8.0...
[73/1009] Deleting files for ristretto-0.8.0: .......... done
[74/1009] Deinstalling system-config-printer-1.4.7...
[74/1009] Deleting files for system-config-printer-1.4.7: .
pkg: /usr/local/share/applications/system-config-printer.desktop different from original checksum, not removing
[74/1009] Deleting files for system-config-printer-1.4.7............ done
[75/1009] Deinstalling wmakerconf-2.12_11...
[75/1009] Deleting files for wmakerconf-2.12_11: .......... done
[76/1009] Deinstalling wx28-gtk2-2.8.12_6...
[76/1009] Deleting files for wx28-gtk2-2.8.12_6: .......... done
[77/1009] Deinstalling xfce4-session-4.12.1_2...
[77/1009] Deleting files for xfce4-session-4.12.1_2: .........
pkg: pkg_checksum_validate_file(lstat): No such file or directory
pkg: /usr/local/share/xsessions/xfce.desktop different from original checksum, not removing
[77/1009] Deleting files for xfce4-session-4.12.1_2... done
[78/1009] Deinstalling xfce4-terminal-0.6.3_2...
[78/1009] Deleting files for xfce4-terminal-0.6.3_2: .......... done
[79/1009] Deinstalling xfce4-wm-4.12.3...
[79/1009] Deleting files for xfce4-wm-4.12.3: .......... done
[80/1009] Deinstalling gconfmm-2.28.2_3...
[80/1009] Deleting files for gconfmm-2.28.2_3: .......... done
[81/1009] Deinstalling gcr-3.16.0...
[81/1009] Deleting files for gcr-3.16.0: .......... done
[82/1009] Deinstalling gsmartcontrol-0.8.7_4...
[82/1009] Deleting files for gsmartcontrol-0.8.7_4:
pkg: /usr/local/bin/gsmartcontrol-root different from original checksum, not removing
[82/1009] Deleting files for gsmartcontrol-0.8.7_4............. done
[83/1009] Deinstalling gtksourceview2-2.10.5_4...
[83/1009] Deleting files for gtksourceview2-2.10.5_4: .......... done
[84/1009] Deinstalling gucharmap-3.16.2...
[84/1009] Deleting files for gucharmap-3.16.2: .......... done
[85/1009] Deinstalling gutenprint-cups-5.2.10_1...
[85/1009] Deleting files for gutenprint-cups-5.2.10_1: .......... done
[86/1009] Deinstalling gutenprint-foomatic-5.2.10_1...
[86/1009] Deleting files for gutenprint-foomatic-5.2.10_1: .......... done
[87/1009] Deinstalling gutenprint-ijs-5.2.10_1...
[87/1009] Deleting files for gutenprint-ijs-5.2.10_1: ..... done
[88/1009] Deinstalling icedtea-web-1.5.2...
[88/1009] Deleting files for icedtea-web-1.5.2: .......... done
[89/1009] Deinstalling libglademm-2.6.7_7...
[89/1009] Deleting files for libglademm-2.6.7_7: .......... done
[90/1009] Deinstalling libpurple-2.10.11...
[90/1009] Deleting files for libpurple-2.10.11: .......... done
I/O warning : failed to load external entity "/usr/local/etc/gconf/schemas/purple.schemas"
Falló al abrir «/usr/local/etc/gconf/schemas/purple.schemas»: No such file or directory
[91/1009] Deinstalling libxfce4menu-4.12.1_1...
[91/1009] Deleting files for libxfce4menu-4.12.1_1: .......... done
[92/1009] Deinstalling mate-notification-daemon-1.10.1...
[92/1009] Deleting files for mate-notification-daemon-1.10.1: .......... done
[93/1009] Deinstalling mate-panel-1.10.1...
[93/1009] Deleting files for mate-panel-1.10.1: .......... done
[94/1009] Deinstalling mate-session-manager-1.10.2_1...
[94/1009] Deleting files for mate-session-manager-1.10.2_1: .........
pkg: pkg_checksum_validate_file(lstat): No such file or directory
pkg: /usr/local/share/xsessions/mate.desktop different from original checksum, not removing
[94/1009] Deleting files for mate-session-manager-1.10.2_1... done
[95/1009] Deinstalling mate-settings-daemon-1.10.2...
[95/1009] Deleting files for mate-settings-daemon-1.10.2: .......... done
[96/1009] Deinstalling mate-system-monitor-1.10.1...
[96/1009] Deleting files for mate-system-monitor-1.10.1: .......... done
[97/1009] Deinstalling mate-terminal-1.10.1...
[97/1009] Deleting files for mate-terminal-1.10.1: .......... done
[98/1009] Deinstalling p5-perlqt-4.14.3...
[98/1009] Deleting files for p5-perlqt-4.14.3: .......... done
[99/1009] Deinstalling pavucontrol-3.0...
[99/1009] Deleting files for pavucontrol-3.0: .......... done
[100/1009] Deinstalling pinentry-0.9.5...
[100/1009] Deleting files for pinentry-0.9.5: .. done
[101/1009] Deinstalling policykit-gnome-0.9.2_7...
[101/1009] Deleting files for policykit-gnome-0.9.2_7: .......... done
I/O warning : failed to load external entity "/usr/local/etc/gconf/schemas/polkit-gnome.schemas"
Falló al abrir «/usr/local/etc/gconf/schemas/polkit-gnome.schemas»: No such file or directory
[102/1009] Deinstalling prison-1.0_1...
[102/1009] Deleting files for prison-1.0_1: .......... done
[103/1009] Deinstalling py27-gtk2-2.24.0_4...
[103/1009] Deleting files for py27-gtk2-2.24.0_4: .......... done
[104/1009] Deinstalling py27-qt4-dbus-4.11.3,1...
[104/1009] Deleting files for py27-qt4-dbus-4.11.3,1: .......... done
[105/1009] Deinstalling py27-qt4-dbussupport-4.11.3...
[105/1009] Deleting files for py27-qt4-dbussupport-4.11.3: . done
[106/1009] Deinstalling py27-qt4-gui-4.11.3,1...
[106/1009] Deleting files for py27-qt4-gui-4.11.3,1: .......... done
[107/1009] Deinstalling py27-qt4-network-4.11.3,1...
[107/1009] Deleting files for py27-qt4-network-4.11.3,1: .......... done
[108/1009] Deinstalling py27-qt4-phonon-4.11.3...
[108/1009] Deleting files for py27-qt4-phonon-4.11.3: .......... done
[109/1009] Deinstalling py27-qt4-script-4.11.3,1...
[109/1009] Deleting files for py27-qt4-script-4.11.3,1: .......... done
[110/1009] Deinstalling py27-qt4-scripttools-4.11.3,1...
[110/1009] Deleting files for py27-qt4-scripttools-4.11.3,1: .... done
[111/1009] Deinstalling py27-qt4-xml-4.11.3,1...
[111/1009] Deleting files for py27-qt4-xml-4.11.3,1: ........ done
[112/1009] Deinstalling qt5-assistant-5.4.1...
[112/1009] Deleting files for qt5-assistant-5.4.1: ...... done
[113/1009] Deinstalling ruby20-qtruby-4.14.3...
[113/1009] Deleting files for ruby20-qtruby-4.14.3: .......... done
[114/1009] Deinstalling windowmaker-0.95.7...
[114/1009] Deleting files for windowmaker-0.95.7: ..
pkg: /usr/local/etc/WindowMaker/WMRootMenu different from original checksum, not removing
[114/1009] Deleting files for windowmaker-0.95.7...
pkg: /usr/local/etc/WindowMaker/WindowMaker different from original checksum, not removing
[114/1009] Deleting files for windowmaker-0.95.7........... done
[115/1009] Deinstalling wx28-gtk2-common-2.8.12_6...
[115/1009] Deleting files for wx28-gtk2-common-2.8.12_6: .......... done
[116/1009] Deinstalling xscreensaver-5.34...
[116/1009] Deleting files for xscreensaver-5.34: .......... done
[117/1009] Deinstalling zenity-3.16.3...
[117/1009] Deleting files for zenity-3.16.3: .......... done
[118/1009] Deinstalling cups-pdf-2.6.1_2...
You may need to manually remove /usr/local/etc/cups/cups-pdf.conf if it is no longer needed.
[118/1009] Deleting files for cups-pdf-2.6.1_2: ....... done
[119/1009] Deinstalling farsight2-0.0.31_3...
[119/1009] Deleting files for farsight2-0.0.31_3: .......... done
[120/1009] Deinstalling firefox-41.0.2,1...
rmdir: /usr/local/lib/firefox: Directory not empty
[120/1009] Deleting files for firefox-41.0.2,1: .......... done
[121/1009] Deinstalling gconf2-3.2.6_4...
[121/1009] Deleting files for gconf2-3.2.6_4: .......... done
[122/1009] Deinstalling gtk-engines2-2.20.2_2...
[122/1009] Deleting files for gtk-engines2-2.20.2_2: .......... done
[123/1009] Deinstalling gtk-murrine-engine-0.98.2_4...
[123/1009] Deleting files for gtk-murrine-engine-0.98.2_4: .. done
[124/1009] Deinstalling gtk-theme-switch-2.0.0.r2_5...
[124/1009] Deleting files for gtk-theme-switch-2.0.0.r2_5: .. done
[125/1009] Deinstalling gtk-xfce-engine-3.2.0...
[125/1009] Deleting files for gtk-xfce-engine-3.2.0: .......... done
[126/1009] Deinstalling gtk2-qtcurve-theme-1.8.18...
[126/1009] Deleting files for gtk2-qtcurve-theme-1.8.18: .......... done
[127/1009] Deinstalling gtk3-3.16.6...
[127/1009] Deleting files for gtk3-3.16.6: .......... done
[128/1009] Deinstalling gtkmm24-2.24.4_2...
[128/1009] Deleting files for gtkmm24-2.24.4_2: .......... done
[129/1009] Deinstalling gtkspell-2.0.16_5...
[129/1009] Deleting files for gtkspell-2.0.16_5: .......... done
[130/1009] Deinstalling gutenprint-base-5.2.10_1...
[130/1009] Deleting files for gutenprint-base-5.2.10_1: .......... done
[131/1009] Deinstalling ja-mozc-tool-2.17.2106.102...
[131/1009] Deleting files for ja-mozc-tool-2.17.2106.102: ....... done
[132/1009] Deinstalling libcanberra-0.30_3...
[132/1009] Deleting files for libcanberra-0.30_3: .......... done
[133/1009] Deinstalling libdmtx-0.7.4_7...
[133/1009] Deleting files for libdmtx-0.7.4_7: ....... done
[134/1009] Deinstalling libglade2-2.6.4_8...
[134/1009] Deleting files for libglade2-2.6.4_8: .......... done
[135/1009] Deinstalling libmatekbd-1.10.0...
[135/1009] Deleting files for libmatekbd-1.10.0: .......... done
[136/1009] Deinstalling libmateweather-1.10.0...
[136/1009] Deleting files for libmateweather-1.10.0: .......... done
[137/1009] Deinstalling libwnck-2.30.7_1...
[137/1009] Deleting files for libwnck-2.30.7_1: .......... done
[138/1009] Deinstalling libwraster-0.95.7...
[138/1009] Deleting files for libwraster-0.95.7: .......... done
[139/1009] Deinstalling libxul-38.3.0...
rmdir: /usr/local/lib/libxul/chrome: Directory not empty
rmdir: /usr/local/lib/libxul: Directory not empty
[139/1009] Deleting files for libxul-38.3.0: .......... done
[140/1009] Deinstalling mate-desktop-1.10.2...
[140/1009] Deleting files for mate-desktop-1.10.2: .......... done
[141/1009] Deinstalling mate-polkit-1.10.1...
[141/1009] Deleting files for mate-polkit-1.10.1: .......... done
[142/1009] Deinstalling nspluginwrapper-1.4.4_4...
[142/1009] Deleting files for nspluginwrapper-1.4.4_4: .......... done
[143/1009] Deinstalling phonon-vlc-0.8.2_1...
[143/1009] Deleting files for phonon-vlc-0.8.2_1: ... done
[144/1009] Deinstalling pinentry-gtk2-0.9.5...
[144/1009] Deleting files for pinentry-gtk2-0.9.5: . done
[145/1009] Deinstalling py27-qt4-core-4.11.3,1...
[145/1009] Deleting files for py27-qt4-core-4.11.3,1: .......... done
[146/1009] Deinstalling qt5-multimedia-5.4.1_1...
[146/1009] Deleting files for qt5-multimedia-5.4.1_1: .......... done
[147/1009] Deinstalling qt5-webkit-5.4.1_2...
[147/1009] Deleting files for qt5-webkit-5.4.1_2: .......... done
[148/1009] Deinstalling smokeqt-4.14.3...
[148/1009] Deleting files for smokeqt-4.14.3: .......... done
[149/1009] Deinstalling unique-1.1.6_6...
[149/1009] Deleting files for unique-1.1.6_6: .......... done
[150/1009] Deinstalling vim-7.4.909...
[150/1009] Deleting files for vim-7.4.909: .......... done
[151/1009] Deinstalling vte-0.28.2_2...
[151/1009] Deleting files for vte-0.28.2_2: .......... done
[152/1009] Deinstalling webkit-gtk2-2.4.9...
[152/1009] Deleting files for webkit-gtk2-2.4.9: .......... done
[153/1009] Deinstalling xarchiver-0.5.4_1...
[153/1009] Deleting files for xarchiver-0.5.4_1: .......... done
[154/1009] Deinstalling xfce4-conf-4.12.0...
[154/1009] Deleting files for xfce4-conf-4.12.0: .......... done
[155/1009] Deinstalling ImageMagick-6.9.2.4,1...
[155/1009] Deleting files for ImageMagick-6.9.2.4,1: .......... done
[156/1009] Deinstalling adwaita-icon-theme-3.16.2.1...
[156/1009] Deleting files for adwaita-icon-theme-3.16.2.1: .......... done
[157/1009] Deinstalling cups-base-2.0.3_3...
You may need to manually remove /usr/local/etc/cups/cupsd.conf if it is no longer needed.
==> You should manually remove the "cups" user.
[157/1009] Deleting files for cups-base-2.0.3_3: .
pkg: pkg_checksum_validate_file(lstat): No such file or directory
pkg: /usr/local/share/applications/cups.desktop different from original checksum, not removing
[157/1009] Deleting files for cups-base-2.0.3_3............ done
[158/1009] Deinstalling cups-filters-1.1.0...
[158/1009] Deleting files for cups-filters-1.1.0: .......... done
[159/1009] Deinstalling gegl-0.2.0_14...
[159/1009] Deleting files for gegl-0.2.0_14: .......... done
[160/1009] Deinstalling gstreamer-plugins-core-0.10_13...
[160/1009] Deleting files for gstreamer-plugins-core-0.10_13: . done
[161/1009] Deinstalling gtk2-2.24.28_1...
[161/1009] Deleting files for gtk2-2.24.28_1: .......... done
[162/1009] Deinstalling mate-icon-theme-1.10.1...
[162/1009] Deleting files for mate-icon-theme-1.10.1: .......... done
[163/1009] Deinstalling mate-icon-theme-faenza-1.10.0...
[163/1009] Deleting files for mate-icon-theme-faenza-1.10.0: .......... done
[164/1009] Deinstalling poppler-qt5-0.34.0...
[164/1009] Deleting files for poppler-qt5-0.34.0: .......... done
[165/1009] Deinstalling q4wine-1.1.r2_3...
[165/1009] Deleting files for q4wine-1.1.r2_3: .......... done
[166/1009] Deinstalling qscintilla2-2.8.4,1...
[166/1009] Deleting files for qscintilla2-2.8.4,1: .......... done
[167/1009] Deinstalling qt5-help-5.4.1...
[167/1009] Deleting files for qt5-help-5.4.1: .......... done
[168/1009] Deinstalling qt5-opengl-5.4.1...
[168/1009] Deleting files for qt5-opengl-5.4.1: .......... done
[169/1009] Deinstalling qt5-printsupport-5.4.1...
[169/1009] Deleting files for qt5-printsupport-5.4.1: .......... done
[170/1009] Deinstalling qt5-quick-5.4.1...
[170/1009] Deleting files for qt5-quick-5.4.1: .......... done
[171/1009] Deinstalling qt5-svg-5.4.1...
[171/1009] Deleting files for qt5-svg-5.4.1: .......... done
[172/1009] Deinstalling qt5-x11extras-5.4.1...
[172/1009] Deleting files for qt5-x11extras-5.4.1: .......... done
[173/1009] Deinstalling vlc-qt4-2.2.1_5,4...
[173/1009] Deleting files for vlc-qt4-2.2.1_5,4: .......... done
[174/1009] Deinstalling xfce4-tumbler-0.1.31_1...
[174/1009] Deleting files for xfce4-tumbler-0.1.31_1: .......... done
[175/1009] Deinstalling xorg-7.7_2...
[176/1009] Deinstalling graphviz-2.38.0_10...
[176/1009] Deleting files for graphviz-2.38.0_10: .......... done
[177/1009] Deinstalling gstreamer-plugins-pango-0.10.36_2,3...
[177/1009] Deleting files for gstreamer-plugins-pango-0.10.36_2,3: .. done
[178/1009] Deinstalling gtk-update-icon-cache-2.24.28...
[178/1009] Deleting files for gtk-update-icon-cache-2.24.28: .... done
[179/1009] Deinstalling librsvg2-2.40.10...
[179/1009] Deleting files for librsvg2-2.40.10: .......... done
[180/1009] Deinstalling pangomm-2.36.0...
[180/1009] Deleting files for pangomm-2.36.0: .......... done
[181/1009] Deinstalling pangox-compat-0.0.2_1...
[181/1009] Deleting files for pangox-compat-0.0.2_1: ....... done
[182/1009] Deinstalling poppler-utils-0.34.0...
[182/1009] Deleting files for poppler-utils-0.34.0: .......... done
[183/1009] Deinstalling py27-gstreamer-0.10.22_3...
[183/1009] Deleting files for py27-gstreamer-0.10.22_3: .......... done
[184/1009] Deinstalling qcomicbook-0.9.0_6...
[184/1009] Deleting files for qcomicbook-0.9.0_6: .......... done
[185/1009] Deinstalling qt4-designer-4.8.7...
[185/1009] Deleting files for qt4-designer-4.8.7: .......... done
[186/1009] Deinstalling qt5-imageformats-5.4.1...
[186/1009] Deleting files for qt5-imageformats-5.4.1: .......... done
[187/1009] Deinstalling qt5-widgets-5.4.1...
[187/1009] Deleting files for qt5-widgets-5.4.1: .......... done
[188/1009] Deinstalling xorg-drivers-7.7_3...
[189/1009] Deinstalling gstreamer1-libav-1.6.0...
[189/1009] Deleting files for gstreamer1-libav-1.6.0: .......... done
[190/1009] Deinstalling libstreamanalyzer-0.7.8_5...
[190/1009] Deleting files for libstreamanalyzer-0.7.8_5: .......... done
[191/1009] Deinstalling pango-1.36.8_2...
[191/1009] Deleting files for pango-1.36.8_2: .......... done
[192/1009] Deinstalling phonon-4.8.3...
[192/1009] Deleting files for phonon-4.8.3: .......... done
[193/1009] Deinstalling poppler-glib-0.34.0...
[193/1009] Deleting files for poppler-glib-0.34.0: .......... done
[194/1009] Deinstalling poppler-qt4-0.34.0...
[194/1009] Deleting files for poppler-qt4-0.34.0: .......... done
[195/1009] Deinstalling py27-gobject-2.28.6_6...
[195/1009] Deleting files for py27-gobject-2.28.6_6: .......... done
[196/1009] Deinstalling py27-gobject3-3.16.2...
[196/1009] Deleting files for py27-gobject3-3.16.2: .......... done
[197/1009] Deinstalling qt4-assistant-4.8.7...
[197/1009] Deleting files for qt4-assistant-4.8.7: ...... done
[198/1009] Deinstalling qt5-gui-5.4.1_2...
[198/1009] Deleting files for qt5-gui-5.4.1_2: .......... done
[199/1009] Deinstalling transcode-1.1.7_24...
[199/1009] Deleting files for transcode-1.1.7_24: .......... done
[200/1009] Deinstalling xf86-input-keyboard-1.8.1...
[200/1009] Deleting files for xf86-input-keyboard-1.8.1: .. done
[201/1009] Deinstalling xf86-input-mouse-1.9.1_1...
[201/1009] Deleting files for xf86-input-mouse-1.9.1_1: .... done
[202/1009] Deinstalling xf86-input-synaptics-1.8.2_1...
[202/1009] Deleting files for xf86-input-synaptics-1.8.2_1: ......... done
[203/1009] Deinstalling xf86-video-ati-7.5.0_3...
[203/1009] Deleting files for xf86-video-ati-7.5.0_3: .... done
[204/1009] Deinstalling xf86-video-intel-2.21.15_9...
[204/1009] Deleting files for xf86-video-intel-2.21.15_9: ........ done
[205/1009] Deinstalling xf86-video-mach64-6.9.5...
[205/1009] Deleting files for xf86-video-mach64-6.9.5: . done
[206/1009] Deinstalling xf86-video-nv-2.1.20_7...
[206/1009] Deleting files for xf86-video-nv-2.1.20_7: .. done
[207/1009] Deinstalling xf86-video-openchrome-0.3.3_6...
[207/1009] Deleting files for xf86-video-openchrome-0.3.3_6: ........ done
[208/1009] Deinstalling xf86-video-r128-6.10.0...
[208/1009] Deleting files for xf86-video-r128-6.10.0: .. done
[209/1009] Deinstalling xf86-video-scfb-0.0.4_3...
[209/1009] Deleting files for xf86-video-scfb-0.0.4_3: .. done
[210/1009] Deinstalling xf86-video-vesa-2.3.4...
[210/1009] Deleting files for xf86-video-vesa-2.3.4: .. done
[211/1009] Deinstalling cairomm-1.10.0_3...
[211/1009] Deleting files for cairomm-1.10.0_3: .......... done
[212/1009] Deinstalling fbreader-0.99.6_2...
[212/1009] Deleting files for fbreader-0.99.6_2: .......... done
[213/1009] Deinstalling ffmpeg-2.8.1,1...
[213/1009] Deleting files for ffmpeg-2.8.1,1: .......... done
[214/1009] Deinstalling gle-3.1.0_6...
[214/1009] Deleting files for gle-3.1.0_6: .......... done
[215/1009] Deinstalling harfbuzz-1.0.6...
[215/1009] Deleting files for harfbuzz-1.0.6: .......... done
[216/1009] Deinstalling libgltf-0.0.2...
[216/1009] Deleting files for libgltf-0.0.2: .......... done
[217/1009] Deinstalling libgxps-0.2.3.2...
[217/1009] Deleting files for libgxps-0.2.3.2: .......... done
[218/1009] Deinstalling libspectre-0.2.7_1...
[218/1009] Deleting files for libspectre-0.2.7_1: .......... done
[219/1009] Deinstalling poppler-0.34.0...
[219/1009] Deleting files for poppler-0.34.0: .......... done
[220/1009] Deinstalling pwcview-1.4.1_6...
[220/1009] Deleting files for pwcview-1.4.1_6: ... done
[221/1009] Deinstalling py27-cairo-1.10.0_2...
[221/1009] Deleting files for py27-cairo-1.10.0_2: ...... done
[222/1009] Deinstalling qt4-webkit-4.8.7...
[222/1009] Deleting files for qt4-webkit-4.8.7: .......... done
[223/1009] Deinstalling qzeitgeist-0.8.0_2...
[223/1009] Deleting files for qzeitgeist-0.8.0_2: .......... done
[224/1009] Deinstalling xorg-server-1.17.4,1...
[224/1009] Deleting files for xorg-server-1.17.4,1: .......... done
[225/1009] Deinstalling cairo-1.14.2_1,2...
[225/1009] Deleting files for cairo-1.14.2_1,2: .......... done
[226/1009] Deinstalling freeglut-2.8.1_4...
[226/1009] Deleting files for freeglut-2.8.1_4: .......... done
[227/1009] Deinstalling glew-1.12.0...
[227/1009] Deleting files for glew-1.12.0: .......... done
[228/1009] Deinstalling libepoxy-1.2...
[228/1009] Deleting files for libepoxy-1.2: .......... done
[229/1009] Deinstalling qt4-declarative-4.8.7...
[229/1009] Deleting files for qt4-declarative-4.8.7: .......... done
[230/1009] Deinstalling qt4-iconengines-4.8.7...
[230/1009] Deleting files for qt4-iconengines-4.8.7: .... done
[231/1009] Deinstalling qt4-imageformats-4.8.7...
[231/1009] Deleting files for qt4-imageformats-4.8.7: .......... done
[232/1009] Deinstalling qt4-style-qtcurve-1.8.18...
[232/1009] Deleting files for qt4-style-qtcurve-1.8.18: . done
[233/1009] Deinstalling qwt5-5.2.3...
[233/1009] Deleting files for qwt5-5.2.3: .......... done
[234/1009] Deinstalling sdl-1.2.15_7,2...
[234/1009] Deleting files for sdl-1.2.15_7,2: .......... done
[235/1009] Deinstalling xorg-apps-7.7_2...
[236/1009] Deinstalling akonadi-1.13.0...
[236/1009] Deleting files for akonadi-1.13.0: .......... done
[237/1009] Deinstalling fluxbox-tenr-styles-pack-20071215_3...
[237/1009] Deleting files for fluxbox-tenr-styles-pack-20071215_3: .......... done
[238/1009] Deinstalling grantlee-0.5.1...
[238/1009] Deleting files for grantlee-0.5.1: .......... done
[239/1009] Deinstalling gstreamer-plugins-mp3-0.10.0_1...
[240/1009] Deinstalling gstreamer-plugins-v4l2-0.10.31_1,3...
[240/1009] Deleting files for gstreamer-plugins-v4l2-0.10.31_1,3: .. done
[241/1009] Deinstalling hupnp-1.0.0_1...
[241/1009] Deleting files for hupnp-1.0.0_1: .......... done
[242/1009] Deinstalling libEGL-10.6.9...
[242/1009] Deleting files for libEGL-10.6.9: .......... done
[243/1009] Deinstalling libGLU-9.0.0_2...
[243/1009] Deleting files for libGLU-9.0.0_2: ...... done
[244/1009] Deinstalling libdbusmenu-qt-0.9.3.151020150604...
[244/1009] Deleting files for libdbusmenu-qt-0.9.3.151020150604: .......... done
[245/1009] Deinstalling libwpg03-0.3.0...
[245/1009] Deleting files for libwpg03-0.3.0: .......... done
[246/1009] Deinstalling pcbsd-appweb-1441129621...
[246/1009] Deleting files for pcbsd-appweb-1441129621: .......... done
[247/1009] Deinstalling polkit-qt-0.112.0...
[247/1009] Deleting files for polkit-qt-0.112.0: .......... done
[248/1009] Deinstalling pysolfc-2.0_6...
[248/1009] Deleting files for pysolfc-2.0_6: .......... done
[249/1009] Deinstalling qimageblitz-0.0.6_2...
[249/1009] Deleting files for qimageblitz-0.0.6_2: ........ done
[250/1009] Deinstalling qorganizer-3.1_4...
[250/1009] Deleting files for qorganizer-3.1_4: ..... done
[251/1009] Deinstalling qt4-help-4.8.7...
[251/1009] Deleting files for qt4-help-4.8.7: .......... done
[252/1009] Deinstalling qt4-inputmethods-4.8.7...
[252/1009] Deleting files for qt4-inputmethods-4.8.7: .... done
[253/1009] Deinstalling qt4-libQtAssistantClient-4.6.3_1...
[253/1009] Deleting files for qt4-libQtAssistantClient-4.6.3_1: .......... done
[254/1009] Deinstalling qt4-multimedia-4.8.7...
[254/1009] Deleting files for qt4-multimedia-4.8.7: .......... done
[255/1009] Deinstalling qt4-opengl-4.8.7...
[255/1009] Deleting files for qt4-opengl-4.8.7: .......... done
[256/1009] Deinstalling qt4-qdbusviewer-4.8.7...
[256/1009] Deleting files for qt4-qdbusviewer-4.8.7: ...... done
[257/1009] Deinstalling qt4-qt3support-4.8.7...
[257/1009] Deleting files for qt4-qt3support-4.8.7: .......... done
[258/1009] Deinstalling qt4-scripttools-4.8.7...
[258/1009] Deleting files for qt4-scripttools-4.8.7: .......... done
[259/1009] Deinstalling qt4-svg-4.8.7...
[259/1009] Deleting files for qt4-svg-4.8.7: .......... done
[260/1009] Deinstalling skype-2.1.0.81_1,1...
[260/1009] Deleting files for skype-2.1.0.81_1,1: .......... done
[261/1009] Deinstalling xdriinfo-1.0.5...
[261/1009] Deleting files for xdriinfo-1.0.5: .. done
[262/1009] Deinstalling at-spi2-atk-2.16.0...
[262/1009] Deleting files for at-spi2-atk-2.16.0: .......... done
[263/1009] Deinstalling fluxbox-1.3.7...
[263/1009] Deleting files for fluxbox-1.3.7: .
pkg: /usr/local/share/fluxbox/init different from original checksum, not removing
[263/1009] Deleting files for fluxbox-1.3.7............ done
[264/1009] Deinstalling foo2zjs-20150511_1...
[264/1009] Deleting files for foo2zjs-20150511_1: .......... done
[265/1009] Deinstalling gbm-10.6.9...
[265/1009] Deleting files for gbm-10.6.9: ..... done
[266/1009] Deinstalling gstreamer-plugins-a52dec-0.10.19_1,3...
[266/1009] Deleting files for gstreamer-plugins-a52dec-0.10.19_1,3: .. done
[267/1009] Deinstalling gstreamer-plugins-dts-0.10.23_1,3...
[267/1009] Deleting files for gstreamer-plugins-dts-0.10.23_1,3: .. done
[268/1009] Deinstalling gstreamer-plugins-dvd-0.10.19_4,3...
[268/1009] Deleting files for gstreamer-plugins-dvd-0.10.19_4,3: .. done
[269/1009] Deinstalling gstreamer-plugins-libpng-0.10.31_2,3...
[269/1009] Deleting files for gstreamer-plugins-libpng-0.10.31_2,3: .. done
[270/1009] Deinstalling gstreamer-plugins-mad-0.10.19_3,3...
[270/1009] Deleting files for gstreamer-plugins-mad-0.10.19_3,3: .. done
[271/1009] Deinstalling gstreamer-plugins-vorbis-0.10.36_1,3...
[271/1009] Deleting files for gstreamer-plugins-vorbis-0.10.36_1,3: .. done
[272/1009] Deinstalling gstreamer-plugins-xvid-0.10.23_1,3...
[272/1009] Deleting files for gstreamer-plugins-xvid-0.10.23_1,3: .. done
[273/1009] Deinstalling hal-info-20091130...
[273/1009] Deleting files for hal-info-20091130: .......... done
[274/1009] Deinstalling ja-mozc-server-2.17.2106.102...
[274/1009] Deleting files for ja-mozc-server-2.17.2106.102: ....... done
[275/1009] Deinstalling libGL-10.6.9...
[275/1009] Deleting files for libGL-10.6.9: .......... done
[276/1009] Deinstalling libglesv2-10.6.9...
[276/1009] Deleting files for libglesv2-10.6.9: .......... done
[277/1009] Deinstalling libwpd010-0.10.0...
[277/1009] Deleting files for libwpd010-0.10.0: .......... done
[278/1009] Deinstalling m17n-lib-1.6.4_6...
[278/1009] Deleting files for m17n-lib-1.6.4_6: .......... done
[279/1009] Deinstalling php56-gd-5.6.14...
[279/1009] Deleting files for php56-gd-5.6.14: .......... done
[280/1009] Deinstalling py27-pillow-2.9.0...
[280/1009] Deleting files for py27-pillow-2.9.0: .......... done
[281/1009] Deinstalling qt4-gui-4.8.7...
[281/1009] Deleting files for qt4-gui-4.8.7: .......... done
[282/1009] Deinstalling soprano-2.9.4_1...
[282/1009] Deleting files for soprano-2.9.4_1: .......... done
[283/1009] Deinstalling webcamd-3.18.0.1...
==> You should manually remove the "webcamd" user.
[283/1009] Deleting files for webcamd-3.18.0.1: .......... done
[284/1009] Deinstalling at-spi2-core-2.16.0...
[284/1009] Deleting files for at-spi2-core-2.16.0: .......... done
[285/1009] Deinstalling bitmap-1.0.8...
[285/1009] Deleting files for bitmap-1.0.8: .......... done
[286/1009] Deinstalling cagibi-0.2.0...
[286/1009] Deleting files for cagibi-0.2.0: ...... done
[287/1009] Deinstalling colord-1.2.11...
==> You should manually remove the "colord" user.
[287/1009] Deleting files for colord-1.2.11: .......... done
[288/1009] Deinstalling cups-pstoraster-8.15.4_8...
[288/1009] Deleting files for cups-pstoraster-8.15.4_8: .......... done
[289/1009] Deinstalling dri-10.6.9,2...
[289/1009] Deleting files for dri-10.6.9,2: .......... done
[290/1009] Deinstalling foomatic-filters-4.0.17_3...
You may need to manually remove /usr/local/etc/foomatic/filter.conf if it is no longer needed.
[290/1009] Deleting files for foomatic-filters-4.0.17_3: .......... done
[291/1009] Deinstalling geoclue-2.2.0...
[291/1009] Deleting files for geoclue-2.2.0: .......... done
[292/1009] Deinstalling ghostscript9-x11-9.06_11...
[292/1009] Deleting files for ghostscript9-x11-9.06_11: .... done
[293/1009] Deinstalling git-2.6.3...
Updating /etc/shells
==> You should manually remove the "git_daemon" user.
[293/1009] Deleting files for git-2.6.3: .......... done
[294/1009] Deinstalling gstreamer-ffmpeg-0.10.13_4...
[294/1009] Deleting files for gstreamer-ffmpeg-0.10.13_4: ...... done
[295/1009] Deinstalling gstreamer-plugins-bad-0.10.23_2,3...
[295/1009] Deleting files for gstreamer-plugins-bad-0.10.23_2,3: .......... done
[296/1009] Deinstalling gstreamer-plugins-good-0.10.31_2,3...
[296/1009] Deleting files for gstreamer-plugins-good-0.10.31_2,3: .......... done
[297/1009] Deinstalling gstreamer-plugins-ogg-0.10.36_1,3...
[297/1009] Deleting files for gstreamer-plugins-ogg-0.10.36_1,3: .. done
[298/1009] Deinstalling gstreamer-plugins-theora-0.10.36_1,3...
[298/1009] Deleting files for gstreamer-plugins-theora-0.10.36_1,3: .. done
[299/1009] Deinstalling gstreamer-plugins-ugly-0.10.19_1,3...
[299/1009] Deleting files for gstreamer-plugins-ugly-0.10.19_1,3: .......... done
[300/1009] Deinstalling hal-0.5.14_30...
==> You should manually remove the "haldaemon" user.
[300/1009] Deleting files for hal-0.5.14_30: .......... done
[301/1009] Deinstalling icewm-1.3.8_2...
[301/1009] Deleting files for icewm-1.3.8_2: ..
pkg: /usr/local/share/icewm/menu different from original checksum, not removing
[301/1009] Deleting files for icewm-1.3.8_2........... done
[302/1009] Deinstalling libglapi-10.6.9...
[302/1009] Deleting files for libglapi-10.6.9: ... done
[303/1009] Deinstalling libgsf-1.14.34...
[303/1009] Deleting files for libgsf-1.14.34: .......... done
[304/1009] Deinstalling libnice-gst010-0.1.13...
[304/1009] Deleting files for libnice-gst010-0.1.13: . done
[305/1009] Deinstalling libnotify-0.7.6_1...
[305/1009] Deleting files for libnotify-0.7.6_1: .......... done
[306/1009] Deinstalling libopenraw-0.0.9_3...
[306/1009] Deleting files for libopenraw-0.0.9_3: .......... done
[307/1009] Deinstalling libotf-0.9.13_2...
[307/1009] Deleting files for libotf-0.9.13_2: .......... done
[308/1009] Deinstalling libsoup-gnome-2.50.0...
[308/1009] Deleting files for libsoup-gnome-2.50.0: ......... done
[309/1009] Deinstalling linux-c6-flashplugin-11.2r202.540...
[309/1009] Deleting files for linux-c6-flashplugin-11.2r202.540: .......... done
[310/1009] Deinstalling nss_mdns-0.10_3...
[310/1009] Deleting files for nss_mdns-0.10_3: ......... done
[311/1009] Deinstalling numlockx-1.2...
[311/1009] Deleting files for numlockx-1.2: .... done
[312/1009] Deinstalling openjdk8-8.60.24...
[312/1009] Deleting files for openjdk8-8.60.24: .......... done
[313/1009] Deinstalling pulseaudio-6.0_2...
==> You should manually remove the "pulse" user.
[313/1009] Deleting files for pulseaudio-6.0_2: .......... done
[314/1009] Deinstalling py27-tkinter-2.7.10_5...
[314/1009] Deleting files for py27-tkinter-2.7.10_5: ........ done
[315/1009] Deinstalling redland-1.0.17_4...
[315/1009] Deleting files for redland-1.0.17_4: .......... done
[316/1009] Deinstalling samba41-4.1.18_1...
[316/1009] Deleting files for samba41-4.1.18_1: .......... done
[317/1009] Deinstalling t1lib-5.1.2_4,1...
[317/1009] Deleting files for t1lib-5.1.2_4,1: .......... done
[318/1009] Deinstalling x11vnc-0.9.13_2...
[318/1009] Deleting files for x11vnc-0.9.13_2: .......... done
[319/1009] Deinstalling xbrightness-0.3...
[319/1009] Deleting files for xbrightness-0.3: .. done
[320/1009] Deinstalling xcalc-1.0.6_2...
[320/1009] Deleting files for xcalc-1.0.6_2: .... done
[321/1009] Deinstalling xclock-1.0.7_1...
[321/1009] Deleting files for xclock-1.0.7_1: .... done
[322/1009] Deinstalling xconsole-1.0.6_1...
[322/1009] Deleting files for xconsole-1.0.6_1: ... done
[323/1009] Deinstalling xdg-utils-1.0.2.20130919_1...
[323/1009] Deleting files for xdg-utils-1.0.2.20130919_1: ...
pkg: /usr/local/bin/xdg-open different from original checksum, not removing
[323/1009] Deleting files for xdg-utils-1.0.2.20130919_1.......... done
[324/1009] Deinstalling xdpyinfo-1.3.2...
[324/1009] Deleting files for xdpyinfo-1.3.2: ..... done
[325/1009] Deinstalling xf86dga-1.0.3_1...
[325/1009] Deleting files for xf86dga-1.0.3_1: ..... done
[326/1009] Deinstalling xgc-1.0.5...
[326/1009] Deleting files for xgc-1.0.5: ....... done
[327/1009] Deinstalling xkbutils-1.0.4...
[327/1009] Deleting files for xkbutils-1.0.4: ......... done
[328/1009] Deinstalling xmessage-1.0.4...
[328/1009] Deleting files for xmessage-1.0.4: .... done
[329/1009] Deinstalling xorg-libraries-7.7_2...
[330/1009] Deinstalling xterm-320...
[330/1009] Deleting files for xterm-320: .......... done
[331/1009] Deinstalling xvkbd-3.7...
[331/1009] Deleting files for xvkbd-3.7: .......... done
[332/1009] Deinstalling argyllcms-1.7.0_1...
[332/1009] Deleting files for argyllcms-1.7.0_1: .......... done
[333/1009] Deinstalling attica-0.4.2,2...
[333/1009] Deleting files for attica-0.4.2,2: .......... done
[334/1009] Deinstalling avahi-app-0.6.31_5...
==> You should manually remove the "avahi" user.
[334/1009] Deleting files for avahi-app-0.6.31_5: .......... done
[335/1009] Deinstalling consolekit-0.4.5_4...
[335/1009] Deleting files for consolekit-0.4.5_4: .......... done
[336/1009] Deinstalling cups-pk-helper-0.2.5...
[336/1009] Deleting files for cups-pk-helper-0.2.5: .......... done
[337/1009] Deinstalling gdk-pixbuf2-2.32.1...
[337/1009] Deleting files for gdk-pixbuf2-2.32.1: .......... done
[338/1009] Deinstalling ghostscript9-base-9.06_11...
[338/1009] Deleting files for ghostscript9-base-9.06_11: .......... done
[339/1009] Deinstalling gnome-doc-utils-0.20.10_4...
[339/1009] Deleting files for gnome-doc-utils-0.20.10_4: .......... done
[340/1009] Deinstalling grub2-efi-2.02_15...
[340/1009] Deleting files for grub2-efi-2.02_15: .......... done
[341/1009] Deinstalling gstreamer-plugins-0.10.36_6,3...
[341/1009] Deleting files for gstreamer-plugins-0.10.36_6,3: .......... done
[342/1009] Deinstalling gstreamer1-plugins-good-1.6.0...
[342/1009] Deleting files for gstreamer1-plugins-good-1.6.0: .......... done
[343/1009] Deinstalling ldb-1.1.21_1...
[343/1009] Deleting files for ldb-1.1.21_1: .......... done
[344/1009] Deinstalling libXTrap-1.0.1_3...
[344/1009] Deleting files for libXTrap-1.0.1_3: ..... done
[345/1009] Deinstalling libXaw-1.0.13,2...
[345/1009] Deleting files for libXaw-1.0.13,2: .......... done
[346/1009] Deinstalling libXtst-1.2.2_3...
[346/1009] Deleting files for libXtst-1.2.2_3: .......... done
[347/1009] Deinstalling libXvMC-1.0.9...
[347/1009] Deleting files for libXvMC-1.0.9: .......... done
[348/1009] Deinstalling libsoup-2.50.0...
[348/1009] Deleting files for libsoup-2.50.0: .......... done
[349/1009] Deinstalling libxklavier-5.3,1...
[349/1009] Deleting files for libxklavier-5.3,1: .......... done
[350/1009] Deinstalling linux-c6-gtk2-2.24.23_1...
[350/1009] Deleting files for linux-c6-gtk2-2.24.23_1: .......... done
[351/1009] Deinstalling p5-subversion-1.9.2...
[351/1009] Deleting files for p5-subversion-1.9.2: .......... done
[352/1009] Deinstalling pcbsd-syscache-1439494375...
[352/1009] Deleting files for pcbsd-syscache-1439494375: ...... done
[353/1009] Deinstalling pcbsd-utils-1445451961...
[353/1009] Deleting files for pcbsd-utils-1445451961: .......... done
[354/1009] Deinstalling policykit-0.9_10...
You may need to manually remove /usr/local/etc/PolicyKit/PolicyKit.conf if it is no longer needed.
==> You should manually remove the "polkit" user.
[354/1009] Deleting files for policykit-0.9_10: .......... done
[355/1009] Deinstalling py27-Jinja2-2.8...
[355/1009] Deleting files for py27-Jinja2-2.8: .......... done
[356/1009] Deinstalling py27-dbus-1.2.0_1...
[356/1009] Deleting files for py27-dbus-1.2.0_1: .......... done
[357/1009] Deinstalling qt4-dbus-4.8.7...
[357/1009] Deleting files for qt4-dbus-4.8.7: .......... done
[358/1009] Deinstalling qt4-mysql-plugin-4.8.7...
[358/1009] Deleting files for qt4-mysql-plugin-4.8.7: .... done
[359/1009] Deinstalling qt4-sqlite-plugin-4.8.7...
[359/1009] Deleting files for qt4-sqlite-plugin-4.8.7: .... done
[360/1009] Deinstalling qt4-xmlpatterns-4.8.7...
[360/1009] Deleting files for qt4-xmlpatterns-4.8.7: .......... done
[361/1009] Deinstalling qt5-linguisttools-5.4.1...
[361/1009] Deleting files for qt5-linguisttools-5.4.1: .......... done
[362/1009] Deinstalling qt5-qml-5.4.1...
[362/1009] Deleting files for qt5-qml-5.4.1: .......... done
[363/1009] Deinstalling qt5-sqldrivers-sqlite3-5.4.1...
[363/1009] Deleting files for qt5-sqldrivers-sqlite3-5.4.1: ..... done
[364/1009] Deinstalling qt5-xmlpatterns-5.4.1...
[364/1009] Deleting files for qt5-xmlpatterns-5.4.1: .......... done
[365/1009] Deinstalling rasqal-0.9.33...
[365/1009] Deleting files for rasqal-0.9.33: .......... done
[366/1009] Deinstalling samba36-libsmbclient-3.6.25_2...
[366/1009] Deleting files for samba36-libsmbclient-3.6.25_2: .......... done
[367/1009] Deinstalling smokegen-4.14.3...
[367/1009] Deleting files for smokegen-4.14.3: .......... done
[368/1009] Deinstalling smproxy-1.0.6...
[368/1009] Deleting files for smproxy-1.0.6: .. done
[369/1009] Deinstalling splix-2.0.0_6...
[369/1009] Deleting files for splix-2.0.0_6: .......... done
[370/1009] Deinstalling tk85-8.5.18...
[370/1009] Deleting files for tk85-8.5.18: .......... done
[371/1009] Deinstalling tk86-8.6.4...
[371/1009] Deleting files for tk86-8.6.4: .......... done
[372/1009] Deinstalling twm-1.0.9...
[372/1009] Deleting files for twm-1.0.9: ... done
[373/1009] Deinstalling upower-0.99.3...
[373/1009] Deleting files for upower-0.99.3: .......... done
[374/1009] Deinstalling x11perf-1.6.0...
[374/1009] Deleting files for x11perf-1.6.0: .......... done
[375/1009] Deinstalling xauth-1.0.9_1...
[375/1009] Deleting files for xauth-1.0.9_1: ..... done
[376/1009] Deinstalling xbacklight-1.2.1_1...
[376/1009] Deleting files for xbacklight-1.2.1_1: ..... done
[377/1009] Deinstalling xcursorgen-1.0.6_1...
[377/1009] Deleting files for xcursorgen-1.0.6_1: ..... done
[378/1009] Deinstalling xev-1.2.2...
[378/1009] Deleting files for xev-1.2.2: .. done
[379/1009] Deinstalling xgamma-1.0.6...
[379/1009] Deleting files for xgamma-1.0.6: .. done
[380/1009] Deinstalling xhost-1.0.7...
[380/1009] Deleting files for xhost-1.0.7: .. done
[381/1009] Deinstalling xinput-1.6.2...
[381/1009] Deleting files for xinput-1.6.2: .. done
[382/1009] Deinstalling xkill-1.0.4...
[382/1009] Deleting files for xkill-1.0.4: .. done
[383/1009] Deinstalling xlsatoms-1.1.2...
[383/1009] Deleting files for xlsatoms-1.1.2: ..... done
[384/1009] Deinstalling xlsclients-1.1.3...
[384/1009] Deleting files for xlsclients-1.1.3: ..... done
[385/1009] Deinstalling xorg-fonts-7.7_1...
[386/1009] Deinstalling xpr-1.0.4...
[386/1009] Deleting files for xpr-1.0.4: .... done
[387/1009] Deinstalling xprop-1.2.2...
[387/1009] Deleting files for xprop-1.2.2: .. done
[388/1009] Deinstalling xrandr-1.4.3...
[388/1009] Deleting files for xrandr-1.4.3: ... done
[389/1009] Deinstalling xrdb-1.1.0...
[389/1009] Deleting files for xrdb-1.1.0: .. done
[390/1009] Deinstalling xset-1.2.3_1...
[390/1009] Deleting files for xset-1.2.3_1: .. done
[391/1009] Deinstalling xsetmode-1.0.0...
[391/1009] Deleting files for xsetmode-1.0.0: .. done
[392/1009] Deinstalling xsetroot-1.1.1...
[392/1009] Deleting files for xsetroot-1.1.1: .. done
[393/1009] Deinstalling xvinfo-1.1.3...
[393/1009] Deleting files for xvinfo-1.1.3: .. done
[394/1009] Deinstalling ORBit2-2.14.19_1...
[394/1009] Deleting files for ORBit2-2.14.19_1: .......... done
[395/1009] Deinstalling OpenSSH-askpass-1.2.4.1_2...
[395/1009] Deleting files for OpenSSH-askpass-1.2.4.1_2: .......... done
[396/1009] Deinstalling appres-1.0.4...
[396/1009] Deleting files for appres-1.0.4: .. done
[397/1009] Deinstalling atkmm-2.22.7...
[397/1009] Deleting files for atkmm-2.22.7: .......... done
[398/1009] Deinstalling cups-bjnp-2.0...
[398/1009] Deleting files for cups-bjnp-2.0: . done
[399/1009] Deinstalling cups-image-2.0.3_2...
==> You should manually remove the "cups" user.
[399/1009] Deleting files for cups-image-2.0.3_2: .......... done
[400/1009] Deinstalling dbus-glib-0.104...
[400/1009] Deleting files for dbus-glib-0.104: .......... done
[401/1009] Deinstalling dconf-0.24.0_1...
[401/1009] Deleting files for dconf-0.24.0_1: .......... done
[402/1009] Deinstalling glib-networking-2.44.0...
[402/1009] Deleting files for glib-networking-2.44.0: .......... done
[403/1009] Deinstalling grub2-pcbsd-2.02q_7...
[403/1009] Deleting files for grub2-pcbsd-2.02q_7:
pkg: /usr/local/info/dir different from original checksum, not removing
[403/1009] Deleting files for grub2-pcbsd-2.02q_7............. done
[404/1009] Deinstalling gstreamer-0.10.36_4...
[404/1009] Deleting files for gstreamer-0.10.36_4: .......... done
[405/1009] Deinstalling gstreamer1-plugins-1.6.0...
[405/1009] Deleting files for gstreamer1-plugins-1.6.0: .......... done
[406/1009] Deinstalling json-glib-1.0.4...
[406/1009] Deleting files for json-glib-1.0.4: .......... done
[407/1009] Deinstalling libXScrnSaver-1.2.2_3...
[407/1009] Deleting files for libXScrnSaver-1.2.2_3: .......... done
[408/1009] Deinstalling libXcomposite-0.4.4_3,1...
[408/1009] Deleting files for libXcomposite-0.4.4_3,1: .......... done
[409/1009] Deinstalling libXcursor-1.1.14_3...
[409/1009] Deleting files for libXcursor-1.1.14_3: .......... done
[410/1009] Deinstalling libXdamage-1.1.4_3...
[410/1009] Deleting files for libXdamage-1.1.4_3: ...... done
[411/1009] Deinstalling libXevie-1.0.3_3...
[411/1009] Deleting files for libXevie-1.0.3_3: .......... done
[412/1009] Deinstalling libXfontcache-1.0.5_3...
[412/1009] Deleting files for libXfontcache-1.0.5_3: .......... done
[413/1009] Deinstalling libXft-2.3.2_1...
[413/1009] Deleting files for libXft-2.3.2_1: ......... done
[414/1009] Deinstalling libXi-1.7.5,1...
[414/1009] Deleting files for libXi-1.7.5,1: .......... done
[415/1009] Deinstalling libXinerama-1.1.3_3,1...
[415/1009] Deleting files for libXinerama-1.1.3_3,1: .......... done
[416/1009] Deinstalling libXmu-1.1.2_3,1...
[416/1009] Deleting files for libXmu-1.1.2_3,1: .......... done
[417/1009] Deinstalling libXp-1.0.3,1...
[417/1009] Deleting files for libXp-1.0.3,1: .......... done
[418/1009] Deinstalling libXpm-3.5.11_4...
[418/1009] Deleting files for libXpm-3.5.11_4: .......... done
[419/1009] Deinstalling libXrandr-1.5.0...
[419/1009] Deleting files for libXrandr-1.5.0: .......... done
[420/1009] Deinstalling libXres-1.0.7_3...
[420/1009] Deleting files for libXres-1.0.7_3: .......... done
[421/1009] Deinstalling libXv-1.0.10_3,1...
[421/1009] Deleting files for libXv-1.0.10_3,1: .......... done
[422/1009] Deinstalling libXxf86dga-1.1.4_3...
[422/1009] Deleting files for libXxf86dga-1.1.4_3: .......... done
[423/1009] Deinstalling libXxf86misc-1.0.3_3...
[423/1009] Deleting files for libXxf86misc-1.0.3_3: .......... done
[424/1009] Deinstalling libXxf86vm-1.1.4_1...
[424/1009] Deleting files for libXxf86vm-1.1.4_1: .......... done
[425/1009] Deinstalling libdmx-1.1.3_3...
[425/1009] Deleting files for libdmx-1.1.3_3: .......... done
[426/1009] Deinstalling libgnome-keyring-3.12.0_2...
[426/1009] Deleting files for libgnome-keyring-3.12.0_2: .......... done
[427/1009] Deinstalling libvdpau-1.1...
[427/1009] Deleting files for libvdpau-1.1: .......... done
[428/1009] Deinstalling libxkbui-1.0.2_4...
[428/1009] Deleting files for libxkbui-1.0.2_4: ...... done
[429/1009] Deinstalling libxml++-2.34.2_2...
[429/1009] Deleting files for libxml++-2.34.2_2: .......... done
[430/1009] Deinstalling lineakd-0.9_4...
[430/1009] Deleting files for lineakd-0.9_4: .......... done
[431/1009] Deinstalling linux-c6-pango-1.28.1_2...
[431/1009] Deleting files for linux-c6-pango-1.28.1_2: .......... done
[432/1009] Deinstalling mc-4.8.14_1...
[432/1009] Deleting files for mc-4.8.14_1: .......... done
[433/1009] Deinstalling p5-libwww-6.13...
[433/1009] Deleting files for p5-libwww-6.13: .......... done
[434/1009] Deinstalling polkit-0.113_1...
==> You should manually remove the "polkitd" user.
[434/1009] Deleting files for polkit-0.113_1: .......... done
[435/1009] Deinstalling py27-Babel-2.0...
[435/1009] Deleting files for py27-Babel-2.0: .......... done
[436/1009] Deinstalling py27-cups-1.9.72...
[436/1009] Deleting files for py27-cups-1.9.72: ......... done
[437/1009] Deinstalling py27-fail2ban-0.9.3...
[437/1009] Deleting files for py27-fail2ban-0.9.3: .......... done
[438/1009] Deinstalling py27-libturpial-1.7.0...
[438/1009] Deleting files for py27-libturpial-1.7.0: .......... done
[439/1009] Deinstalling qjson-0.8.1...
[439/1009] Deleting files for qjson-0.8.1: .......... done
[440/1009] Deinstalling qt4-clucene-4.8.7...
[440/1009] Deleting files for qt4-clucene-4.8.7: .......... done
[441/1009] Deinstalling qt4-network-4.8.7_1...
[441/1009] Deleting files for qt4-network-4.8.7_1: .......... done
[442/1009] Deinstalling qt4-script-4.8.7...
[442/1009] Deleting files for qt4-script-4.8.7: .......... done
[443/1009] Deinstalling qt4-sql-4.8.7...
[443/1009] Deleting files for qt4-sql-4.8.7: .......... done
[444/1009] Deinstalling qt4-testlib-4.8.7...
[444/1009] Deleting files for qt4-testlib-4.8.7: .......... done
[445/1009] Deinstalling qt4-xml-4.8.7...
[445/1009] Deleting files for qt4-xml-4.8.7: .......... done
[446/1009] Deinstalling qt5-clucene-5.4.1...
[446/1009] Deleting files for qt5-clucene-5.4.1: .......... done
[447/1009] Deinstalling qt5-concurrent-5.4.1...
[447/1009] Deleting files for qt5-concurrent-5.4.1: .......... done
[448/1009] Deinstalling qt5-dbus-5.4.1...
[448/1009] Deleting files for qt5-dbus-5.4.1: .......... done
[449/1009] Deinstalling qt5-network-5.4.1_1...
[449/1009] Deleting files for qt5-network-5.4.1_1: .......... done
[450/1009] Deinstalling qt5-sql-5.4.1...
[450/1009] Deleting files for qt5-sql-5.4.1: .......... done
[451/1009] Deinstalling qt5-testlib-5.4.1...
[451/1009] Deleting files for qt5-testlib-5.4.1: .......... done
[452/1009] Deinstalling qt5-xml-5.4.1...
[452/1009] Deleting files for qt5-xml-5.4.1: .......... done
[453/1009] Deinstalling quazip-0.7.1...
[453/1009] Deleting files for quazip-0.7.1: .......... done
[454/1009] Deinstalling raptor2-2.0.15_1...
[454/1009] Deleting files for raptor2-2.0.15_1: .......... done
[455/1009] Deinstalling rarian-0.8.1_4...
[455/1009] Deleting files for rarian-0.8.1_4: .......... done
[456/1009] Deinstalling rpm4-4.12.0.1_2...
[456/1009] Deleting files for rpm4-4.12.0.1_2: .......... done
[457/1009] Deinstalling setxkbmap-1.3.1...
[457/1009] Deleting files for setxkbmap-1.3.1: .. done
[458/1009] Deinstalling subversion-1.9.2_1...
[458/1009] Deleting files for subversion-1.9.2_1: .......... done
[459/1009] Deinstalling tevent-0.9.25...
[459/1009] Deleting files for tevent-0.9.25: .......... done
[460/1009] Deinstalling trapproto-3.4.3...
[460/1009] Deleting files for trapproto-3.4.3: ........ done
[461/1009] Deinstalling warden-1438351389...
[461/1009] Deleting files for warden-1438351389: .......... done
[462/1009] Deinstalling xkbcomp-1.3.1...
[462/1009] Deleting files for xkbcomp-1.3.1: ...... done
[463/1009] Deinstalling xkbevd-1.1.4...
[463/1009] Deleting files for xkbevd-1.1.4: ..... done
[464/1009] Deinstalling xorg-fonts-100dpi-7.7...
[465/1009] Deinstalling xorg-fonts-75dpi-7.7...
[466/1009] Deinstalling xorg-fonts-cyrillic-7.7...
[467/1009] Deinstalling xorg-fonts-miscbitmaps-7.7...
[468/1009] Deinstalling xorg-fonts-truetype-7.7_1...
[469/1009] Deinstalling xorg-fonts-type1-7.7...
[470/1009] Deinstalling xv-3.10a_16...
[470/1009] Deleting files for xv-3.10a_16: .......... done
[471/1009] Deinstalling xwd-1.0.6...
[471/1009] Deleting files for xwd-1.0.6: ..... done
[472/1009] Deinstalling GentiumBasic-110_3...
[472/1009] Deleting files for GentiumBasic-110_3: .......... done
[473/1009] Deinstalling atk-2.16.0...
[473/1009] Deleting files for atk-2.16.0: .......... done
[474/1009] Deinstalling crosextrafonts-caladea-20130214_1...
[474/1009] Deleting files for crosextrafonts-caladea-20130214_1: ....... done
[475/1009] Deinstalling crosextrafonts-carlito-20130920_2...
[475/1009] Deleting files for crosextrafonts-carlito-20130920_2: ....... done
[476/1009] Deinstalling cups-client-2.0.3_2...
==> You should manually remove the "cups" user.
[476/1009] Deleting files for cups-client-2.0.3_2: .......... done
[477/1009] Deinstalling dbus-1.8.20...
==> You should manually remove the "messagebus" user.
[477/1009] Deleting files for dbus-1.8.20: .......... done
[478/1009] Deinstalling debootstrap-1.0.74...
[478/1009] Deleting files for debootstrap-1.0.74: .......... done
[479/1009] Deinstalling dejavu-2.35...
[479/1009] Deleting files for dejavu-2.35: .......... done
[480/1009] Deinstalling desktop-file-utils-0.22_3...
[480/1009] Deleting files for desktop-file-utils-0.22_3: ......... done
[481/1009] Deinstalling docbook-xsl-1.76.1_2...
xmlcatmgr: enabling compatibility mode; removing ALL matching entries
[481/1009] Deleting files for docbook-xsl-1.76.1_2: .......... done
[482/1009] Deinstalling droid-fonts-ttf-20131024_3...
[482/1009] Deleting files for droid-fonts-ttf-20131024_3: .......... done
[483/1009] Deinstalling enchant-1.6.0_5...
[483/1009] Deleting files for enchant-1.6.0_5: .......... done
[484/1009] Deinstalling font-adobe-100dpi-1.0.3_3...
[484/1009] Deleting files for font-adobe-100dpi-1.0.3_3: .......... done
[485/1009] Deinstalling font-adobe-75dpi-1.0.3_3...
[485/1009] Deleting files for font-adobe-75dpi-1.0.3_3: .......... done
[486/1009] Deinstalling font-adobe-utopia-100dpi-1.0.4_3...
[486/1009] Deleting files for font-adobe-utopia-100dpi-1.0.4_3: .......... done
[487/1009] Deinstalling font-adobe-utopia-75dpi-1.0.4_3...
[487/1009] Deleting files for font-adobe-utopia-75dpi-1.0.4_3: .......... done
[488/1009] Deinstalling font-adobe-utopia-type1-1.0.4_3...
[488/1009] Deleting files for font-adobe-utopia-type1-1.0.4_3: ........ done
[489/1009] Deinstalling font-arabic-misc-1.0.3_3...
[489/1009] Deleting files for font-arabic-misc-1.0.3_3: . done
[490/1009] Deinstalling font-bh-100dpi-1.0.3_3...
[490/1009] Deleting files for font-bh-100dpi-1.0.3_3: .......... done
[491/1009] Deinstalling font-bh-75dpi-1.0.3_3...
[491/1009] Deleting files for font-bh-75dpi-1.0.3_3: .......... done
[492/1009] Deinstalling font-bh-lucidatypewriter-100dpi-1.0.3_3...
[492/1009] Deleting files for font-bh-lucidatypewriter-100dpi-1.0.3_3: .......... done
[493/1009] Deinstalling font-bh-lucidatypewriter-75dpi-1.0.3_3...
[493/1009] Deleting files for font-bh-lucidatypewriter-75dpi-1.0.3_3: .......... done
[494/1009] Deinstalling font-bh-ttf-1.0.3_3...
[494/1009] Deleting files for font-bh-ttf-1.0.3_3: .......... done
[495/1009] Deinstalling font-bh-type1-1.0.3_3...
[495/1009] Deleting files for font-bh-type1-1.0.3_3: .......... done
[496/1009] Deinstalling font-bitstream-100dpi-1.0.3_3...
[496/1009] Deleting files for font-bitstream-100dpi-1.0.3_3: .......... done
[497/1009] Deinstalling font-bitstream-75dpi-1.0.3_3...
[497/1009] Deleting files for font-bitstream-75dpi-1.0.3_3: .......... done
[498/1009] Deinstalling font-bitstream-type1-1.0.3_3...
[498/1009] Deleting files for font-bitstream-type1-1.0.3_3: .......... done
[499/1009] Deinstalling font-cronyx-cyrillic-1.0.3_3...
[499/1009] Deleting files for font-cronyx-cyrillic-1.0.3_3: .......... done
[500/1009] Deinstalling font-cursor-misc-1.0.3_3...
[500/1009] Deleting files for font-cursor-misc-1.0.3_3: . done
[501/1009] Deinstalling font-daewoo-misc-1.0.3_3...
[501/1009] Deleting files for font-daewoo-misc-1.0.3_3: ... done
[502/1009] Deinstalling font-dec-misc-1.0.3_3...
[502/1009] Deleting files for font-dec-misc-1.0.3_3: .. done
[503/1009] Deinstalling font-ibm-type1-1.0.3_3...
[503/1009] Deleting files for font-ibm-type1-1.0.3_3: ........ done
[504/1009] Deinstalling font-isas-misc-1.0.3_3...
[504/1009] Deleting files for font-isas-misc-1.0.3_3: ... done
[505/1009] Deinstalling font-jis-misc-1.0.3_3...
[505/1009] Deleting files for font-jis-misc-1.0.3_3: .. done
[506/1009] Deinstalling font-micro-misc-1.0.3_3...
[506/1009] Deleting files for font-micro-misc-1.0.3_3: . done
[507/1009] Deinstalling font-misc-cyrillic-1.0.3_3...
[507/1009] Deleting files for font-misc-cyrillic-1.0.3_3: .......... done
[508/1009] Deinstalling font-misc-ethiopic-1.0.3_3...
[508/1009] Deleting files for font-misc-ethiopic-1.0.3_3: .. done
[509/1009] Deinstalling font-misc-meltho-1.0.3_3...
[509/1009] Deleting files for font-misc-meltho-1.0.3_3: .......... done
[510/1009] Deinstalling font-misc-misc-1.1.2_3...
[510/1009] Deleting files for font-misc-misc-1.1.2_3: .......... done
[511/1009] Deinstalling font-mutt-misc-1.0.3_3...
[511/1009] Deleting files for font-mutt-misc-1.0.3_3: ........ done
[512/1009] Deinstalling font-schumacher-misc-1.1.2_3...
[512/1009] Deleting files for font-schumacher-misc-1.1.2_3: .......... done
[513/1009] Deinstalling font-screen-cyrillic-1.0.4_3...
[513/1009] Deleting files for font-screen-cyrillic-1.0.4_3: .. done
[514/1009] Deinstalling font-sony-misc-1.0.3_3...
[514/1009] Deleting files for font-sony-misc-1.0.3_3: .... done
[515/1009] Deinstalling font-sun-misc-1.0.3_3...
[515/1009] Deleting files for font-sun-misc-1.0.3_3: ..... done
[516/1009] Deinstalling font-winitzki-cyrillic-1.0.3_3...
[516/1009] Deleting files for font-winitzki-cyrillic-1.0.3_3: . done
[517/1009] Deinstalling font-xfree86-type1-1.0.4_3...
[517/1009] Deleting files for font-xfree86-type1-1.0.4_3: . done
[518/1009] Deinstalling fonts-indic-2.1.5_3...
[518/1009] Deleting files for fonts-indic-2.1.5_3: ......... done
[519/1009] Deinstalling gamin-0.1.10_8...
[519/1009] Deleting files for gamin-0.1.10_8: .......... done
[520/1009] Deinstalling gcc-4.8.5...
[520/1009] Deleting files for gcc-4.8.5: .......... done
[521/1009] Deinstalling glibmm-2.44.0,1...
[521/1009] Deleting files for glibmm-2.44.0,1: .......... done
[522/1009] Deinstalling gobject-introspection-1.44.0...
[522/1009] Deleting files for gobject-introspection-1.44.0: .......... done
[523/1009] Deinstalling gsettings-desktop-schemas-3.16.1...
[523/1009] Deleting files for gsettings-desktop-schemas-3.16.1: .......... done
[524/1009] Deinstalling gstreamer1-1.6.0...
[524/1009] Deleting files for gstreamer1-1.6.0: .......... done
[525/1009] Deinstalling ko-baekmukfonts-ttf-2.2_2...
[525/1009] Deleting files for ko-baekmukfonts-ttf-2.2_2: .......... done
[526/1009] Deinstalling libIDL-0.8.14_2...
[526/1009] Deleting files for libIDL-0.8.14_2: ......... done
[527/1009] Deinstalling libXext-1.3.3_1,1...
[527/1009] Deleting files for libXext-1.3.3_1,1: .......... done
[528/1009] Deinstalling libXfixes-5.0.1_3...
[528/1009] Deleting files for libXfixes-5.0.1_3: .......... done
[529/1009] Deinstalling libXrender-0.9.9...
[529/1009] Deleting files for libXrender-0.9.9: .......... done
[530/1009] Deinstalling libXt-1.1.5,1...
[530/1009] Deleting files for libXt-1.1.5,1: .......... done
[531/1009] Deinstalling libaacs-0.8.0...
[531/1009] Deleting files for libaacs-0.8.0: .......... done
[532/1009] Deinstalling libcroco-0.6.8_2...
[532/1009] Deleting files for libcroco-0.6.8_2: .......... done
[533/1009] Deinstalling liberation-fonts-ttf-2.00.1,2...
[533/1009] Deleting files for liberation-fonts-ttf-2.00.1,2: .......... done
[534/1009] Deinstalling libgtop-2.31.90...
[534/1009] Deleting files for libgtop-2.31.90: .......... done
[535/1009] Deinstalling liblqr-1-0.4.1_8...
[535/1009] Deleting files for liblqr-1-0.4.1_8: .......... done
[536/1009] Deinstalling libmatemixer-1.10.0_1...
[536/1009] Deleting files for libmatemixer-1.10.0_1: .......... done
[537/1009] Deinstalling libmtp-1.1.10...
[537/1009] Deleting files for libmtp-1.1.10: .......... done
[538/1009] Deinstalling libnice-0.1.13...
[538/1009] Deleting files for libnice-0.1.13: .......... done
[539/1009] Deinstalling liboldX-1.0.1_3...
[539/1009] Deleting files for liboldX-1.0.1_3: ...... done
[540/1009] Deinstalling libqalculate-0.9.7_5...
[540/1009] Deleting files for libqalculate-0.9.7_5: .......... done
[541/1009] Deinstalling libsecret-0.18.3...
[541/1009] Deleting files for libsecret-0.18.3: .......... done
[542/1009] Deinstalling libwmf-0.2.8.4_15...
[542/1009] Deleting files for libwmf-0.2.8.4_15: .......... done
[543/1009] Deinstalling libxfce4util-4.12.1...
[543/1009] Deleting files for libxfce4util-4.12.1: .......... done
[544/1009] Deinstalling libxkbfile-1.0.9...
[544/1009] Deleting files for libxkbfile-1.0.9: .......... done
[545/1009] Deinstalling libxslt-1.1.28_7...
[545/1009] Deleting files for libxslt-1.1.28_7: .......... done
[546/1009] Deinstalling linux-c6-cairo-1.8.8_4...
[546/1009] Deleting files for linux-c6-cairo-1.8.8_4: .......... done
[547/1009] Deinstalling linuxlibertine-g-20120116_1...
[547/1009] Deleting files for linuxlibertine-g-20120116_1: .......... done
[548/1009] Deinstalling lirc-0.9.0_7,1...
[548/1009] Deleting files for lirc-0.9.0_7,1: .......... done
[549/1009] Deinstalling luit-1.1.1...
[549/1009] Deleting files for luit-1.1.1: .. done
[550/1009] Deinstalling mate-backgrounds-1.10.0...
[550/1009] Deleting files for mate-backgrounds-1.10.0: .......... done
[551/1009] Deinstalling mate-menus-1.10.0_1...
[551/1009] Deleting files for mate-menus-1.10.0_1: .......... done
[552/1009] Deinstalling mtools-4.0.10_4...
[552/1009] Deleting files for mtools-4.0.10_4: .......... done
[553/1009] Deinstalling netatalk-2.2.5_5,1...
[553/1009] Deleting files for netatalk-2.2.5_5,1: .......... done
[554/1009] Deinstalling noto-1.0.4_1...
[554/1009] Deleting files for noto-1.0.4_1: .......... done
[555/1009] Deinstalling ntdb-1.0...
[555/1009] Deleting files for ntdb-1.0: .......... done
[556/1009] Deinstalling p5-Net-HTTP-6.09...
[556/1009] Deleting files for p5-Net-HTTP-6.09: .......... done
[557/1009] Deinstalling p5-Net-SMTP-SSL-1.03...
[557/1009] Deleting files for p5-Net-SMTP-SSL-1.03: ....... done
[558/1009] Deinstalling py27-MarkupSafe-0.23...
[558/1009] Deleting files for py27-MarkupSafe-0.23: .......... done
[559/1009] Deinstalling py27-curl-7.19.5.3...
[559/1009] Deleting files for py27-curl-7.19.5.3: .......... done
[560/1009] Deinstalling py27-dnspython-1.12.0...
[560/1009] Deleting files for py27-dnspython-1.12.0: .......... done
[561/1009] Deinstalling py27-libxml2-2.9.2...
[561/1009] Deleting files for py27-libxml2-2.9.2: .......... done
[562/1009] Deinstalling py27-oauth-1.0.1_2...
[562/1009] Deleting files for py27-oauth-1.0.1_2: .......... done
[563/1009] Deinstalling py27-pytz-2015.7,1...
[563/1009] Deleting files for py27-pytz-2015.7,1: .......... done
[564/1009] Deinstalling py27-requests-2.8.1...
[564/1009] Deleting files for py27-requests-2.8.1: .......... done
[565/1009] Deinstalling py27-setproctitle-1.1.9...
[565/1009] Deleting files for py27-setproctitle-1.1.9: .......... done
[566/1009] Deinstalling py27-simplejson-3.6.3...
[566/1009] Deleting files for py27-simplejson-3.6.3: .......... done
[567/1009] Deinstalling py27-sqlite3-2.7.10_6...
[567/1009] Deleting files for py27-sqlite3-2.7.10_6: ........ done
[568/1009] Deinstalling py27-xdg-0.25...
[568/1009] Deleting files for py27-xdg-0.25: .......... done
[569/1009] Deinstalling python-2.7_2,2...
[569/1009] Deleting files for python-2.7_2,2: ..... done
[570/1009] Deinstalling qt4-corelib-4.8.7...
[570/1009] Deleting files for qt4-corelib-4.8.7: .......... done
[571/1009] Deinstalling qt5-core-5.4.1_2...
[571/1009] Deleting files for qt5-core-5.4.1_2: .......... done
[572/1009] Deinstalling qtcurve-utils-1.8.18...
[572/1009] Deleting files for qtcurve-utils-1.8.18: .......... done
[573/1009] Deinstalling rdesktop-1.8.3...
[573/1009] Deleting files for rdesktop-1.8.3: .......... done
[574/1009] Deinstalling serf-1.3.8_1...
[574/1009] Deleting files for serf-1.3.8_1: .......... done
[575/1009] Deinstalling sessreg-1.1.0...
[575/1009] Deleting files for sessreg-1.1.0: .. done
[576/1009] Deinstalling shared-mime-info-1.4...
[576/1009] Deleting files for shared-mime-info-1.4: .........
pkg: /usr/local/share/mime/packages/freedesktop.org.xml different from original checksum, not removing
[576/1009] Deleting files for shared-mime-info-1.4... done
[577/1009] Deinstalling startup-notification-0.12_4...
[577/1009] Deleting files for startup-notification-0.12_4: .......... done
[578/1009] Deinstalling talloc-2.1.3_1...
[578/1009] Deleting files for talloc-2.1.3_1: .......... done
[579/1009] Deinstalling tdb-1.3.7_1,1...
[579/1009] Deleting files for tdb-1.3.7_1,1: .......... done
[580/1009] Deinstalling tk84-8.4.20,2...
[580/1009] Deleting files for tk84-8.4.20,2: .......... done
[581/1009] Deinstalling wqy-fonts-20100803_5,1...
/usr/local/share/fonts: caching, new cache contents: 0 fonts, 9 dirs
/usr/local/share/fonts/100dpi: caching, new cache contents: 0 fonts, 0 dirs
/usr/local/share/fonts/75dpi: caching, new cache contents: 0 fonts, 0 dirs
/usr/local/share/fonts/TTF: caching, new cache contents: 2 fonts, 0 dirs
/usr/local/share/fonts/cantarell: caching, new cache contents: 2 fonts, 0 dirs
/usr/local/share/fonts/cyrillic: caching, new cache contents: 0 fonts, 0 dirs
/usr/local/share/fonts/encodings: caching, new cache contents: 0 fonts, 1 dirs
/usr/local/share/fonts/encodings/large: caching, new cache contents: 0 fonts, 0 dirs
/usr/local/share/fonts/misc: caching, new cache contents: 0 fonts, 0 dirs
/usr/local/share/fonts/util: caching, new cache contents: 0 fonts, 0 dirs
/usr/local/share/fonts/wqy: caching, new cache contents: 13 fonts, 0 dirs
/usr/local/lib/X11/fonts: skipping, no such directory
/usr/home/ximo/.local/share/fonts: skipping, no such directory
/usr/home/ximo/.fonts: skipping, no such directory
Re-scanning /usr/local/share/fonts: caching, new cache contents: 0 fonts, 9 dirs
Re-scanning /usr/local/share/fonts/encodings: caching, new cache contents: 0 fonts, 1 dirs
/var/db/fontconfig: cleaning cache directory
/var/db/fontconfig: invalid cache file: 5590eef8711d78f75a1d19f78ae9af8f-le64.cache-4
/usr/home/ximo/.cache/fontconfig: not cleaning non-existent cache directory
/usr/home/ximo/.fontconfig: not cleaning non-existent cache directory
fc-cache: succeeded
[581/1009] Deleting files for wqy-fonts-20100803_5,1:
pkg: pkg_checksum_validate_file(lstat): No such file or directory
pkg: /usr/local/etc/fonts/conf.d/85-wqy.conf different from original checksum, not removing
[581/1009] Deleting files for wqy-fonts-20100803_5,1............. done
/usr/local/share/fonts: caching, new cache contents: 0 fonts, 9 dirs
/usr/local/share/fonts/100dpi: caching, new cache contents: 0 fonts, 0 dirs
/usr/local/share/fonts/75dpi: caching, new cache contents: 0 fonts, 0 dirs
/usr/local/share/fonts/TTF: caching, new cache contents: 2 fonts, 0 dirs
/usr/local/share/fonts/cantarell: caching, new cache contents: 2 fonts, 0 dirs
/usr/local/share/fonts/cyrillic: caching, new cache contents: 0 fonts, 0 dirs
/usr/local/share/fonts/encodings: caching, new cache contents: 0 fonts, 1 dirs
/usr/local/share/fonts/encodings/large: caching, new cache contents: 0 fonts, 0 dirs
/usr/local/share/fonts/misc: caching, new cache contents: 0 fonts, 0 dirs
/usr/local/share/fonts/util: caching, new cache contents: 0 fonts, 0 dirs
/usr/local/share/fonts/wqy: caching, new cache contents: 0 fonts, 0 dirs
/usr/local/lib/X11/fonts: skipping, no such directory
/usr/home/ximo/.local/share/fonts: skipping, no such directory
/usr/home/ximo/.fonts: skipping, no such directory
Re-scanning /usr/local/share/fonts: caching, new cache contents: 0 fonts, 9 dirs
Re-scanning /usr/local/share/fonts/encodings: caching, new cache contents: 0 fonts, 1 dirs
/var/db/fontconfig: cleaning cache directory
/usr/home/ximo/.cache/fontconfig: not cleaning non-existent cache directory
/usr/home/ximo/.fontconfig: not cleaning non-existent cache directory
fc-cache: succeeded
[582/1009] Deinstalling xcb-util-image-0.4.0_1...
[582/1009] Deleting files for xcb-util-image-0.4.0_1: ........ done
[583/1009] Deinstalling xcb-util-keysyms-0.4.0_1...
[583/1009] Deleting files for xcb-util-keysyms-0.4.0_1: ...... done
[584/1009] Deinstalling xcb-util-renderutil-0.3.9_1...
[584/1009] Deleting files for xcb-util-renderutil-0.3.9_1: ...... done
[585/1009] Deinstalling xcb-util-wm-0.4.1_3...
[585/1009] Deleting files for xcb-util-wm-0.4.1_3: .......... done
[586/1009] Deinstalling xcmsdb-1.0.5...
[586/1009] Deleting files for xcmsdb-1.0.5: ..... done
[587/1009] Deinstalling xinit-1.3.4,1...
[587/1009] Deleting files for xinit-1.3.4,1: ........ done
[588/1009] Deinstalling xmodmap-1.0.9...
[588/1009] Deleting files for xmodmap-1.0.9: ..... done
[589/1009] Deinstalling xrefresh-1.0.5...
[589/1009] Deleting files for xrefresh-1.0.5: ..... done
[590/1009] Deinstalling xwininfo-1.1.3_1...
[590/1009] Deleting files for xwininfo-1.1.3_1: .. done
[591/1009] Deinstalling xwud-1.0.4...
[591/1009] Deleting files for xwud-1.0.4: .. done
[592/1009] Deinstalling zh-pyzy-0.1.0_1...
[592/1009] Deleting files for zh-pyzy-0.1.0_1: .......... done
[593/1009] Deinstalling apr-1.5.2.1.5.4...
[593/1009] Deleting files for apr-1.5.2.1.5.4: .......... done
[594/1009] Deinstalling ar-aspell-1.2.0_1,1...
[594/1009] Deleting files for ar-aspell-1.2.0_1,1: ....... done
[595/1009] Deinstalling de-aspell-20030222.1_1...
[595/1009] Deleting files for de-aspell-20030222.1_1: .......... done
[596/1009] Deinstalling docbook-1.5...
[597/1009] Deinstalling dvd+rw-tools-7.1_1...
[597/1009] Deleting files for dvd+rw-tools-7.1_1: .......... done
[598/1009] Deinstalling fr-aspell-0.50.3_1,1...
[598/1009] Deleting files for fr-aspell-0.50.3_1,1: .......... done
[599/1009] Deinstalling glib-2.44.1_2...
[599/1009] Deleting files for glib-2.44.1_2: .......... done
unlink: /usr/local/share/glib-2.0/schemas/gschemas.compiled: No such file or directory
[600/1009] Deinstalling gnutls-3.3.17.1...
[600/1009] Deleting files for gnutls-3.3.17.1: .......... done
[601/1009] Deinstalling gpsd-3.14_3...
[601/1009] Deleting files for gpsd-3.14_3: .......... done
[602/1009] Deinstalling hu-aspell-0.99.4.2.0_1,2...
[602/1009] Deleting files for hu-aspell-0.99.4.2.0_1,2: ..... done
[603/1009] Deinstalling iw-aspell-1.0.0_1,2...
[603/1009] Deleting files for iw-aspell-1.0.0_1,2: ....... done
[604/1009] Deinstalling libX11-1.6.3,1...
[604/1009] Deleting files for libX11-1.6.3,1: .......... done
[605/1009] Deinstalling libassuan-2.2.1...
[605/1009] Deleting files for libassuan-2.2.1: .......... done
[606/1009] Deinstalling libcdr01-0.1.1_1...
[606/1009] Deleting files for libcdr01-0.1.1_1: .......... done
[607/1009] Deinstalling libfreehand-0.1.1...
[607/1009] Deleting files for libfreehand-0.1.1: .......... done
[608/1009] Deinstalling libftdi-0.20_4...
[608/1009] Deleting files for libftdi-0.20_4: .......... done
[609/1009] Deinstalling libgcrypt-1.6.4_1...
[609/1009] Deleting files for libgcrypt-1.6.4_1: .......... done
[610/1009] Deinstalling libgphoto2-2.5.8_1...
[610/1009] Deleting files for libgphoto2-2.5.8_1: .......... done
[611/1009] Deinstalling libksba-1.3.3...
[611/1009] Deleting files for libksba-1.3.3: .......... done
[612/1009] Deinstalling libmng-1.0.10_2...
[612/1009] Deleting files for libmng-1.0.10_2: ......... done
[613/1009] Deinstalling libmusicbrainz5-5.1.0...
[613/1009] Deleting files for libmusicbrainz5-5.1.0: .......... done
[614/1009] Deinstalling libraw-0.16.2_1...
[614/1009] Deleting files for libraw-0.16.2_1: .......... done
[615/1009] Deinstalling libsamplerate-0.1.8_6...
[615/1009] Deleting files for libsamplerate-0.1.8_6: .......... done
[616/1009] Deinstalling libxkbcommon-0.5.0_1...
[616/1009] Deleting files for libxkbcommon-0.5.0_1: .......... done
[617/1009] Deinstalling linux-c6-curl-7.19.7_4...
[617/1009] Deleting files for linux-c6-curl-7.19.7_4: .......... done
[618/1009] Deinstalling linux-c6-xorg-libs-7.4_3...
[618/1009] Deleting files for linux-c6-xorg-libs-7.4_3: .......... done
[619/1009] Deinstalling llvm36-3.6.2_2...
[619/1009] Deleting files for llvm36-3.6.2_2: .......... done
[620/1009] Deinstalling mkfontdir-1.0.7...
[620/1009] Deleting files for mkfontdir-1.0.7: .. done
[621/1009] Deinstalling mpc-1.0.3...
[621/1009] Deleting files for mpc-1.0.3: ...... done
[622/1009] Deinstalling nginx-1.8.0_3,2...
[622/1009] Deleting files for nginx-1.8.0_3,2: .......... done
[623/1009] Deinstalling normalize-0.7.7_10...
[623/1009] Deleting files for normalize-0.7.7_10: ....... done
[624/1009] Deinstalling openjpeg-2.1.1...
[624/1009] Deleting files for openjpeg-2.1.1: .......... done
[625/1009] Deinstalling openjpeg15-1.5.2_1...
[625/1009] Deleting files for openjpeg15-1.5.2_1: .......... done
[626/1009] Deinstalling p5-HTTP-Cookies-6.01_1...
[626/1009] Deleting files for p5-HTTP-Cookies-6.01_1: .......... done
[627/1009] Deinstalling p5-HTTP-Daemon-6.01_1...
[627/1009] Deleting files for p5-HTTP-Daemon-6.01_1: ....... done
[628/1009] Deinstalling p5-HTTP-Negotiate-6.01_1...
[628/1009] Deleting files for p5-HTTP-Negotiate-6.01_1: ... done
[629/1009] Deinstalling p5-IO-Socket-SSL-2.020...
[629/1009] Deleting files for p5-IO-Socket-SSL-2.020: .......... done
[630/1009] Deinstalling pl-aspell-6.0.20061121.0_1,1...
[630/1009] Deleting files for pl-aspell-6.0.20061121.0_1,1: ..... done
[631/1009] Deinstalling py27-qt4-demo-4.11.3,1...
[631/1009] Deleting files for py27-qt4-demo-4.11.3,1: .......... done
[632/1009] Deinstalling py27-qt4-doc-4.11.3,1...
[632/1009] Deleting files for py27-qt4-doc-4.11.3,1: .......... done
[633/1009] Deinstalling py27-setuptools27-17.0...
[633/1009] Deleting files for py27-setuptools27-17.0: .......... done
[634/1009] Deinstalling py27-sip-4.16.5,1...
[634/1009] Deleting files for py27-sip-4.16.5,1: .......... done
[635/1009] Deinstalling python2-2_3...
[635/1009] Deleting files for python2-2_3: ...... done
[636/1009] Deinstalling ru-aspell-0.99.f7.1_1,2...
[636/1009] Deleting files for ru-aspell-0.99.f7.1_1,2: ........ done
[637/1009] Deinstalling sox-14.4.2...
[637/1009] Deleting files for sox-14.4.2: .......... done
[638/1009] Deinstalling twolame-0.3.13_4...
[638/1009] Deleting files for twolame-0.3.13_4: .......... done
[639/1009] Deinstalling uk-aspell-1.4.0.0_1,2...
[639/1009] Deleting files for uk-aspell-1.4.0.0_1,2: ........ done
[640/1009] Deinstalling vi-aspell-0.01.1.1_1,2...
[640/1009] Deleting files for vi-aspell-0.01.1.1_1,2: ........ done
[641/1009] Deinstalling wget-1.16.3...
[641/1009] Deleting files for wget-1.16.3: .......... done
[642/1009] Deinstalling xcb-util-0.4.0_1,1...
[642/1009] Deleting files for xcb-util-0.4.0_1,1: .......... done
[643/1009] Deinstalling a2ps-4.13b_7...
[643/1009] Deleting files for a2ps-4.13b_7: .......... done
[644/1009] Deinstalling aspell-0.60.6.1_5...
[644/1009] Deleting files for aspell-0.60.6.1_5: .......... done
[645/1009] Deinstalling bash-4.3.42...
[645/1009] Deleting files for bash-4.3.42: .......... done
[646/1009] Deinstalling binutils-2.25.1...
[646/1009] Deleting files for binutils-2.25.1: .......... done
[647/1009] Deinstalling cantarell-fonts-0.0.16...
[647/1009] Deleting files for cantarell-fonts-0.0.16: ... done
/usr/local/share/fonts/cantarell: caching, new cache contents: 0 fonts, 0 dirs
/var/db/fontconfig: cleaning cache directory
/var/db/fontconfig: invalid cache file: 17692e65f2842a3047704dc734d11f69-le64.cache-4
/usr/home/ximo/.cache/fontconfig: not cleaning non-existent cache directory
/usr/home/ximo/.fontconfig: not cleaning non-existent cache directory
/usr/local/bin/fc-cache: succeeded
[648/1009] Deinstalling cdrdao-1.2.3_5...
[648/1009] Deleting files for cdrdao-1.2.3_5: .......... done
[649/1009] Deinstalling cdrtools-3.00_2...
[649/1009] Deleting files for cdrtools-3.00_2: .......... done
[650/1009] Deinstalling cln-1.3.4...
[650/1009] Deleting files for cln-1.3.4: .......... done
[651/1009] Deinstalling di-4.37...
[651/1009] Deleting files for di-4.37: ...... done
[652/1009] Deinstalling djvulibre-3.5.25.3_3...
[652/1009] Deleting files for djvulibre-3.5.25.3_3: .......... done
[653/1009] Deinstalling docbook-sgml-4.5_1...
[653/1009] Deleting files for docbook-sgml-4.5_1: .......... done
[654/1009] Deinstalling docbook-xml-5.0_3...
[654/1009] Deleting files for docbook-xml-5.0_3: .......... done
[655/1009] Deinstalling enscript-a4-1.6.6_1...
[655/1009] Deleting files for enscript-a4-1.6.6_1: .......... done
[656/1009] Deinstalling exiv2-0.24_2,1...
[656/1009] Deleting files for exiv2-0.24_2,1: .......... done
[657/1009] Deinstalling foomatic-db-20150819...
[657/1009] Deleting files for foomatic-db-20150819: .......... done
[658/1009] Deinstalling foomatic-db-engine-4.0.12,2...
[658/1009] Deleting files for foomatic-db-engine-4.0.12,2: .......... done
[659/1009] Deinstalling gdbm-1.11_2...
[659/1009] Deleting files for gdbm-1.11_2: .......... done
[660/1009] Deinstalling getopt-1.1.6...
[660/1009] Deleting files for getopt-1.1.6: .......... done
[661/1009] Deinstalling gettext-tools-0.19.6...
[661/1009] Deleting files for gettext-tools-0.19.6: .......... done
[662/1009] Deinstalling gnome-pty-helper-0.40.2...
[662/1009] Deleting files for gnome-pty-helper-0.40.2: . done
[663/1009] Deinstalling gsed-4.2.2...
[663/1009] Deleting files for gsed-4.2.2: .......... done
[664/1009] Deinstalling gtar-1.28_2...
[664/1009] Deleting files for gtar-1.28_2: .......... done
[665/1009] Deinstalling heimdal-1.5.3_4...
[665/1009] Deleting files for heimdal-1.5.3_4: .......... done
[666/1009] Deinstalling iceauth-1.0.7...
[666/1009] Deleting files for iceauth-1.0.7: ..... done
[667/1009] Deinstalling iso-codes-3.62...
[667/1009] Deleting files for iso-codes-3.62: .......... done
[668/1009] Deinstalling ja-font-vlgothic-20141206_3...
[668/1009] Deleting files for ja-font-vlgothic-20141206_3: .......... done
[669/1009] Deinstalling lcms-1.19_6,1...
[669/1009] Deleting files for lcms-1.19_6,1: .......... done
[670/1009] Deinstalling lcms2-2.7_1...
[670/1009] Deleting files for lcms2-2.7_1: .......... done
[671/1009] Deinstalling libSM-1.2.2_3,1...
[671/1009] Deleting files for libSM-1.2.2_3,1: .......... done
[672/1009] Deinstalling libXfont-1.5.1,2...
[672/1009] Deleting files for libXfont-1.5.1,2: .......... done
[673/1009] Deinstalling libaacplus-2.0.2_8...
[673/1009] Deleting files for libaacplus-2.0.2_8: .......... done
[674/1009] Deinstalling libcdio-paranoia-10.2+0.90+1_1...
[674/1009] Deleting files for libcdio-paranoia-10.2+0.90+1_1: .......... done
[675/1009] Deinstalling libcmis-0.5.0...
[675/1009] Deleting files for libcmis-0.5.0: .......... done
[676/1009] Deinstalling libdrm-2.4.65_1,1...
[676/1009] Deleting files for libdrm-2.4.65_1,1: .......... done
[677/1009] Deinstalling libetonyek01-0.1.3,1...
[677/1009] Deleting files for libetonyek01-0.1.3,1: .......... done
[678/1009] Deinstalling libexif-0.6.21_4...
[678/1009] Deleting files for libexif-0.6.21_4: .......... done
[679/1009] Deinstalling libgd-2.1.0_6,1...
[679/1009] Deleting files for libgd-2.1.0_6,1: .......... done
[680/1009] Deinstalling libgpg-error-1.20_1...
[680/1009] Deleting files for libgpg-error-1.20_1: .......... done
[681/1009] Deinstalling libidn-1.31...
[681/1009] Deleting files for libidn-1.31: .......... done
[682/1009] Deinstalling liborcus-0.9.2...
[682/1009] Deleting files for liborcus-0.9.2: .......... done
[683/1009] Deinstalling liborcus07-0.7.1...
[683/1009] Deleting files for liborcus07-0.7.1: .......... done
[684/1009] Deinstalling libsndfile-1.0.25_5...
[684/1009] Deleting files for libsndfile-1.0.25_5: .......... done
[685/1009] Deinstalling libtheora-1.1.1_6...
[685/1009] Deleting files for libtheora-1.1.1_6: .......... done
[686/1009] Deinstalling libxcb-1.11.1...
[686/1009] Deleting files for libxcb-1.11.1: .......... done
[687/1009] Deinstalling life-preserver-1441050470...
[687/1009] Deleting files for life-preserver-1441050470: .......... done
[688/1009] Deinstalling linux-c6-alsa-plugins-oss-1.0.21_3...
[688/1009] Deleting files for linux-c6-alsa-plugins-oss-1.0.21_3: ........ done
[689/1009] Deinstalling linux-c6-fontconfig-2.8.0_1...
[689/1009] Deleting files for linux-c6-fontconfig-2.8.0_1: .......... done
[690/1009] Deinstalling linux-c6-libssh2-1.4.2_4...
[690/1009] Deleting files for linux-c6-libssh2-1.4.2_4: ....... done
[691/1009] Deinstalling linux-c6-nss-3.19.1...
[691/1009] Deleting files for linux-c6-nss-3.19.1: .......... done
[692/1009] Deinstalling linux-c6-tiff-3.9.4_1...
[692/1009] Deleting files for linux-c6-tiff-3.9.4_1: .......... done
[693/1009] Deinstalling m17n-db-1.6.5...
[693/1009] Deleting files for m17n-db-1.6.5: .......... done
[694/1009] Deinstalling madplay-0.15.2b_5...
[694/1009] Deleting files for madplay-0.15.2b_5: .......... done
[695/1009] Deinstalling mkfontscale-1.1.2...
[695/1009] Deleting files for mkfontscale-1.1.2: .. done
[696/1009] Deinstalling mpfr-3.1.2_2...
[696/1009] Deleting files for mpfr-3.1.2_2: .......... done
[697/1009] Deinstalling mysql56-server-5.6.26...
==> You should manually remove the "mysql" user.
[697/1009] Deleting files for mysql56-server-5.6.26: .......... done
[698/1009] Deinstalling mythes-1.2.4...
[698/1009] Deleting files for mythes-1.2.4: .......... done
[699/1009] Deinstalling neon-0.30.1...
[699/1009] Deleting files for neon-0.30.1: .......... done
[700/1009] Deinstalling netpbm-10.35.97...
[700/1009] Deleting files for netpbm-10.35.97: .......... done
[701/1009] Deinstalling nettle-2.7.1...
[701/1009] Deleting files for nettle-2.7.1: .......... done
[702/1009] Deinstalling nss_ldap-1.265_12...
[702/1009] Deleting files for nss_ldap-1.265_12: ...... done
[703/1009] Deinstalling p11-kit-0.23.1_1...
[703/1009] Deleting files for p11-kit-0.23.1_1: .......... done
[704/1009] Deinstalling p5-Authen-NTLM-1.09_1...
[704/1009] Deleting files for p5-Authen-NTLM-1.09_1: ..... done
[705/1009] Deinstalling p5-Authen-SASL-2.16_1...
[705/1009] Deleting files for p5-Authen-SASL-2.16_1: .......... done
[706/1009] Deinstalling p5-File-Listing-6.04_1...
[706/1009] Deleting files for p5-File-Listing-6.04_1: ....... done
[707/1009] Deinstalling p5-HTML-Parser-3.71_1...
[707/1009] Deleting files for p5-HTML-Parser-3.71_1: .......... done
[708/1009] Deinstalling p5-HTTP-Message-6.11...
[708/1009] Deleting files for p5-HTTP-Message-6.11: .......... done
[709/1009] Deinstalling p5-IO-Socket-IP-0.37...
[709/1009] Deleting files for p5-IO-Socket-IP-0.37: ....... done
[710/1009] Deinstalling p5-WWW-RobotRules-6.02_1...
[710/1009] Deleting files for p5-WWW-RobotRules-6.02_1: ..... done
[711/1009] Deinstalling pam_ldap-1.8.6_3...
[711/1009] Deleting files for pam_ldap-1.8.6_3: ..... done
[712/1009] Deinstalling pciutils-3.4.0...
[712/1009] Deleting files for pciutils-3.4.0: ....... done
[713/1009] Deinstalling php56-filter-5.6.14...
[713/1009] Deleting files for php56-filter-5.6.14: ....... done
[714/1009] Deinstalling php56-json-5.6.14...
[714/1009] Deleting files for php56-json-5.6.14: ....... done
[715/1009] Deinstalling php56-session-5.6.14...
[715/1009] Deleting files for php56-session-5.6.14: ......... done
[716/1009] Deinstalling popt-1.16_1...
[716/1009] Deleting files for popt-1.16_1: .......... done
[717/1009] Deinstalling pydbus-common-1.2.0_1...
[717/1009] Deleting files for pydbus-common-1.2.0_1: .......... done
[718/1009] Deinstalling python27-2.7.10_1...
[718/1009] Deleting files for python27-2.7.10_1: .......... done
[719/1009] Deinstalling ruby-2.0.0.647,1...
[719/1009] Deleting files for ruby-2.0.0.647,1: .......... done
[720/1009] Deinstalling sane-backends-1.0.25...
==> You should manually remove the "saned" user.
[720/1009] Deleting files for sane-backends-1.0.25: .......... done
[721/1009] Deinstalling sudo-1.8.15...
You may need to manually remove /usr/local/etc/sudoers if it is no longer needed.
[721/1009] Deleting files for sudo-1.8.15: .......... done
[722/1009] Deinstalling tor-0.2.6.10...
==> You should manually remove the "_tor" user.
[722/1009] Deleting files for tor-0.2.6.10: .......... done
[723/1009] Deinstalling vorbis-tools-1.4.0_10,3...
[723/1009] Deleting files for vorbis-tools-1.4.0_10,3: .......... done
[724/1009] Deinstalling webp-0.4.4...
[724/1009] Deleting files for webp-0.4.4: .......... done
[725/1009] Deinstalling OpenEXR-2.2.0_5...
[725/1009] Deleting files for OpenEXR-2.2.0_5: .......... done
[726/1009] Deinstalling aalib-1.4.r5_11...
[726/1009] Deleting files for aalib-1.4.r5_11: .......... done
[727/1009] Deinstalling alsa-plugins-1.1.0...
[727/1009] Deleting files for alsa-plugins-1.1.0: .......... done
[728/1009] Deinstalling boost-libs-1.55.0_9...
[728/1009] Deleting files for boost-libs-1.55.0_9: .......... done
[729/1009] Deinstalling curl-7.45.0...
[729/1009] Deleting files for curl-7.45.0: .......... done
[730/1009] Deinstalling cyrus-sasl-2.1.26_12...
[730/1009] Deleting files for cyrus-sasl-2.1.26_12: .......... done
To delete Cyrus user permanently, use 'pw userdel cyrus'
To delete Cyrus group permanently, use 'pw groupdel cyrus'
[731/1009] Deinstalling ebook-tools-0.2.2_3...
[731/1009] Deleting files for ebook-tools-0.2.2_3: .......... done
[732/1009] Deinstalling encodings-1.0.4_3,1...
[732/1009] Deleting files for encodings-1.0.4_3,1: .......... done
[733/1009] Deinstalling esound-0.2.41_3...
[733/1009] Deleting files for esound-0.2.41_3: .......... done
[734/1009] Deinstalling exempi-2.2.2...
[734/1009] Deleting files for exempi-2.2.2: .......... done
[735/1009] Deinstalling fftw3-3.3.3_2...
[735/1009] Deleting files for fftw3-3.3.3_2: .......... done
[736/1009] Deinstalling firebird25-client-2.5.4_2...
[736/1009] Deleting files for firebird25-client-2.5.4_2: .......... done
[737/1009] Deinstalling flac-1.3.1_1...
[737/1009] Deleting files for flac-1.3.1_1: .......... done
[738/1009] Deinstalling fontconfig-2.11.1_1,1...
[738/1009] Deleting files for fontconfig-2.11.1_1,1: .......... done
[739/1009] Deinstalling fusefs-ntfs-2015.3.14_3...
[739/1009] Deleting files for fusefs-ntfs-2015.3.14_3: .......... done
[740/1009] Deinstalling gettext-runtime-0.19.6...
[740/1009] Deleting files for gettext-runtime-0.19.6: .......... done
[741/1009] Deinstalling gmp-5.1.3_2...
[741/1009] Deleting files for gmp-5.1.3_2: .......... done
[742/1009] Deinstalling hunspell-1.3.3...
[742/1009] Deleting files for hunspell-1.3.3: .......... done
[743/1009] Deinstalling hyphen-2.8.8...
[743/1009] Deleting files for hyphen-2.8.8: .......... done
[744/1009] Deinstalling icoutils-0.31.0_1...
[744/1009] Deleting files for icoutils-0.31.0_1: ....... done
[745/1009] Deinstalling iso8879-1986_3...
[745/1009] Deleting files for iso8879-1986_3: .......... done
xmlcatmgr: enabling compatibility mode; removing ALL matching entries
[746/1009] Deinstalling jasper-1.900.1_15...
[746/1009] Deleting files for jasper-1.900.1_15: .......... done
[747/1009] Deinstalling jbig2dec-0.11_4...
[747/1009] Deleting files for jbig2dec-0.11_4: .......... done
[748/1009] Deinstalling libFS-1.0.7...
[748/1009] Deleting files for libFS-1.0.7: ....... done
[749/1009] Deinstalling libICE-1.0.9_1,1...
[749/1009] Deleting files for libICE-1.0.9_1,1: .......... done
[750/1009] Deinstalling libXau-1.0.8_3...
[750/1009] Deleting files for libXau-1.0.8_3: .......... done
[751/1009] Deinstalling libXdmcp-1.1.2...
[751/1009] Deleting files for libXdmcp-1.1.2: ......... done
[752/1009] Deinstalling libabw-0.1.1...
[752/1009] Deleting files for libabw-0.1.1: .......... done
[753/1009] Deinstalling libarchive-3.1.2_4,1...
[753/1009] Deleting files for libarchive-3.1.2_4,1: .......... done
[754/1009] Deinstalling libcdio-0.92_1...
[754/1009] Deleting files for libcdio-0.92_1: .......... done
[755/1009] Deinstalling libdvdnav-5.0.3...
[755/1009] Deleting files for libdvdnav-5.0.3: .......... done
[756/1009] Deinstalling libe-book-0.1.2_1...
[756/1009] Deleting files for libe-book-0.1.2_1: .......... done
[757/1009] Deinstalling libevent2-2.0.22_1...
[757/1009] Deleting files for libevent2-2.0.22_1: .......... done
[758/1009] Deinstalling libffi-3.2.1...
[758/1009] Deleting files for libffi-3.2.1: .......... done
[759/1009] Deinstalling libfontenc-1.1.3...
[759/1009] Deleting files for libfontenc-1.1.3: ...... done
[760/1009] Deinstalling libkate-0.4.1_6...
[760/1009] Deleting files for libkate-0.4.1_6: .......... done
[761/1009] Deinstalling liblangtag-0.5.7...
[761/1009] Deleting files for liblangtag-0.5.7: .......... done
[762/1009] Deinstalling libmatroska-1.4.2...
[762/1009] Deleting files for libmatroska-1.4.2: .......... done
[763/1009] Deinstalling libmspub01-0.1.2_1...
[763/1009] Deleting files for libmspub01-0.1.2_1: .......... done
[764/1009] Deinstalling libmwaw03-0.3.6...
[764/1009] Deleting files for libmwaw03-0.3.6: .......... done
[765/1009] Deinstalling libodfgen01-0.1.5...
[765/1009] Deleting files for libodfgen01-0.1.5: .......... done
[766/1009] Deinstalling libpagemaker-0.0.2...
[766/1009] Deleting files for libpagemaker-0.0.2: .......... done
[767/1009] Deinstalling libpci-3.4.0...
[767/1009] Deleting files for libpci-3.4.0: .......... done
[768/1009] Deinstalling libpciaccess-0.13.4...
[768/1009] Deleting files for libpciaccess-0.13.4: ...... done
[769/1009] Deinstalling libqrencode-3.4.4_1...
[769/1009] Deleting files for libqrencode-3.4.4_1: .......... done
[770/1009] Deinstalling libslang2-2.3.0...
[770/1009] Deleting files for libslang2-2.3.0: .......... done
[771/1009] Deinstalling libssh-0.7.2...
[771/1009] Deleting files for libssh-0.7.2: .......... done
[772/1009] Deinstalling libssh2-1.6.0_1,2...
[772/1009] Deleting files for libssh2-1.6.0_1,2: .......... done
[773/1009] Deinstalling libtasn1-4.7...
[773/1009] Deleting files for libtasn1-4.7: .......... done
[774/1009] Deinstalling libv4l-1.6.3_1...
[774/1009] Deleting files for libv4l-1.6.3_1: .......... done
[775/1009] Deinstalling libvisio01-0.1.3...
[775/1009] Deleting files for libvisio01-0.1.3: .......... done
[776/1009] Deinstalling libvorbis-1.3.5,3...
[776/1009] Deleting files for libvorbis-1.3.5,3: .......... done
[777/1009] Deinstalling libwps-0.4.2...
[777/1009] Deleting files for libwps-0.4.2: .......... done
[778/1009] Deinstalling libwps03-0.3.1_1...
[778/1009] Deleting files for libwps03-0.3.1_1: .......... done
[779/1009] Deinstalling libxshmfence-1.2...
[779/1009] Deleting files for libxshmfence-1.2: ......... done
[780/1009] Deinstalling linux-c6-alsa-lib-1.0.22_2...
[780/1009] Deleting files for linux-c6-alsa-lib-1.0.22_2: .......... done
[781/1009] Deinstalling linux-c6-atk-1.30.0...
[781/1009] Deleting files for linux-c6-atk-1.30.0: .......... done
[782/1009] Deinstalling linux-c6-cyrus-sasl2-2.1.23_3...
[782/1009] Deleting files for linux-c6-cyrus-sasl2-2.1.23_3: .......... done
[783/1009] Deinstalling linux-c6-expat-2.0.1_2...
[783/1009] Deleting files for linux-c6-expat-2.0.1_2: ...... done
[784/1009] Deinstalling linux-c6-gdk-pixbuf2-2.24.1...
[784/1009] Deleting files for linux-c6-gdk-pixbuf2-2.24.1: .......... done
[785/1009] Deinstalling linux-c6-jpeg-1.2.1_1...
[785/1009] Deleting files for linux-c6-jpeg-1.2.1_1: .......... done
[786/1009] Deinstalling linux-c6-libasyncns-0.8_2...
[786/1009] Deleting files for linux-c6-libasyncns-0.8_2: .... done
[787/1009] Deinstalling linux-c6-libsigc++20-2.2.4.2_1...
[787/1009] Deleting files for linux-c6-libsigc++20-2.2.4.2_1: ........ done
[788/1009] Deinstalling linux-c6-libv4l-0.6.3_1...
[788/1009] Deleting files for linux-c6-libv4l-0.6.3_1: .......... done
[789/1009] Deinstalling linux-c6-nspr-4.10.8_1...
[789/1009] Deleting files for linux-c6-nspr-4.10.8_1: ... done
[790/1009] Deinstalling linux-c6-openldap-2.4.39...
[790/1009] Deleting files for linux-c6-openldap-2.4.39: .......... done
[791/1009] Deinstalling linux-c6-openssl-1.0.1e_6...
[791/1009] Deleting files for linux-c6-openssl-1.0.1e_6: .......... done
[792/1009] Deinstalling linux-c6-openssl-compat-0.9.8e_2...
[792/1009] Deleting files for linux-c6-openssl-compat-0.9.8e_2: .......... done
[793/1009] Deinstalling linux-c6-png-1.2.49_2...
[793/1009] Deleting files for linux-c6-png-1.2.49_2: .......... done
[794/1009] Deinstalling linux-c6-sqlite-3.6.20_2...
[794/1009] Deleting files for linux-c6-sqlite-3.6.20_2: ..... done
[795/1009] Deinstalling lua51-5.1.5_9...
[795/1009] Deleting files for lua51-5.1.5_9: .......... done
[796/1009] Deinstalling lua52-5.2.4...
[796/1009] Deleting files for lua52-5.2.4: .......... done
[797/1009] Deinstalling mysql56-client-5.6.26...
[797/1009] Deleting files for mysql56-client-5.6.26: .......... done
[798/1009] Deinstalling nss-3.20...
[798/1009] Deleting files for nss-3.20: .......... done
[799/1009] Deinstalling opencollada-1.2.2.20150519...
[799/1009] Deleting files for opencollada-1.2.2.20150519: .......... done
[800/1009] Deinstalling openldap-client-2.4.42_2...
[800/1009] Deleting files for openldap-client-2.4.42_2: .......... done
[801/1009] Deinstalling openslp-2.0.0...
[801/1009] Deleting files for openslp-2.0.0: .......... done
[802/1009] Deinstalling opusfile-0.6_1...
[802/1009] Deleting files for opusfile-0.6_1: .......... done
[803/1009] Deinstalling p5-Digest-HMAC-1.03_1...
[803/1009] Deleting files for p5-Digest-HMAC-1.03_1: ....... done
[804/1009] Deinstalling p5-Encode-Locale-1.05...
[804/1009] Deleting files for p5-Encode-Locale-1.05: ... done
[805/1009] Deinstalling p5-Error-0.17024...
[805/1009] Deleting files for p5-Error-0.17024: ......... done
[806/1009] Deinstalling p5-GSSAPI-0.28_1...
[806/1009] Deleting files for p5-GSSAPI-0.28_1: .......... done
[807/1009] Deinstalling p5-HTML-Tagset-3.20_1...
[807/1009] Deleting files for p5-HTML-Tagset-3.20_1: ... done
[808/1009] Deinstalling p5-HTTP-Date-6.02_1...
[808/1009] Deleting files for p5-HTTP-Date-6.02_1: ....... done
[809/1009] Deinstalling p5-IO-HTML-1.001_1...
[809/1009] Deleting files for p5-IO-HTML-1.001_1: ....... done
[810/1009] Deinstalling p5-LWP-MediaTypes-6.02_1...
[810/1009] Deleting files for p5-LWP-MediaTypes-6.02_1: .... done
[811/1009] Deinstalling p5-Mozilla-CA-20141217...
[811/1009] Deleting files for p5-Mozilla-CA-20141217: ..... done
[812/1009] Deinstalling p5-Net-SSLeay-1.72...
[812/1009] Deleting files for p5-Net-SSLeay-1.72: .......... done
[813/1009] Deinstalling p5-Socket-2.020...
[813/1009] Deleting files for p5-Socket-2.020: ........ done
[814/1009] Deinstalling p5-Term-ReadKey-2.32_1...
[814/1009] Deleting files for p5-Term-ReadKey-2.32_1: ......... done
[815/1009] Deinstalling p5-URI-1.69...
[815/1009] Deleting files for p5-URI-1.69: .......... done
[816/1009] Deinstalling pbi-manager-1441126851...
[816/1009] Deleting files for pbi-manager-1441126851: .......... done
[817/1009] Deinstalling php56-5.6.14...
[817/1009] Deleting files for php56-5.6.14: .......... done
[818/1009] Deinstalling qpdf-5.1.2_1...
[818/1009] Deleting files for qpdf-5.1.2_1: .......... done
[819/1009] Deinstalling qt5-buildtools-5.4.1...
[819/1009] Deleting files for qt5-buildtools-5.4.1: .......... done
[820/1009] Deinstalling rar-5.2.1,3...
[820/1009] Deleting files for rar-5.2.1,3: .......... done
[821/1009] Deinstalling rpm2cpio-1.3_2...
[821/1009] Deleting files for rpm2cpio-1.3_2: . done
[822/1009] Deinstalling schroedinger-1.0.11_4...
[822/1009] Deleting files for schroedinger-1.0.11_4: .......... done
[823/1009] Deinstalling sdocbook-xml-1.1_1,2...
[823/1009] Deleting files for sdocbook-xml-1.1_1,2: .......... done
xmlcatmgr: enabling compatibility mode; removing ALL matching entries
xmlcatmgr: enabling compatibility mode; removing ALL matching entries
[824/1009] Deinstalling socat-1.7.3.0_2...
[824/1009] Deleting files for socat-1.7.3.0_2: .......... done
[825/1009] Deinstalling speex-1.2.r2,1...
[825/1009] Deleting files for speex-1.2.r2,1: .......... done
[826/1009] Deinstalling spidermonkey170-17.0.0_1...
[826/1009] Deleting files for spidermonkey170-17.0.0_1: .......... done
[827/1009] Deinstalling stunnel-5.26,1...
If you are permanently removing this port, you should run rm -rf /usr/local/etc/stunnel to remove any configuration files left.
==> You should manually remove the "stunnel" user.
[827/1009] Deleting files for stunnel-5.26,1: .......... done
[828/1009] Deinstalling tiff-4.0.6...
[828/1009] Deleting files for tiff-4.0.6: .......... done
[829/1009] Deinstalling trousers-tddl-0.3.10_7...
==> You should manually remove the "_tss" user.
[829/1009] Deleting files for trousers-tddl-0.3.10_7: .......... done
[830/1009] Deinstalling unrar-5.30,5...
[830/1009] Deleting files for unrar-5.30,5: ... done
[831/1009] Deinstalling xkeyboard-config-2.16...
[831/1009] Deleting files for xkeyboard-config-2.16: .......... done
[832/1009] Deinstalling xmlcharent-0.3_2...
[832/1009] Deleting files for xmlcharent-0.3_2: .......... done
[833/1009] Deinstalling zh-libchewing-0.4.0_1...
[833/1009] Deleting files for zh-libchewing-0.4.0_1: .......... done
[834/1009] Deinstalling CoinMP-1.8.3...
[834/1009] Deleting files for CoinMP-1.8.3: .......... done
[835/1009] Deinstalling alsa-lib-1.1.0...
[835/1009] Deleting files for alsa-lib-1.1.0: .......... done
[836/1009] Deinstalling anacron-2.3_6...
You may need to manually remove /usr/local/etc/anacrontab if it's no longer needed.
[836/1009] Deleting files for anacron-2.3_6: ..... done
[837/1009] Deinstalling ataidle-2.7.2...
[837/1009] Deleting files for ataidle-2.7.2: ........ done
[838/1009] Deinstalling babl-0.1.12...
[838/1009] Deleting files for babl-0.1.12: .......... done
[839/1009] Deinstalling beadm-1.5.3...
[839/1009] Deleting files for beadm-1.5.3: ..... done
[840/1009] Deinstalling ca_root_nss-3.20...
You may need to manually remove /usr/local/etc/ssl/cert.pem if it's no longer needed.
[840/1009] Deleting files for ca_root_nss-3.20: ....... done
[841/1009] Deinstalling cabextract-1.6...
[841/1009] Deleting files for cabextract-1.6: .......... done
[842/1009] Deinstalling chmlib-0.40_1...
[842/1009] Deleting files for chmlib-0.40_1: .......... done
[843/1009] Deinstalling clucene-2.3.3.4_7...
[843/1009] Deleting files for clucene-2.3.3.4_7: .......... done
[844/1009] Deinstalling compat9x-amd64-9.2.902000.201310...
[844/1009] Deleting files for compat9x-amd64-9.2.902000.201310: .......... done
[845/1009] Deinstalling compositeproto-0.4.2...
[845/1009] Deleting files for compositeproto-0.4.2: .... done
[846/1009] Deinstalling cscope-15.8b...
[846/1009] Deleting files for cscope-15.8b: ...... done
[847/1009] Deinstalling ctags-5.8...
[847/1009] Deleting files for ctags-5.8: .... done
[848/1009] Deinstalling cursor-jimmac-theme-0.1_2...
[848/1009] Deleting files for cursor-jimmac-theme-0.1_2: .......... done
[849/1009] Deinstalling cuse4bsd-kmod-0.1.36...
[849/1009] Deleting files for cuse4bsd-kmod-0.1.36: .......... done
[850/1009] Deinstalling cvsps-2.1_1...
[850/1009] Deleting files for cvsps-2.1_1: ... done
[851/1009] Deinstalling damageproto-1.2.1...
[851/1009] Deleting files for damageproto-1.2.1: .... done
[852/1009] Deinstalling db5-5.3.28_2...
[852/1009] Deleting files for db5-5.3.28_2: .......... done
[853/1009] Deinstalling disktype-9...
[853/1009] Deleting files for disktype-9: .. done
[854/1009] Deinstalling djbfft-0.76_2...
[854/1009] Deleting files for djbfft-0.76_2: .......... done
[855/1009] Deinstalling dmidecode-2.12...
[855/1009] Deleting files for dmidecode-2.12: .......... done
[856/1009] Deinstalling dmxproto-2.3.1...
[856/1009] Deleting files for dmxproto-2.3.1: ... done
[857/1009] Deinstalling dri2proto-2.8...
[857/1009] Deleting files for dri2proto-2.8: .... done
[858/1009] Deinstalling eject-1.5_4...
[858/1009] Deleting files for eject-1.5_4: .... done
[859/1009] Deinstalling en-hunspell-7.1_1...
[859/1009] Deleting files for en-hunspell-7.1_1: .......... done
[860/1009] Deinstalling expat-2.1.0_3...
[860/1009] Deleting files for expat-2.1.0_3: .......... done
[861/1009] Deinstalling faad2-2.7_5,1...
[861/1009] Deleting files for faad2-2.7_5,1: .......... done
[862/1009] Deinstalling fdk-aac-0.1.4...
[862/1009] Deleting files for fdk-aac-0.1.4: .......... done
[863/1009] Deinstalling fftw3-float-3.3.3_2...
[863/1009] Deleting files for fftw3-float-3.3.3_2: .......... done
[864/1009] Deinstalling fixesproto-5.0...
[864/1009] Deleting files for fixesproto-5.0: .... done
[865/1009] Deinstalling font-alias-1.0.3_3...
[865/1009] Deleting files for font-alias-1.0.3_3: .... done
[866/1009] Deinstalling font-util-1.3.1...
[866/1009] Deleting files for font-util-1.3.1: .......... done
[867/1009] Deinstalling fontcacheproto-0.1.3...
[867/1009] Deleting files for fontcacheproto-0.1.3: .... done
[868/1009] Deinstalling fontsproto-2.1.3,1...
[868/1009] Deleting files for fontsproto-2.1.3,1: ........ done
[869/1009] Deinstalling freetype2-2.6_1...
[869/1009] Deleting files for freetype2-2.6_1: .......... done
[870/1009] Deinstalling fribidi-0.19.2_3...
[870/1009] Deleting files for fribidi-0.19.2_3: .......... done
[871/1009] Deinstalling fusefs-libs-2.9.4...
[871/1009] Deleting files for fusefs-libs-2.9.4: .......... done
[872/1009] Deinstalling gcc-ecj-4.5...
[872/1009] Deleting files for gcc-ecj-4.5: . done
[873/1009] Deinstalling giflib-5.0.6...
[873/1009] Deleting files for giflib-5.0.6: .......... done
[874/1009] Deinstalling glproto-1.4.17...
[874/1009] Deleting files for glproto-1.4.17: ...... done
[875/1009] Deinstalling gnome_subr-1.0...
[875/1009] Deleting files for gnome_subr-1.0: . done
[876/1009] Deinstalling graphite2-1.3.3...
[876/1009] Deleting files for graphite2-1.3.3: .......... done
[877/1009] Deinstalling gsfonts-8.11_6...
[877/1009] Deleting files for gsfonts-8.11_6: .......... done
[878/1009] Deinstalling gsm-1.0.13_2...
[878/1009] Deleting files for gsm-1.0.13_2: .......... done
[879/1009] Deinstalling hicolor-icon-theme-0.15...
[879/1009] Deleting files for hicolor-icon-theme-0.15: . done
[880/1009] Deinstalling i386-wine-staging-1.7.53,1...
[880/1009] Deleting files for i386-wine-staging-1.7.53,1: .......... done
[881/1009] Deinstalling icu-55.1...
[881/1009] Deleting files for icu-55.1: .......... done
[882/1009] Deinstalling ilmbase-2.2.0...
[882/1009] Deleting files for ilmbase-2.2.0: .......... done
[883/1009] Deinstalling indexinfo-0.2.4...
[883/1009] Deleting files for indexinfo-0.2.4: .... done
[884/1009] Deinstalling inputproto-2.3.1...
[884/1009] Deleting files for inputproto-2.3.1: ..... done
[885/1009] Deinstalling iocage-devel-20151030...
[885/1009] Deleting files for iocage-devel-20151030: ..
pkg: /usr/local/lib/iocage/ioc-globals different from original checksum, not removing
[885/1009] Deleting files for iocage-devel-20151030........... done
[886/1009] Deinstalling ja-tegaki-zinnia-japanese-0.3...
[886/1009] Deleting files for ja-tegaki-zinnia-japanese-0.3: ..... done
[887/1009] Deinstalling ja-zinnia-0.06_1...
[887/1009] Deleting files for ja-zinnia-0.06_1: .......... done
[888/1009] Deinstalling jailme-0.2.0...
[888/1009] Deleting files for jailme-0.2.0: .... done
[889/1009] Deinstalling java-zoneinfo-2015.f...
[889/1009] Deleting files for java-zoneinfo-2015.f: .......... done
[890/1009] Deinstalling javavmwrapper-2.5...
[890/1009] Deleting files for javavmwrapper-2.5: .......... done
[891/1009] Deinstalling jbigkit-2.1_1...
[891/1009] Deleting files for jbigkit-2.1_1: .......... done
[892/1009] Deinstalling jpeg-turbo-1.4.2...
[892/1009] Deleting files for jpeg-turbo-1.4.2: .......... done
[893/1009] Deinstalling json-c-0.12_2...
[893/1009] Deleting files for json-c-0.12_2: .......... done
[894/1009] Deinstalling kbproto-1.0.7...
[894/1009] Deleting files for kbproto-1.0.7: .......... done
[895/1009] Deinstalling kde4-icons-oxygen-4.14.3...
[895/1009] Deleting files for kde4-icons-oxygen-4.14.3:
pkg: /usr/local/share/icons/oxygen/128x128/apps/kde.png different from original checksum, not removing
[895/1009] Deleting files for kde4-icons-oxygen-4.14.3...
pkg: /usr/local/share/icons/oxygen/128x128/places/start-here-kde.png different from original checksum, not removing
[895/1009] Deleting files for kde4-icons-oxygen-4.14.3....
pkg: /usr/local/share/icons/oxygen/16x16/apps/kde.png different from original checksum, not removing
[895/1009] Deleting files for kde4-icons-oxygen-4.14.3....
pkg: /usr/local/share/icons/oxygen/16x16/places/start-here-kde.png different from original checksum, not removing
[895/1009] Deleting files for kde4-icons-oxygen-4.14.3....
pkg: /usr/local/share/icons/oxygen/22x22/animations/process-working-kde.png different from original checksum, not removing
[895/1009] Deleting files for kde4-icons-oxygen-4.14.3...
pkg: /usr/local/share/icons/oxygen/22x22/apps/kde.png different from original checksum, not removing
[895/1009] Deleting files for kde4-icons-oxygen-4.14.3....
pkg: /usr/local/share/icons/oxygen/22x22/places/start-here-kde.png different from original checksum, not removing
[895/1009] Deleting files for kde4-icons-oxygen-4.14.3....
pkg: /usr/local/share/icons/oxygen/256x256/places/start-here-kde.png different from original checksum, not removing
[895/1009] Deleting files for kde4-icons-oxygen-4.14.3....
pkg: /usr/local/share/icons/oxygen/32x32/apps/kde.png different from original checksum, not removing
[895/1009] Deleting files for kde4-icons-oxygen-4.14.3....
pkg: /usr/local/share/icons/oxygen/32x32/places/start-here-kde.png different from original checksum, not removing
[895/1009] Deleting files for kde4-icons-oxygen-4.14.3....
pkg: /usr/local/share/icons/oxygen/48x48/apps/kde.png different from original checksum, not removing
[895/1009] Deleting files for kde4-icons-oxygen-4.14.3...
pkg: /usr/local/share/icons/oxygen/48x48/places/start-here-kde.png different from original checksum, not removing
[895/1009] Deleting files for kde4-icons-oxygen-4.14.3....
pkg: /usr/local/share/icons/oxygen/64x64/apps/kde.png different from original checksum, not removing
[895/1009] Deleting files for kde4-icons-oxygen-4.14.3...
pkg: /usr/local/share/icons/oxygen/64x64/places/start-here-kde.png different from original checksum, not removing
[895/1009] Deleting files for kde4-icons-oxygen-4.14.3.... done
[896/1009] Deinstalling kde4-wallpapers-freebsd-1.0...
[896/1009] Deleting files for kde4-wallpapers-freebsd-1.0:
pkg: /usr/local/share/apps/plasma-desktop/init/05-freebsdWallpaper.js different from original checksum, not removing
[896/1009] Deleting files for kde4-wallpapers-freebsd-1.0............. done
[897/1009] Deinstalling kde4-xdg-env-1.1...
[897/1009] Deleting files for kde4-xdg-env-1.1: . done
[898/1009] Deinstalling ksysguardd-4.11.14...
[898/1009] Deleting files for ksysguardd-4.11.14: .. done
[899/1009] Deinstalling lame-3.99.5_2...
[899/1009] Deleting files for lame-3.99.5_2: .......... done
[900/1009] Deinstalling liba52-0.7.4_3...
[900/1009] Deleting files for liba52-0.7.4_3: .......... done
[901/1009] Deinstalling libao-1.2.0_2...
[901/1009] Deleting files for libao-1.2.0_2: .......... done
[902/1009] Deinstalling libaudiofile-0.3.6_2...
[902/1009] Deleting files for libaudiofile-0.3.6_2: .......... done
[903/1009] Deinstalling libcddb-1.3.2_4...
[903/1009] Deleting files for libcddb-1.3.2_4: .......... done
[904/1009] Deinstalling libdaemon-0.14_1...
[904/1009] Deleting files for libdaemon-0.14_1: .......... done
[905/1009] Deinstalling libdca-0.0.5_1...
[905/1009] Deleting files for libdca-0.0.5_1: .......... done
[906/1009] Deinstalling libdevq-0.0.2_1...
[906/1009] Deleting files for libdevq-0.0.2_1: ..... done
[907/1009] Deinstalling libdvbpsi-1.2.0...
[907/1009] Deleting files for libdvbpsi-1.2.0: .......... done
[908/1009] Deinstalling libdvdcss-1.3.99...
[908/1009] Deleting files for libdvdcss-1.3.99: .......... done
[909/1009] Deinstalling libdvdread-5.0.3...
[909/1009] Deleting files for libdvdread-5.0.3: .......... done
[910/1009] Deinstalling libebml-1.3.1...
[910/1009] Deleting files for libebml-1.3.1: .......... done
[911/1009] Deinstalling libedit-3.1.20150325_1...
[911/1009] Deleting files for libedit-3.1.20150325_1: .......... done
[912/1009] Deinstalling libexttextcat-3.4.4...
[912/1009] Deleting files for libexttextcat-3.4.4: .......... done
[913/1009] Deinstalling libfpx-1.3.1.4...
[913/1009] Deleting files for libfpx-1.3.1.4: .... done
[914/1009] Deinstalling libical-1.0.1...
[914/1009] Deleting files for libical-1.0.1: .......... done
[915/1009] Deinstalling libiconv-1.14_9...
[915/1009] Deleting files for libiconv-1.14_9: .......... done
[916/1009] Deinstalling libid3tag-0.15.1b_1...
[916/1009] Deleting files for libid3tag-0.15.1b_1: .......... done
[917/1009] Deinstalling libijs-0.35_5...
[917/1009] Deleting files for libijs-0.35_5: .......... done
[918/1009] Deinstalling libinotify-20150910...
[918/1009] Deleting files for libinotify-20150910: ........ done
[919/1009] Deinstalling libiodbc-3.52.9_1...
[919/1009] Deleting files for libiodbc-3.52.9_1: .......... done
[920/1009] Deinstalling libirman-0.4.6...
[920/1009] Deleting files for libirman-0.4.6: .......... done
[921/1009] Deinstalling libltdl-2.4.6...
[921/1009] Deleting files for libltdl-2.4.6: .......... done
[922/1009] Deinstalling libmad-0.15.1b_6...
[922/1009] Deleting files for libmad-0.15.1b_6: ......... done
[923/1009] Deinstalling libmpeg2-0.5.1_6...
[923/1009] Deleting files for libmpeg2-0.5.1_6: .......... done
[924/1009] Deinstalling libmspack-0.5...
[924/1009] Deleting files for libmspack-0.5: ......... done
[925/1009] Deinstalling libogg-1.3.2_1,4...
[925/1009] Deleting files for libogg-1.3.2_1,4: .......... done
[926/1009] Deinstalling libpaper-1.1.24.4...
[926/1009] Deleting files for libpaper-1.1.24.4: .......... done
[927/1009] Deinstalling libproxy-0.4.6...
[927/1009] Deleting files for libproxy-0.4.6: ......... done
[928/1009] Deinstalling libpthread-stubs-0.3_6...
[928/1009] Deleting files for libpthread-stubs-0.3_6: ..... done
[929/1009] Deinstalling libressl-devel-2.3.1...
[929/1009] Deleting files for libressl-devel-2.3.1: .......... done
[930/1009] Deinstalling librevenge-0.0.2...
[930/1009] Deleting files for librevenge-0.0.2: .......... done
[931/1009] Deinstalling libsigc++-2.4.1...
[931/1009] Deleting files for libsigc++-2.4.1: .......... done
[932/1009] Deinstalling libspiro-0.5.20150702,1...
[932/1009] Deleting files for libspiro-0.5.20150702,1: .......... done
[933/1009] Deinstalling libstreams-0.7.8_1...
[933/1009] Deleting files for libstreams-0.7.8_1: .......... done
[934/1009] Deinstalling libsunacl-1.0...
[934/1009] Deleting files for libsunacl-1.0: ....... done
[935/1009] Deinstalling libublio-20070103...
[935/1009] Deleting files for libublio-20070103: ...... done
[936/1009] Deinstalling libunibreak-1.1_3,1...
[936/1009] Deleting files for libunibreak-1.1_3,1: .......... done
[937/1009] Deinstalling libvolume_id-0.81.1...
[937/1009] Deleting files for libvolume_id-0.81.1: ..... done
[938/1009] Deinstalling libvpx-1.4.0.488_1...
[938/1009] Deleting files for libvpx-1.4.0.488_1: .......... done
[939/1009] Deinstalling libx264-0.144.2533_1...
[939/1009] Deleting files for libx264-0.144.2533_1: ......... done
[940/1009] Deinstalling libxml2-2.9.2_3...
[940/1009] Deleting files for libxml2-2.9.2_3: .......... done
[941/1009] Deinstalling libyaml-0.1.6_2...
[941/1009] Deleting files for libyaml-0.1.6_2: ......... done
[942/1009] Deinstalling libzip-1.0.1...
[942/1009] Deleting files for libzip-1.0.1: .......... done
[943/1009] Deinstalling linux_base-c6-6.6_6...

You may need to do by hand:
  o  unmount linprocfs if mounted
  o  delete /compat/linux/proc if present
  o  remove/comment linprocfs from /etc/fstab if present

[943/1009] Deleting files for linux_base-c6-6.6_6:
pkg: /compat/linux/etc/ld.so.cache different from original checksum, not removing
[943/1009] Deleting files for linux_base-c6-6.6_6............. done
[944/1009] Deinstalling linux_dvbwrapper-kmod-1.0_1...
[944/1009] Deleting files for linux_dvbwrapper-kmod-1.0_1: . done
[945/1009] Deinstalling liveMedia-2014.12.17_1,2...
[945/1009] Deleting files for liveMedia-2014.12.17_1,2: .......... done
[946/1009] Deinstalling lp_solve-5.5.2.0...
[946/1009] Deleting files for lp_solve-5.5.2.0: .......... done
[947/1009] Deinstalling lzo2-2.09...
[947/1009] Deleting files for lzo2-2.09: .......... done
[948/1009] Deinstalling mDNSResponder-576.30.4...
[948/1009] Deleting files for mDNSResponder-576.30.4: .......... done
[949/1009] Deinstalling mpage-2.5.6...
[949/1009] Deleting files for mpage-2.5.6: .......... done
[950/1009] Deinstalling musepack-2011.08.10...
[950/1009] Deleting files for musepack-2011.08.10: .......... done
[951/1009] Deinstalling npth-1.2...
[951/1009] Deleting files for npth-1.2: .......... done
[952/1009] Deinstalling nspr-4.10.9...
[952/1009] Deleting files for nspr-4.10.9: .......... done
[953/1009] Deinstalling opencv-core-2.4.9_3...
[953/1009] Deleting files for opencv-core-2.4.9_3: .......... done
[954/1009] Deinstalling openntpd-5.7p4_1,2...
==> You should manually remove the "_ntp" user.
[954/1009] Deleting files for openntpd-5.7p4_1,2: .......... done
[955/1009] Deinstalling opus-1.1_2...
[955/1009] Deleting files for opus-1.1_2: .......... done
[956/1009] Deinstalling orc-0.4.24_1...
[956/1009] Deleting files for orc-0.4.24_1: .......... done
[957/1009] Deinstalling p7zip-9.38.1_2...
[957/1009] Deleting files for p7zip-9.38.1_2: .......... done
[958/1009] Deinstalling pam_kde-1.0...
[958/1009] Deleting files for pam_kde-1.0: .. done
[959/1009] Deinstalling pam_mkhomedir-0.2...
[959/1009] Deleting files for pam_mkhomedir-0.2: ... done
[960/1009] Deinstalling pcbsd-libsh-1438351389...
[960/1009] Deleting files for pcbsd-libsh-1438351389: .... done
[961/1009] Deinstalling pciids-20151011...
[961/1009] Deleting files for pciids-20151011: ...... done
[962/1009] Deinstalling pcre-8.37_4...
[962/1009] Deleting files for pcre-8.37_4: .......... done
[963/1009] Deinstalling perl5-5.20.3_8...
[963/1009] Deleting files for perl5-5.20.3_8: .......... done
[964/1009] Deinstalling pixman-0.32.8...
[964/1009] Deleting files for pixman-0.32.8: .......... done
pkg: Cannot delete pkg itself without force flag
[965/1009] Deinstalling pkgconf-0.9.12_1...
[965/1009] Deleting files for pkgconf-0.9.12_1: ....... done
[966/1009] Deinstalling png-1.6.18...
[966/1009] Deleting files for png-1.6.18: .......... done
[967/1009] Deinstalling poppler-data-0.4.7...
[967/1009] Deleting files for poppler-data-0.4.7: .......... done
[968/1009] Deinstalling printproto-1.0.5...
[968/1009] Deleting files for printproto-1.0.5: .... done
[969/1009] Deinstalling protobuf-2.6.1...
[969/1009] Deleting files for protobuf-2.6.1: .......... done
[970/1009] Deinstalling pygobject3-common-3.16.2...
[970/1009] Deleting files for pygobject3-common-3.16.2: ..... done
[971/1009] Deinstalling qt4-doc-4.8.7...
[971/1009] Deleting files for qt4-doc-4.8.7: .......... done
[972/1009] Deinstalling qt5-qmake-5.4.1_2...
[972/1009] Deleting files for qt5-qmake-5.4.1_2: .......... done
[973/1009] Deinstalling randrproto-1.5.0...
[973/1009] Deleting files for randrproto-1.5.0: .... done
[974/1009] Deinstalling recordproto-1.14.2...
[974/1009] Deleting files for recordproto-1.14.2: .... done
[975/1009] Deinstalling renderproto-0.11.1...
[975/1009] Deleting files for renderproto-0.11.1: .... done
[976/1009] Deinstalling rsync-3.1.1_4...
[976/1009] Deleting files for rsync-3.1.1_4: .......... done
[977/1009] Deinstalling scrnsaverproto-1.2.2...
[977/1009] Deleting files for scrnsaverproto-1.2.2: ... done
[978/1009] Deinstalling shared-desktop-ontologies-0.11.0...
[978/1009] Deleting files for shared-desktop-ontologies-0.11.0: .......... done
[979/1009] Deinstalling sipcalc-1.1.6...
[979/1009] Deleting files for sipcalc-1.1.6: ........ done
[980/1009] Deinstalling smartmontools-6.4_1...
[980/1009] Deleting files for smartmontools-6.4_1: .......... done
[981/1009] Deinstalling soundtouch-1.9.0_1...
[981/1009] Deleting files for soundtouch-1.9.0_1: .......... done
[982/1009] Deinstalling speexdsp-1.2.r3_1...
[982/1009] Deleting files for speexdsp-1.2.r3_1: .......... done
[983/1009] Deinstalling sqlite3-3.9.2...
[983/1009] Deleting files for sqlite3-3.9.2: .......... done
[984/1009] Deinstalling svgalib-1.4.3_7...
[984/1009] Deleting files for svgalib-1.4.3_7: .......... done
[985/1009] Deinstalling taglib-1.9.1_2...
[985/1009] Deleting files for taglib-1.9.1_2: .......... done
[986/1009] Deinstalling tcl84-8.4.20_2,1...
[986/1009] Deleting files for tcl84-8.4.20_2,1: .......... done
[987/1009] Deinstalling tcl85-8.5.18_1...
[987/1009] Deleting files for tcl85-8.5.18_1: .......... done
[988/1009] Deinstalling tcl86-8.6.4...
[988/1009] Deleting files for tcl86-8.6.4: .......... done
[989/1009] Deinstalling tidy-lib-090315.c_3...
[989/1009] Deleting files for tidy-lib-090315.c_3: .......... done
[990/1009] Deinstalling unzip-6.0_6...
[990/1009] Deleting files for unzip-6.0_6: .......... done
[991/1009] Deinstalling videoproto-2.3.2...
[991/1009] Deleting files for videoproto-2.3.2: ...... done
[992/1009] Deinstalling volman-0.7_2...
[992/1009] Deleting files for volman-0.7_2: .... done
[993/1009] Deinstalling wmicons-1.0_2...
[993/1009] Deleting files for wmicons-1.0_2: .......... done
[994/1009] Deinstalling xapian-core-1.2.21,1...
[994/1009] Deleting files for xapian-core-1.2.21,1: .......... done
[995/1009] Deinstalling xbitmaps-1.1.1...
[995/1009] Deleting files for xbitmaps-1.1.1: .......... done
[996/1009] Deinstalling xcursor-themes-1.0.4_1...
[996/1009] Deleting files for xcursor-themes-1.0.4_1: .......... done
[997/1009] Deinstalling xextproto-7.3.0...
[997/1009] Deleting files for xextproto-7.3.0: .......... done
[998/1009] Deinstalling xf86dgaproto-2.1...
[998/1009] Deleting files for xf86dgaproto-2.1: ........ done
[999/1009] Deinstalling xf86miscproto-0.9.3...
[999/1009] Deleting files for xf86miscproto-0.9.3: ... done
[1000/1009] Deinstalling xf86vidmodeproto-2.3.1...
[1000/1009] Deleting files for xf86vidmodeproto-2.3.1: .... done
[1001/1009] Deinstalling xineramaproto-1.2.1...
[1001/1009] Deleting files for xineramaproto-1.2.1: .. done
[1002/1009] Deinstalling xmlcatmgr-2.2_2...
 + Removing /usr/local/share/sgml/catalog.  It is empty.
 + Removing /usr/local/share/sgml/catalog.ports.  It is empty.
 + Removing /usr/local/share/xml/catalog.  It is empty.
[1002/1009] Deleting files for xmlcatmgr-2.2_2: .......... done
[1003/1009] Deinstalling xorg-docs-1.7.1,1...
[1003/1009] Deleting files for xorg-docs-1.7.1,1: .......... done
[1004/1009] Deinstalling xproto-7.0.28...
[1004/1009] Deleting files for xproto-7.0.28: .......... done
[1005/1009] Deinstalling xtrans-1.3.5...
[1005/1009] Deleting files for xtrans-1.3.5: .......... done
[1006/1009] Deinstalling xvid-1.3.4,1...
[1006/1009] Deleting files for xvid-1.3.4,1: ........ done
[1007/1009] Deinstalling yajl-2.1.0...
[1007/1009] Deleting files for yajl-2.1.0: .......... done
[1008/1009] Deinstalling zip-3.0_1...
[1008/1009] Deleting files for zip-3.0_1: .......... done
Installing packages to stage BE... (This may take a while)
Running: chroot /.updateStage sh /.doPkgUp.sh
New version of pkg detected; it needs to be installed first.
Checking integrity... done (0 conflicting)
The following 1 package(s) will be affected (of 0 checked):

Installed packages to be UPGRADED:
    pkg: 1.6.1_2 -> 1.6.2

The process will require 2 KiB more space.
[1/1] Upgrading pkg from 1.6.1_2 to 1.6.2...
You may need to manually remove /usr/local/etc/pkg.conf if it is no longer needed.
[1/1] Extracting pkg-1.6.2: .......... done
Message from pkg-1.6.2:
If you are upgrading from the old package format, first run:

  # pkg2ng
Checking integrity... done (0 conflicting)
The following 1 package(s) will be affected (of 0 checked):

Installed packages to be REINSTALLED:
    pkg-1.6.2
[1/1] Reinstalling pkg-1.6.2...
You may need to manually remove /usr/local/etc/pkg.conf if it is no longer needed.
[1/1] Extracting pkg-1.6.2: .......... done
Message from pkg-1.6.2:
If you are upgrading from the old package format, first run:

  # pkg2ng
Installing misc/pcbsd-base...
Checking integrity... done (0 conflicting)
The following 572 package(s) will be affected (of 0 checked):

New packages to be INSTALLED:
    pcbsd-base: 2020151023
    libdvdcss: 1.3.99
    cuse4bsd-kmod: 0.1.36
    pavucontrol: 3.0
    gtkmm24: 2.24.4_2
    libxml2: 2.9.3
    pangomm: 2.36.0
    libxml++: 2.34.2_2
    glib: 2.44.1_2
    gettext-runtime: 0.19.6
    indexinfo: 0.2.4
    python27: 2.7.10_1
    libffi: 3.2.1
    libressl-devel: 2.3.1
    libiconv: 1.14_9
    perl5: 5.20.3_8
    pcre: 8.37_4
    glibmm: 2.44.0,1
    libsigc++: 2.4.1
    pango: 1.36.8_2
    encodings: 1.0.4_3,1
    font-util: 1.3.1
    libXft: 2.3.2_1
    xproto: 7.0.28
    libXrender: 0.9.9
    renderproto: 0.11.1
    libX11: 1.6.3,1
    libXdmcp: 1.1.2
    libxcb: 1.11.1
    libpthread-stubs: 0.3_6
    libXau: 1.0.8_3
    kbproto: 1.0.7
    fontconfig: 2.11.1_1,1
    expat: 2.1.0_3
    freetype2: 2.6_1
    xorg-fonts-truetype: 7.7_1
    font-misc-meltho: 1.0.3_3
    mkfontdir: 1.0.7
    mkfontscale: 1.1.2
    libfontenc: 1.1.3
    font-bh-ttf: 1.0.3_3
    font-misc-ethiopic: 1.0.3_3
    dejavu: 2.35
    harfbuzz: 1.0.6
    cairo: 1.14.2_1,2
    libGL: 11.0.6
    libXfixes: 5.0.1_3
    fixesproto: 5.0
    dri2proto: 2.8
    libXdamage: 1.1.4_3
    damageproto: 1.2.1
    libdevq: 0.0.2_1
    libXxf86vm: 1.1.4_1
    xf86vidmodeproto: 2.3.1
    libXext: 1.3.3_1,1
    xextproto: 7.3.0
    libdrm: 2.4.65_1,1
    libpciaccess: 0.13.4
    pciids: 20151205
    libxshmfence: 1.2
    libglapi: 11.0.6
    libXvMC: 1.0.9
    libXv: 1.0.10_3,1
    videoproto: 2.3.2
    glproto: 1.4.17
    libEGL: 11.0.6
    gbm: 11.0.6
    llvm36: 3.6.2_2
    libedit: 3.1.20150325_1
    png: 1.6.20
    pixman: 0.32.8
    xcb-util-renderutil: 0.3.9_1
    xcb-util: 0.4.0_1,1
    xorg-server: 1.17.4,1
    libepoxy: 1.3.1
    libglesv2: 11.0.6
    libXfont: 1.5.1,2
    fontsproto: 2.1.3,1
    libXxf86misc: 1.0.3_3
    xf86miscproto: 0.9.3
    libXinerama: 1.1.3_3,1
    xineramaproto: 1.2.1
    libXmu: 1.1.2_3,1
    libXt: 1.1.5,1
    libSM: 1.2.2_3,1
    libICE: 1.0.9_1,1
    xkbcomp: 1.3.1
    libxkbfile: 1.0.9
    dri: 11.0.6_1,2
    libXaw: 1.0.13,2
    libXpm: 3.5.11_4
    printproto: 1.0.5
    libXp: 1.0.3,1
    xkeyboard-config: 2.16
    libxkbui: 1.0.2_4
    icu: 55.1
    graphite2: 1.3.3
    cairomm: 1.10.0_3
    gtk2: 2.24.28_1
    hicolor-icon-theme: 0.15
    cups-client: 2.0.3_2
    libgcrypt: 1.6.4_2
    libgpg-error: 1.20_1
    gnutls: 3.3.17.1
    nettle: 2.7.1
    gmp: 5.1.3_2
    ca_root_nss: 3.20.1
    libtasn1: 4.7
    p11-kit: 0.23.1_1
    trousers-tddl: 0.3.10_7
    libidn: 1.31
    mDNSResponder: 576.30.4
    gnome_subr: 1.0
    avahi-app: 0.6.31_5
    dbus-glib: 0.104
    dbus: 1.8.20
    gobject-introspection: 1.44.0
    python2: 2_3
    gdbm: 1.11_2
    libdaemon: 0.14_1
    gtk-update-icon-cache: 2.24.28
    libXcursor: 1.1.14_3
    libXcomposite: 0.4.4_3,1
    compositeproto: 0.4.2
    libXi: 1.7.5,1
    inputproto: 2.3.1
    atk: 2.16.0
    libXrandr: 1.5.0
    randrproto: 1.5.0
    gdk-pixbuf2: 2.32.1
    jasper: 1.900.1_15
    jpeg-turbo: 1.4.2
    tiff: 4.0.6
    jbigkit: 2.1_1
    shared-mime-info: 1.4
    python: 2.7_2,2
    atkmm: 2.22.7
    libcanberra: 0.30_3
    libvorbis: 1.3.5,3
    libogg: 1.3.2_1,4
    libltdl: 2.4.6
    pulseaudio: 6.0_2
    fftw3-float: 3.3.3_2
    libXtst: 1.2.2_3
    recordproto: 1.14.2
    orc: 0.4.24_1
    json-c: 0.12_2
    consolekit: 0.4.5_4
    polkit: 0.113_1
    spidermonkey170: 17.0.0_1
    nspr: 4.10.10_1
    speexdsp: 1.2.r3_1
    libsndfile: 1.0.26
    flac: 1.3.1_1
    fftw3: 3.3.3_2
    pcbsd-utils: 1448899406
    qt5-buildtools: 5.4.1
    eject: 1.5_4
    qt5-core: 5.4.1_2
    qt5-network: 5.4.1_1
    qt5-qmake: 5.4.1_2
    sipcalc: 1.1.6
    openntpd: 5.7p4_1,2
    gtk-theme-switch: 2.0.0.r2_5
    beadm: 1.5.3
    p7zip: 15.09
    rpm2cpio: 1.3_2
    droid-fonts-ttf: 20131024_3
    pam_mkhomedir: 0.2
    rsync: 3.1.1_4
    mtools: 4.0.10_4
    fusefs-ntfs: 2015.3.14_3
    libublio: 20070103
    fusefs-libs: 2.9.4
    x11vnc: 0.9.13_2
    cursor-jimmac-theme: 0.1_2
    life-preserver: 1441050470
    pcbsd-libsh: 1438351389
    stunnel: 5.27,1
    grub2-efi: 2.02_15
    grub2-pcbsd: 2.02q_7
    gcc: 4.8.5_2
    mpc: 1.0.3
    mpfr: 3.1.3
    binutils: 2.25.1
    gcc-ecj: 4.5
    pbi-manager: 1441126851
    foo2zjs: 20150511_1
    foomatic-db: 20150819
    curl: 7.46.0_1
    foomatic-filters: 4.0.17_3
    cups-image: 2.0.3_2
    a2ps: 4.13b_8
    libpaper: 1.1.24.4
    mpage: 2.5.6
    enscript-a4: 1.6.6_1
    ghostscript9-base: 9.06_11
    jbig2dec: 0.12
    svgalib: 1.4.3_7
    lcms2: 2.7_2
    gsfonts: 8.11_6
    gsed: 4.2.2
    py27-fail2ban: 0.9.3
    py27-sqlite3: 2.7.10_7
    py27-setuptools27: 18.7
    sqlite3: 3.9.2
    pciutils: 3.4.0
    libpci: 3.4.0
    cups-pdf: 2.6.1_2
    cups-base: 2.0.3_3
    splix: 2.0.0_6
    xf86-video-scfb: 0.0.4_3
    pcbsd-appweb: 1441129621
    php56-gd: 5.6.16
    php56: 5.6.16
    t1lib: 5.1.2_4,1
    pcbsd-syscache: 1439494375
    php56-session: 5.6.16
    warden: 1438351389
    debootstrap: 1.0.75
    wget: 1.16.3
    jailme: 0.2.0
    nginx: 1.8.0_3,2
    ruby: 2.0.0.647,1
    libyaml: 0.1.6_2
    php56-filter: 5.6.16
    php56-json: 5.6.16
    xf86-video-intel: 2.21.15_9
    cups-filters: 1.1.0
    qpdf: 5.1.2_1
    libijs: 0.35_5
    poppler: 0.34.0
    openjpeg15: 1.5.2_1
    poppler-data: 0.4.7
    poppler-utils: 0.34.0
    poppler-glib: 0.34.0
    rar: 5.2.1,3
    compat9x-amd64: 9.3.903000.20151116
    volman: 0.7_2
    pcbsd-utils-qt5: 1449508629
    qt5-x11extras: 5.4.1
    qt5-widgets: 5.4.1
    qt5-gui: 5.4.1_2
    xcb-util-image: 0.4.0_1
    xcb-util-wm: 0.4.1_3
    libxkbcommon: 0.5.0_1
    xcb-util-keysyms: 0.4.0_1
    qt5-dbus: 5.4.1
    xdg-utils: 1.0.2.20130919_1
    xset: 1.2.3_1
    libXfontcache: 1.0.5_3
    fontcacheproto: 0.1.3
    xprop: 1.2.2
    qt5-linguist: 5.4.1
    qt5-linguisttools: 5.4.1
    qt5-xml: 5.4.1
    qt5-assistant: 5.4.1
    qt5-sqldrivers-sqlite3: 5.4.1
    qt5-sql: 5.4.1
    qt5-help: 5.4.1
    qt5-clucene: 5.4.1
    qt5-webkit: 5.4.1_2
    gstreamer-plugins: 0.10.36_6,3
    gstreamer: 0.10.36_4
    libxslt: 1.1.28_8
    qt5-opengl: 5.4.1
    qt5-quick: 5.4.1
    qt5-qml: 5.4.1
    qt5-testlib: 5.4.1
    qt5-xmlpatterns: 5.4.1
    webp: 0.4.4_1
    giflib: 5.1.1
    qt5-printsupport: 5.4.1
    qt5-svg: 5.4.1
    cdrtools: 3.00_2
    desktop-file-utils: 0.22_3
    py27-dbus: 1.2.0_1
    pydbus-common: 1.2.0_1
    poppler-qt5: 0.34.0
    libaacs: 0.8.0
    vorbis-tools: 1.4.0_10,3
    libao: 1.2.0_2
    speex: 1.2.r2,1
    libkate: 0.4.1_6
    dvd+rw-tools: 7.1_1
    gtk2-qtcurve-theme: 1.8.18
    qtcurve-utils: 1.8.18
    xvkbd: 3.7
    tk84: 8.4.20,2
    tcl84: 8.4.20_2,1
    tk85: 8.5.18
    tcl85: 8.5.18_1
    libXScrnSaver: 1.2.2_3
    scrnsaverproto: 1.2.2
    tk86: 8.6.4
    tcl86: 8.6.4
    zip: 3.0_1
    qt4-style-qtcurve: 1.8.18
    qt4-svg: 4.8.7
    qt4-corelib: 4.8.7_1
    qt4-gui: 4.8.7
    qt4-dbus: 4.8.7
    qt4-xml: 4.8.7
    fribidi: 0.19.2_3
    cdrdao: 1.2.3_5
    libmad: 0.15.1b_6
    fluxbox: 1.3.7
    xmessage: 1.0.4
    xbrightness: 0.3
    webcamd: 4.2.0.8
    libv4l: 1.6.3_1
    hal: 0.5.14_30
    policykit: 0.9_10
    libvolume_id: 0.81.1
    dmidecode: 2.12_2
    iocage-devel: 20151207
    libvdpau: 1.1.1
    git: 2.6.3
    p5-Error: 0.17024
    cvsps: 2.1_1
    p5-subversion: 1.9.2
    subversion: 1.9.2_1
    apr: 1.5.2.1.5.4
    db5: 5.3.28_2
    serf: 1.3.8_1
    p5-Net-SMTP-SSL: 1.03
    p5-IO-Socket-SSL: 2.021
    p5-Net-SSLeay: 1.72
    p5-IO-Socket-IP: 0.37
    p5-Socket: 2.021
    p5-Mozilla-CA: 20141217
    p5-Term-ReadKey: 2.32_1
    p5-Authen-SASL: 2.16_1
    p5-Digest-HMAC: 1.03_1
    p5-GSSAPI: 0.28_1
    disktype: 9
    tor: 0.2.6.10
    libevent2: 2.0.22_1
    gsmartcontrol: 0.8.7_4
    bash: 4.3.42_1
    smartmontools: 6.4_1
    samba41: 4.1.21
    talloc: 2.1.5
    libsunacl: 1.0
    ntdb: 1.0
    tevent: 0.9.26
    openldap-client: 2.4.43
    popt: 1.16_1
    ldb: 1.1.23
    tdb: 1.3.8,1
    cyrus-sasl: 2.1.26_12
    py27-dnspython: 1.12.0
    libinotify: 20150910
    gamin: 0.1.10_8
    paprefs: 0.9.10
    gconf2: 3.2.6_4
    dconf: 0.24.0_1
    ORBit2: 2.14.19_1
    libIDL: 0.8.14_2
    gconfmm: 2.28.2_3
    libglademm: 2.6.7_7
    libglade2: 2.6.4_8
    xmlcatmgr: 2.2_2
    pwcview: 1.4.1_6
    sdl: 1.2.15_7,2
    libGLU: 9.0.0_2
    aalib: 1.4.r5_11
    ataidle: 2.7.2
    anacron: 2.3_6
    gnupg: 2.1.8
    libassuan: 2.2.1
    npth: 1.2
    libksba: 1.3.3
    pinentry: 0.9.5
    pinentry-gtk2: 0.9.5
    numlockx: 1.2
    cups-bjnp: 2.0
    pam_ldap: 1.8.6_3
    rdesktop: 1.8.3
    xorg: 7.7_2
    xorg-apps: 7.7_2
    x11perf: 1.6.0
    xkbutils: 1.0.4
    xcursorgen: 1.0.6_1
    xwd: 1.0.6
    xinit: 1.3.4,1
    twm: 1.0.9
    xsetroot: 1.1.1
    xbitmaps: 1.1.1
    xsetmode: 1.0.0
    xwud: 1.0.4
    xcmsdb: 1.0.5
    xdriinfo: 1.0.5
    xwininfo: 1.1.3_1
    xmodmap: 1.0.9
    xgc: 1.0.5
    xinput: 1.6.2
    xkill: 1.0.4
    xcalc: 1.0.6_2
    font-adobe-100dpi: 1.0.3_3
    font-alias: 1.0.3_3
    font-misc-misc: 1.1.2_3
    xf86dga: 1.0.3_1
    libXxf86dga: 1.1.4_3
    xf86dgaproto: 2.1
    setxkbmap: 1.3.1
    xbacklight: 1.2.1_1
    xclock: 1.0.7_1
    xconsole: 1.0.6_1
    xhost: 1.0.7
    xauth: 1.0.9_1
    sessreg: 1.1.0
    xrefresh: 1.0.5
    xterm: 320
    xkbevd: 1.1.4
    xlsatoms: 1.1.2
    xlsclients: 1.1.3
    xvinfo: 1.1.3
    xdpyinfo: 1.3.2
    libdmx: 1.1.3_3
    dmxproto: 2.3.1
    appres: 1.0.4
    xgamma: 1.0.6
    smproxy: 1.0.6
    bitmap: 1.0.8
    xev: 1.2.2
    luit: 1.1.1
    xrandr: 1.4.3
    iceauth: 1.0.7
    xrdb: 1.1.0
    xpr: 1.0.4
    xorg-fonts: 7.7_1
    xorg-fonts-cyrillic: 7.7
    font-cronyx-cyrillic: 1.0.3_3
    font-screen-cyrillic: 1.0.4_3
    font-misc-cyrillic: 1.0.3_3
    font-winitzki-cyrillic: 1.0.3_3
    xorg-fonts-75dpi: 7.7
    font-bitstream-75dpi: 1.0.3_3
    font-adobe-75dpi: 1.0.3_3
    font-bh-lucidatypewriter-75dpi: 1.0.3_3
    font-bh-75dpi: 1.0.3_3
    font-adobe-utopia-75dpi: 1.0.4_3
    xorg-fonts-100dpi: 7.7
    font-bitstream-100dpi: 1.0.3_3
    font-bh-100dpi: 1.0.3_3
    font-adobe-utopia-100dpi: 1.0.4_3
    font-bh-lucidatypewriter-100dpi: 1.0.3_3
    xorg-fonts-type1: 7.7
    font-ibm-type1: 1.0.3_3
    font-bitstream-type1: 1.0.3_3
    font-adobe-utopia-type1: 1.0.4_3
    font-xfree86-type1: 1.0.4_3
    font-bh-type1: 1.0.3_3
    xorg-fonts-miscbitmaps: 7.7
    font-jis-misc: 1.0.3_3
    font-cursor-misc: 1.0.3_3
    font-sun-misc: 1.0.3_3
    font-daewoo-misc: 1.0.3_3
    font-arabic-misc: 1.0.3_3
    font-micro-misc: 1.0.3_3
    font-sony-misc: 1.0.3_3
    font-dec-misc: 1.0.3_3
    font-mutt-misc: 1.0.3_3
    font-schumacher-misc: 1.1.2_3
    font-isas-misc: 1.0.3_3
    xorg-libraries: 7.7_2
    libXevie: 1.0.3_3
    libXTrap: 1.0.1_3
    trapproto: 3.4.3
    libXres: 1.0.7_3
    libFS: 1.0.7
    liboldX: 1.0.1_3
    xtrans: 1.3.5
    xcursor-themes: 1.0.4_1
    xorg-drivers: 7.7_3
    xf86-video-vesa: 2.3.4
    xf86-input-mouse: 1.9.1_1
    xf86-video-ati: 7.5.0_3
    xf86-video-openchrome: 0.3.3_6
    xf86-video-r128: 6.10.0
    xf86-video-mach64: 6.9.5
    xf86-video-nv: 2.1.20_7
    xf86-input-keyboard: 1.8.1
    xorg-docs: 1.7.1,1
    system-config-printer: 1.4.7
    py27-gobject: 2.28.6_6
    py27-cairo: 1.10.0_2
    cups-pk-helper: 0.2.5
    py27-curl: 7.19.5.3_1
    py27-gobject3: 3.16.2
    pygobject3-common: 3.16.2
    py27-gtk2: 2.24.0_4
    gtk3: 3.16.6
    colord: 1.2.11
    argyllcms: 1.7.0_1
    at-spi2-atk: 2.16.0
    at-spi2-core: 2.16.0
    adwaita-icon-theme: 3.16.2.1
    py27-cups: 1.9.72
    sudo: 1.8.15
    alsa-lib: 1.1.0
    nss_mdns: 0.10_3
    unrar: 5.30,5
    linux_dvbwrapper-kmod: 1.0_1
    fluxbox-tenr-styles-pack: 20071215_3
    xf86-input-synaptics: 1.8.2_1
    nss_ldap: 1.265_12
    socat: 1.7.3.0_2
    OpenSSH-askpass: 1.2.4.1_2
    noto: 1.0.4_1
    xsane: 0.999_5
    sane-backends: 1.0.25
    gimp-app: 2.8.16,1
    libmng: 1.0.10_2
    lcms: 1.19_6,1
    gegl: 0.2.0_14
    libspiro: 0.5.20150702,1
    babl: 0.1.14
    exiv2: 0.24_2,1
    lua52: 5.2.4
    OpenEXR: 2.2.0_5
    ilmbase: 2.2.0
    graphviz: 2.38.0_10
    libgd: 2.1.0_7,1
    libopenraw: 0.0.9_3
    boost-libs: 1.55.0_9
    librsvg2: 2.40.10
    libgsf: 1.14.34
    libcroco: 0.6.8_2
    libexif: 0.6.21_4
    iso-codes: 3.62
    libwmf: 0.2.8.4_15
    gvfs: 1.24.2
    libgphoto2: 2.5.8_1
    libarchive: 3.1.2_4,1
    lzo2: 2.09
    gnome-mount: 0.8_12
    libnotify: 0.7.6_1
    policykit-gnome: 0.9.2_7
    gnome-doc-utils: 0.20.10_4
    py27-libxml2: 2.9.3
    rarian: 0.8.1_4
    docbook-xsl: 1.76.1_2
    docbook: 1.5
    sdocbook-xml: 1.1_1,2
    docbook-sgml: 4.5_1
    iso8879: 1986_3
    docbook-xml: 5.0_3
    xmlcharent: 0.3_2
    getopt: 1.1.6
    gettext-tools: 0.19.6
    libgnome-keyring: 3.12.0_2
    libsoup-gnome: 2.50.0
    glib-networking: 2.44.0
    libproxy: 0.4.6
    gsettings-desktop-schemas: 3.16.1
    cantarell-fonts: 0.0.16
    libsoup: 2.50.0
    libcdio-paranoia: 10.2+0.90+1_1
    libcdio: 0.92_1
    libcddb: 1.3.2_4
    samba36-libsmbclient: 3.6.25_2
    webkit-gtk2: 2.4.9
    geoclue: 2.2.0
    json-glib: 1.0.4
    gstreamer1-plugins: 1.6.1
    gstreamer1: 1.6.1
    libsecret: 0.18.3
    enchant: 1.6.0_5
    hunspell: 1.3.3
    xv: 3.10a_16

The process will require 3 GiB more space.
[1/572] Installing xproto-7.0.28...
[1/572] Extracting xproto-7.0.28: .......... done
[2/572] Installing libxml2-2.9.3...
[2/572] Extracting libxml2-2.9.3: .......... done
[3/572] Installing libXdmcp-1.1.2...
[3/572] Extracting libXdmcp-1.1.2: ......... done
[4/572] Installing libpthread-stubs-0.3_6...
[4/572] Extracting libpthread-stubs-0.3_6: ..... done
[5/572] Installing libXau-1.0.8_3...
[5/572] Extracting libXau-1.0.8_3: .......... done
[6/572] Installing libxcb-1.11.1...
[6/572] Extracting libxcb-1.11.1: .......... done
[7/572] Installing kbproto-1.0.7...
[7/572] Extracting kbproto-1.0.7: .......... done
[8/572] Installing libX11-1.6.3,1...
[8/572] Extracting libX11-1.6.3,1: .......... done
[9/572] Installing xextproto-7.3.0...
[9/572] Extracting xextproto-7.3.0: .......... done
[10/572] Installing fixesproto-5.0...
[10/572] Extracting fixesproto-5.0: .... done
[11/572] Installing libXext-1.3.3_1,1...
[11/572] Extracting libXext-1.3.3_1,1: .......... done
[12/572] Installing pciids-20151205...
[12/572] Extracting pciids-20151205: ...... done
[13/572] Installing videoproto-2.3.2...
[13/572] Extracting videoproto-2.3.2: ...... done
[14/572] Installing indexinfo-0.2.4...
[14/572] Extracting indexinfo-0.2.4: .... done
[15/572] Installing libXfixes-5.0.1_3...
[15/572] Extracting libXfixes-5.0.1_3: .......... done
[16/572] Installing damageproto-1.2.1...
[16/572] Extracting damageproto-1.2.1: .... done
[17/572] Installing libpciaccess-0.13.4...
[17/572] Extracting libpciaccess-0.13.4: ...... done
[18/572] Installing libXv-1.0.10_3,1...
[18/572] Extracting libXv-1.0.10_3,1: .......... done
[19/572] Installing gettext-runtime-0.19.6...
[19/572] Extracting gettext-runtime-0.19.6: .......... done
[20/572] Installing libffi-3.2.1...
[20/572] Extracting libffi-3.2.1: .......... done
[21/572] Installing libressl-devel-2.3.1...
[21/572] Extracting libressl-devel-2.3.1: .......... done
[22/572] Installing expat-2.1.0_3...
[22/572] Extracting expat-2.1.0_3: .......... done
[23/572] Installing libXdamage-1.1.4_3...
[23/572] Extracting libXdamage-1.1.4_3: ...... done
[24/572] Installing libdevq-0.0.2_1...
[24/572] Extracting libdevq-0.0.2_1: ..... done
[25/572] Installing libdrm-2.4.65_1,1...
[25/572] Extracting libdrm-2.4.65_1,1: .......... done
[26/572] Installing libxshmfence-1.2...
[26/572] Extracting libxshmfence-1.2: ......... done
[27/572] Installing libXvMC-1.0.9...
[27/572] Extracting libXvMC-1.0.9: .......... done
[28/572] Installing python27-2.7.10_1...
[28/572] Extracting python27-2.7.10_1: .......... done
[29/572] Installing perl5-5.20.3_8...
[29/572] Extracting perl5-5.20.3_8: .......... done
[30/572] Installing freetype2-2.6_1...
[30/572] Extracting freetype2-2.6_1: .......... done
[31/572] Installing libfontenc-1.1.3...
[31/572] Extracting libfontenc-1.1.3: ...... done
[32/572] Installing xf86vidmodeproto-2.3.1...
[32/572] Extracting xf86vidmodeproto-2.3.1: .... done
[33/572] Installing libglapi-11.0.6...
[33/572] Extracting libglapi-11.0.6: ... done
[34/572] Installing libedit-3.1.20150325_1...
[34/572] Extracting libedit-3.1.20150325_1: .......... done
[35/572] Installing libiconv-1.14_9...
[35/572] Extracting libiconv-1.14_9: .......... done
[36/572] Installing pcre-8.37_4...
[36/572] Extracting pcre-8.37_4: .......... done
[37/572] Installing renderproto-0.11.1...
[37/572] Extracting renderproto-0.11.1: .... done
[38/572] Installing mkfontscale-1.1.2...
[38/572] Extracting mkfontscale-1.1.2: .. done
[39/572] Installing dri2proto-2.8...
[39/572] Extracting dri2proto-2.8: .... done
[40/572] Installing libXxf86vm-1.1.4_1...
[40/572] Extracting libXxf86vm-1.1.4_1: .......... done
[41/572] Installing gbm-11.0.6...
[41/572] Extracting gbm-11.0.6: ..... done
[42/572] Installing llvm36-3.6.2_2...
[42/572] Extracting llvm36-3.6.2_2: .......... done
[43/572] Installing xcb-util-0.4.0_1,1...
[43/572] Extracting xcb-util-0.4.0_1,1: .......... done
[44/572] Installing libICE-1.0.9_1,1...
[44/572] Extracting libICE-1.0.9_1,1: .......... done
[45/572] Installing glib-2.44.1_2...
[45/572] Extracting glib-2.44.1_2: .......... done
No se encontró ningún archivo de esquemas: sin hacer nada.
[46/572] Installing font-util-1.3.1...
[46/572] Extracting font-util-1.3.1: .......... done
[47/572] Installing libXrender-0.9.9...
[47/572] Extracting libXrender-0.9.9: .......... done
[48/572] Installing fontconfig-2.11.1_1,1...
[48/572] Extracting fontconfig-2.11.1_1,1: .......... done
Running fc-cache to build fontconfig cache...
/usr/local/share/fonts: caching, new cache contents: 0 fonts, 1 dirs
/usr/local/share/fonts/util: caching, new cache contents: 0 fonts, 0 dirs
/usr/local/lib/X11/fonts: skipping, no such directory
/usr/home/ximo/.local/share/fonts: skipping, no such directory
/usr/home/ximo/.fonts: skipping, no such directory
Re-scanning /usr/local/share/fonts: caching, new cache contents: 0 fonts, 1 dirs
/var/db/fontconfig: cleaning cache directory
/var/db/fontconfig: invalid cache file: ba1d92d9e40780c65c2952558e6fa6f5-le64.cache-4
/var/db/fontconfig: invalid cache file: d69df6005be9052cf14e7a84ff78d81b-le64.cache-4
/var/db/fontconfig: invalid cache file: b9d2b94919fe346d8b04ef83de2b4cf0-le64.cache-4
/var/db/fontconfig: invalid cache file: e0fa98a1f72f028d5abdd53cee925763-le64.cache-4
/var/db/fontconfig: invalid cache file: e89b89fef1c0987eef614a1af59e195d-le64.cache-4
/var/db/fontconfig: invalid cache file: d3b21a501470a17bfd0b9b6aedc735bd-le64.cache-4
/var/db/fontconfig: invalid cache file: b505adbf72d7253408dd67084a8aa967-le64.cache-4
/usr/home/ximo/.cache/fontconfig: not cleaning non-existent cache directory
/usr/home/ximo/.fontconfig: not cleaning non-existent cache directory
fc-cache: succeeded
[49/572] Installing mkfontdir-1.0.7...
[49/572] Extracting mkfontdir-1.0.7: .. done
[50/572] Installing libGL-11.0.6...
[50/572] Extracting libGL-11.0.6: .......... done
[51/572] Installing glproto-1.4.17...
[51/572] Extracting glproto-1.4.17: ...... done
[52/572] Installing libEGL-11.0.6...
[52/572] Extracting libEGL-11.0.6: .......... done
[53/572] Installing png-1.6.20...
[53/572] Extracting png-1.6.20: .......... done
[54/572] Installing pixman-0.32.8...
[54/572] Extracting pixman-0.32.8: .......... done
[55/572] Installing xcb-util-renderutil-0.3.9_1...
[55/572] Extracting xcb-util-renderutil-0.3.9_1: ...... done
[56/572] Installing libSM-1.2.2_3,1...
[56/572] Extracting libSM-1.2.2_3,1: .......... done
[57/572] Installing xmlcatmgr-2.2_2...
[57/572] Extracting xmlcatmgr-2.2_2: .......... done
 + Creating /usr/local/share/sgml/catalog
 + Registering CATALOG catalog.ports (SGML)
 + Creating /usr/local/share/sgml/catalog.ports
 + Creating /usr/local/share/xml/catalog
 + Registering nextCatalog catalog.ports (XML)
[58/572] Installing encodings-1.0.4_3,1...
[58/572] Extracting encodings-1.0.4_3,1: .......... done
[59/572] Installing font-misc-meltho-1.0.3_3...
[59/572] Extracting font-misc-meltho-1.0.3_3: .......... done
[60/572] Installing font-bh-ttf-1.0.3_3...
[60/572] Extracting font-bh-ttf-1.0.3_3: .......... done
[61/572] Installing font-misc-ethiopic-1.0.3_3...
[61/572] Extracting font-misc-ethiopic-1.0.3_3: .. done
[62/572] Installing dejavu-2.35...
[62/572] Extracting dejavu-2.35: .......... done
[63/572] Installing cairo-1.14.2_1,2...
[63/572] Extracting cairo-1.14.2_1,2: .......... done
[64/572] Installing libXt-1.1.5,1...
[64/572] Extracting libXt-1.1.5,1: .......... done
[65/572] Installing icu-55.1...
[65/572] Extracting icu-55.1: .......... done
[66/572] Installing graphite2-1.3.3...
[66/572] Extracting graphite2-1.3.3: .......... done
[67/572] Installing gmp-5.1.3_2...
[67/572] Extracting gmp-5.1.3_2: .......... done
[68/572] Installing ca_root_nss-3.20.1...
[68/572] Extracting ca_root_nss-3.20.1: ....... done
[69/572] Installing libtasn1-4.7...
[69/572] Extracting libtasn1-4.7: .......... done
[70/572] Installing inputproto-2.3.1...
[70/572] Extracting inputproto-2.3.1: ..... done
[71/572] Installing jpeg-turbo-1.4.2...
[71/572] Extracting jpeg-turbo-1.4.2: .......... done
[72/572] Installing jbigkit-2.1_1...
[72/572] Extracting jbigkit-2.1_1: .......... done
[73/572] Installing fontcacheproto-0.1.3...
[73/572] Extracting fontcacheproto-0.1.3: .... done
[74/572] Installing iso8879-1986_3...
[74/572] Extracting iso8879-1986_3: .......... done
[75/572] Installing xmlcharent-0.3_2...
[75/572] Extracting xmlcharent-0.3_2: .......... done
[76/572] Installing libXft-2.3.2_1...
[76/572] Extracting libXft-2.3.2_1: ......... done
[77/572] Installing xorg-fonts-truetype-7.7_1...
[78/572] Installing harfbuzz-1.0.6...
[78/572] Extracting harfbuzz-1.0.6: .......... done
[79/572] Installing xineramaproto-1.2.1...
[79/572] Extracting xineramaproto-1.2.1: .. done
[80/572] Installing libXmu-1.1.2_3,1...
[80/572] Extracting libXmu-1.1.2_3,1: .......... done
[81/572] Installing libgpg-error-1.20_1...
[81/572] Extracting libgpg-error-1.20_1: .......... done
[82/572] Installing nettle-2.7.1...
[82/572] Extracting nettle-2.7.1: .......... done
[83/572] Installing p11-kit-0.23.1_1...
[83/572] Extracting p11-kit-0.23.1_1: .......... done
[84/572] Installing trousers-tddl-0.3.10_7...
===> Creating users and/or groups.
Using existing group '_tss'.
Using existing user '_tss'.
[84/572] Extracting trousers-tddl-0.3.10_7: .......... done
[85/572] Installing libidn-1.31...
[85/572] Extracting libidn-1.31: .......... done
[86/572] Installing gnome_subr-1.0...
[86/572] Extracting gnome_subr-1.0: . done
[87/572] Installing compositeproto-0.4.2...
[87/572] Extracting compositeproto-0.4.2: .... done
[88/572] Installing libXi-1.7.5,1...
[88/572] Extracting libXi-1.7.5,1: .......... done
[89/572] Installing randrproto-1.5.0...
[89/572] Extracting randrproto-1.5.0: .... done
[90/572] Installing jasper-1.900.1_15...
[90/572] Extracting jasper-1.900.1_15: .......... done
[91/572] Installing tiff-4.0.6...
[91/572] Extracting tiff-4.0.6: .......... done
[92/572] Installing libXfontcache-1.0.5_3...
[92/572] Extracting libXfontcache-1.0.5_3: .......... done
[93/572] Installing sdocbook-xml-1.1_1,2...
[93/572] Extracting sdocbook-xml-1.1_1,2: .......... done
[94/572] Installing docbook-sgml-4.5_1...
[94/572] Extracting docbook-sgml-4.5_1: .......... done
[95/572] Installing docbook-xml-5.0_3...
[95/572] Extracting docbook-xml-5.0_3: .......... done
[96/572] Installing pango-1.36.8_2...
[96/572] Extracting pango-1.36.8_2: .......... done
[97/572] Installing libXinerama-1.1.3_3,1...
[97/572] Extracting libXinerama-1.1.3_3,1: .......... done
[98/572] Installing hicolor-icon-theme-0.15...
[98/572] Extracting hicolor-icon-theme-0.15: . done
[99/572] Installing libgcrypt-1.6.4_2...
[99/572] Extracting libgcrypt-1.6.4_2: .......... done
[100/572] Installing gnutls-3.3.17.1...
[100/572] Extracting gnutls-3.3.17.1: .......... done
[101/572] Installing mDNSResponder-576.30.4...
[101/572] Extracting mDNSResponder-576.30.4: .......... done
[102/572] Installing dbus-1.8.20...
===> Creating users and/or groups.
Using existing group 'messagebus'.
Using existing user 'messagebus'.
[102/572] Extracting dbus-1.8.20: .......... done
[103/572] Installing python2-2_3...
[103/572] Extracting python2-2_3: ...... done
[104/572] Installing libXcursor-1.1.14_3...
[104/572] Extracting libXcursor-1.1.14_3: .......... done
[105/572] Installing libXcomposite-0.4.4_3,1...
[105/572] Extracting libXcomposite-0.4.4_3,1: .......... done
[106/572] Installing atk-2.16.0...
[106/572] Extracting atk-2.16.0: .......... done
[107/572] Installing libXrandr-1.5.0...
[107/572] Extracting libXrandr-1.5.0: .......... done
[108/572] Installing gdk-pixbuf2-2.32.1...
[108/572] Extracting gdk-pixbuf2-2.32.1: .......... done
[109/572] Installing shared-mime-info-1.4...
[109/572] Extracting shared-mime-info-1.4: .......... done
[110/572] Installing nspr-4.10.10_1...
[110/572] Extracting nspr-4.10.10_1: .......... done
[111/572] Installing qt5-core-5.4.1_2...
[111/572] Extracting qt5-core-5.4.1_2: .......... done
[112/572] Installing xset-1.2.3_1...
[112/572] Extracting xset-1.2.3_1: .. done
[113/572] Installing xprop-1.2.2...
[113/572] Extracting xprop-1.2.2: .. done
[114/572] Installing docbook-1.5...
[115/572] Installing libsigc++-2.4.1...
[115/572] Extracting libsigc++-2.4.1: .......... done
[116/572] Installing cups-client-2.0.3_2...
===> Creating users and/or groups.
Using existing group 'cups'.
Using existing user 'cups'.
[116/572] Extracting cups-client-2.0.3_2: .......... done
[117/572] Installing gtk-update-icon-cache-2.24.28...
[117/572] Extracting gtk-update-icon-cache-2.24.28: .... done
[118/572] Installing python-2.7_2,2...
[118/572] Extracting python-2.7_2,2: ..... done
[119/572] Installing spidermonkey170-17.0.0_1...
[119/572] Extracting spidermonkey170-17.0.0_1: .......... done
[120/572] Installing py27-setuptools27-18.7...
[120/572] Extracting py27-setuptools27-18.7: .......... done
[121/572] Installing xcb-util-image-0.4.0_1...
[121/572] Extracting xcb-util-image-0.4.0_1: ........ done
[122/572] Installing xcb-util-wm-0.4.1_3...
[122/572] Extracting xcb-util-wm-0.4.1_3: .......... done
[123/572] Installing libxkbcommon-0.5.0_1...
[123/572] Extracting libxkbcommon-0.5.0_1: .......... done
[124/572] Installing xcb-util-keysyms-0.4.0_1...
[124/572] Extracting xcb-util-keysyms-0.4.0_1: ...... done
[125/572] Installing qt5-dbus-5.4.1...
[125/572] Extracting qt5-dbus-5.4.1: .......... done
[126/572] Installing xdg-utils-1.0.2.20130919_1...
[126/572] Extracting xdg-utils-1.0.2.20130919_1: .......... done
[127/572] Installing libxslt-1.1.28_8...
[127/572] Extracting libxslt-1.1.28_8: .......... done
[128/572] Installing bash-4.3.42_1...
[128/572] Extracting bash-4.3.42_1: .......... done
[129/572] Installing libIDL-0.8.14_2...
[129/572] Extracting libIDL-0.8.14_2: ......... done
[130/572] Installing docbook-xsl-1.76.1_2...
[130/572] Extracting docbook-xsl-1.76.1_2: .......... done
[131/572] Installing getopt-1.1.6...
[131/572] Extracting getopt-1.1.6: .......... done
[132/572] Installing cantarell-fonts-0.0.16...
[132/572] Extracting cantarell-fonts-0.0.16: ... done
/usr/local/share/fonts/cantarell: caching, new cache contents: 2 fonts, 0 dirs
/var/db/fontconfig: cleaning cache directory
/usr/home/ximo/.cache/fontconfig: not cleaning non-existent cache directory
/usr/home/ximo/.fontconfig: not cleaning non-existent cache directory
/usr/local/bin/fc-cache: succeeded
[133/572] Installing glibmm-2.44.0,1...
[133/572] Extracting glibmm-2.44.0,1: .......... done
[134/572] Installing printproto-1.0.5...
[134/572] Extracting printproto-1.0.5: .... done
[135/572] Installing gtk2-2.24.28_1...
[135/572] Extracting gtk2-2.24.28_1: .......... done
[136/572] Installing dbus-glib-0.104...
[136/572] Extracting dbus-glib-0.104: .......... done
[137/572] Installing gobject-introspection-1.44.0...
[137/572] Extracting gobject-introspection-1.44.0: .......... done
[138/572] Installing polkit-0.113_1...
===> Creating users and/or groups.
Using existing group 'polkitd'.
Using existing user 'polkitd'.
[138/572] Extracting polkit-0.113_1: .......... done
[139/572] Installing qt5-network-5.4.1_1...
[139/572] Extracting qt5-network-5.4.1_1: .......... done
[140/572] Installing qt5-gui-5.4.1_2...
[140/572] Extracting qt5-gui-5.4.1_2: .......... done
[141/572] Installing dconf-0.24.0_1...
[141/572] Extracting dconf-0.24.0_1: .......... done
[142/572] Installing ORBit2-2.14.19_1...
[142/572] Extracting ORBit2-2.14.19_1: .......... done
[143/572] Installing py27-libxml2-2.9.3...
[143/572] Extracting py27-libxml2-2.9.3: .......... done
[144/572] Installing rarian-0.8.1_4...
[144/572] Extracting rarian-0.8.1_4: .......... done
[145/572] Installing gettext-tools-0.19.6...
[145/572] Extracting gettext-tools-0.19.6: .......... done
[146/572] Installing libproxy-0.4.6...
[146/572] Extracting libproxy-0.4.6: ......... done
[147/572] Installing gsettings-desktop-schemas-3.16.1...
[147/572] Extracting gsettings-desktop-schemas-3.16.1: .......... done
[148/572] Installing libxml++-2.34.2_2...
[148/572] Extracting libxml++-2.34.2_2: .......... done
[149/572] Installing libglesv2-11.0.6...
[149/572] Extracting libglesv2-11.0.6: .......... done
[150/572] Installing fontsproto-2.1.3,1...
[150/572] Extracting fontsproto-2.1.3,1: ........ done
[151/572] Installing xf86miscproto-0.9.3...
[151/572] Extracting xf86miscproto-0.9.3: ... done
[152/572] Installing libxkbfile-1.0.9...
[152/572] Extracting libxkbfile-1.0.9: .......... done
[153/572] Installing libXpm-3.5.11_4...
[153/572] Extracting libXpm-3.5.11_4: .......... done
[154/572] Installing libXp-1.0.3,1...
[154/572] Extracting libXp-1.0.3,1: .......... done
[155/572] Installing gdbm-1.11_2...
[155/572] Extracting gdbm-1.11_2: .......... done
[156/572] Installing recordproto-1.14.2...
[156/572] Extracting recordproto-1.14.2: .... done
[157/572] Installing orc-0.4.24_1...
[157/572] Extracting orc-0.4.24_1: .......... done
[158/572] Installing consolekit-0.4.5_4...
[158/572] Extracting consolekit-0.4.5_4: .......... done
[159/572] Installing lcms2-2.7_2...
[159/572] Extracting lcms2-2.7_2: .......... done
[160/572] Installing sqlite3-3.9.2...
[160/572] Extracting sqlite3-3.9.2: .......... done
[161/572] Installing qt5-widgets-5.4.1...
[161/572] Extracting qt5-widgets-5.4.1: .......... done
[162/572] Installing qt5-sql-5.4.1...
[162/572] Extracting qt5-sql-5.4.1: .......... done
[163/572] Installing gstreamer-0.10.36_4...
[163/572] Extracting gstreamer-0.10.36_4: .......... done
[164/572] Installing qt5-qml-5.4.1...
[164/572] Extracting qt5-qml-5.4.1: .......... done
[165/572] Installing qt5-testlib-5.4.1...
[165/572] Extracting qt5-testlib-5.4.1: .......... done
[166/572] Installing qt5-xmlpatterns-5.4.1...
[166/572] Extracting qt5-xmlpatterns-5.4.1: .......... done
[167/572] Installing giflib-5.1.1...
[167/572] Extracting giflib-5.1.1: .......... done
[168/572] Installing scrnsaverproto-1.2.2...
[168/572] Extracting scrnsaverproto-1.2.2: ... done
[169/572] Installing policykit-0.9_10...
===> Creating users and/or groups.
Using existing group 'polkit'.
Using existing user 'polkit'.
[169/572] Extracting policykit-0.9_10: .......... done
[170/572] Installing libvolume_id-0.81.1...
[170/572] Extracting libvolume_id-0.81.1: ..... done
[171/572] Installing dmidecode-2.12_2...
[171/572] Extracting dmidecode-2.12_2: .......... done
[172/572] Installing db5-5.3.28_2...
[172/572] Extracting db5-5.3.28_2: .......... done
[173/572] Installing talloc-2.1.5...
[173/572] Extracting talloc-2.1.5: .......... done
[174/572] Installing gconf2-3.2.6_4...
[174/572] Extracting gconf2-3.2.6_4: .......... done
[175/572] Installing gnome-doc-utils-0.20.10_4...
[175/572] Extracting gnome-doc-utils-0.20.10_4: .......... done
[176/572] Installing glib-networking-2.44.0...
[176/572] Extracting glib-networking-2.44.0: .......... done
[177/572] Installing libcddb-1.3.2_4...
[177/572] Extracting libcddb-1.3.2_4: .......... done
[178/572] Installing libepoxy-1.3.1...
[178/572] Extracting libepoxy-1.3.1: .......... done
[179/572] Installing libXfont-1.5.1,2...
[179/572] Extracting libXfont-1.5.1,2: .......... done
[180/572] Installing libXxf86misc-1.0.3_3...
[180/572] Extracting libXxf86misc-1.0.3_3: .......... done
[181/572] Installing xkbcomp-1.3.1...
[181/572] Extracting xkbcomp-1.3.1: ...... done
[182/572] Installing dri-11.0.6_1,2...
[182/572] Extracting dri-11.0.6_1,2: .......... done
[183/572] Installing libXaw-1.0.13,2...
[183/572] Extracting libXaw-1.0.13,2: .......... done
[184/572] Installing xkeyboard-config-2.16...
[184/572] Extracting xkeyboard-config-2.16: .......... done
[185/572] Installing libxkbui-1.0.2_4...
[185/572] Extracting libxkbui-1.0.2_4: ...... done
[186/572] Installing cairomm-1.10.0_3...
[186/572] Extracting cairomm-1.10.0_3: .......... done
[187/572] Installing libdaemon-0.14_1...
[187/572] Extracting libdaemon-0.14_1: .......... done
[188/572] Installing libogg-1.3.2_1,4...
[188/572] Extracting libogg-1.3.2_1,4: .......... done
[189/572] Installing libltdl-2.4.6...
[189/572] Extracting libltdl-2.4.6: .......... done
[190/572] Installing libXtst-1.2.2_3...
[190/572] Extracting libXtst-1.2.2_3: .......... done
[191/572] Installing mpfr-3.1.3...
[191/572] Extracting mpfr-3.1.3: .......... done
[192/572] Installing openjpeg15-1.5.2_1...
[192/572] Extracting openjpeg15-1.5.2_1: .......... done
[193/572] Installing poppler-data-0.4.7...
[193/572] Extracting poppler-data-0.4.7: .......... done
[194/572] Installing qt5-clucene-5.4.1...
[194/572] Extracting qt5-clucene-5.4.1: .......... done
[195/572] Installing gstreamer-plugins-0.10.36_6,3...
[195/572] Extracting gstreamer-plugins-0.10.36_6,3: .......... done
[196/572] Installing qt5-opengl-5.4.1...
[196/572] Extracting qt5-opengl-5.4.1: .......... done
[197/572] Installing qt5-quick-5.4.1...
[197/572] Extracting qt5-quick-5.4.1: .......... done
[198/572] Installing webp-0.4.4_1...
[198/572] Extracting webp-0.4.4_1: .......... done
[199/572] Installing qt5-printsupport-5.4.1...
[199/572] Extracting qt5-printsupport-5.4.1: .......... done
[200/572] Installing libXScrnSaver-1.2.2_3...
[200/572] Extracting libXScrnSaver-1.2.2_3: .......... done
[201/572] Installing hal-0.5.14_30...
===> Creating users and/or groups.
Using existing group 'haldaemon'.
Using existing user 'haldaemon'.
[201/572] Extracting hal-0.5.14_30: .......... done
[202/572] Installing apr-1.5.2.1.5.4...
[202/572] Extracting apr-1.5.2.1.5.4: .......... done
[203/572] Installing p5-Socket-2.021...
[203/572] Extracting p5-Socket-2.021: ........ done
[204/572] Installing tevent-0.9.26...
[204/572] Extracting tevent-0.9.26: .......... done
[205/572] Installing tdb-1.3.8,1...
[205/572] Extracting tdb-1.3.8,1: .......... done
[206/572] Installing libGLU-9.0.0_2...
[206/572] Extracting libGLU-9.0.0_2: ...... done
[207/572] Installing aalib-1.4.r5_11...
[207/572] Extracting aalib-1.4.r5_11: .......... done
[208/572] Installing xf86dgaproto-2.1...
[208/572] Extracting xf86dgaproto-2.1: ........ done
[209/572] Installing dmxproto-2.3.1...
[209/572] Extracting dmxproto-2.3.1: ... done
[210/572] Installing ilmbase-2.2.0...
[210/572] Extracting ilmbase-2.2.0: .......... done
[211/572] Installing libgd-2.1.0_7,1...
[211/572] Extracting libgd-2.1.0_7,1: .......... done
[212/572] Installing boost-libs-1.55.0_9...
[212/572] Extracting boost-libs-1.55.0_9: .......... done
[213/572] Installing libgsf-1.14.34...
[213/572] Extracting libgsf-1.14.34: .......... done
[214/572] Installing libcroco-0.6.8_2...
[214/572] Extracting libcroco-0.6.8_2: .......... done
[215/572] Installing libexif-0.6.21_4...
[215/572] Extracting libexif-0.6.21_4: .......... done
[216/572] Installing iso-codes-3.62...
[216/572] Extracting iso-codes-3.62: .......... done
[217/572] Installing lzo2-2.09...
[217/572] Extracting lzo2-2.09: .......... done
[218/572] Installing libnotify-0.7.6_1...
[218/572] Extracting libnotify-0.7.6_1: .......... done
[219/572] Installing policykit-gnome-0.9.2_7...
[219/572] Extracting policykit-gnome-0.9.2_7: .......... done
[220/572] Installing libgnome-keyring-3.12.0_2...
[220/572] Extracting libgnome-keyring-3.12.0_2: .......... done
[221/572] Installing libsoup-2.50.0...
[221/572] Extracting libsoup-2.50.0: .......... done
[222/572] Installing libcdio-0.92_1...
[222/572] Extracting libcdio-0.92_1: .......... done
[223/572] Installing json-glib-1.0.4...
[223/572] Extracting json-glib-1.0.4: .......... done
[224/572] Installing gstreamer1-1.6.1...
[224/572] Extracting gstreamer1-1.6.1: .......... done
[225/572] Installing hunspell-1.3.3...
[225/572] Extracting hunspell-1.3.3: .......... done
[226/572] Installing pangomm-2.36.0...
[226/572] Extracting pangomm-2.36.0: .......... done
[227/572] Installing xorg-server-1.17.4,1...
[227/572] Extracting xorg-server-1.17.4,1: .......... done
[228/572] Installing avahi-app-0.6.31_5...
===> Creating users and/or groups.
Using existing group 'avahi'.
Using existing user 'avahi'.
[228/572] Extracting avahi-app-0.6.31_5: .......... done
[229/572] Installing atkmm-2.22.7...
[229/572] Extracting atkmm-2.22.7: .......... done
[230/572] Installing libvorbis-1.3.5,3...
[230/572] Extracting libvorbis-1.3.5,3: .......... done
[231/572] Installing flac-1.3.1_1...
[231/572] Extracting flac-1.3.1_1: .......... done
[232/572] Installing fusefs-libs-2.9.4...
[232/572] Extracting fusefs-libs-2.9.4: .......... done
[233/572] Installing mpc-1.0.3...
[233/572] Extracting mpc-1.0.3: ...... done
[234/572] Installing binutils-2.25.1...
[234/572] Extracting binutils-2.25.1: .......... done
[235/572] Installing gcc-ecj-4.5...
[235/572] Extracting gcc-ecj-4.5: . done
[236/572] Installing curl-7.46.0_1...
[236/572] Extracting curl-7.46.0_1: .......... done
[237/572] Installing cups-image-2.0.3_2...
===> Creating users and/or groups.
Using existing group 'cups'.
Using existing user 'cups'.
[237/572] Extracting cups-image-2.0.3_2: .......... done
[238/572] Installing libpaper-1.1.24.4...
[238/572] Extracting libpaper-1.1.24.4: .......... done
[239/572] Installing jbig2dec-0.12...
[239/572] Extracting jbig2dec-0.12: .......... done
[240/572] Installing svgalib-1.4.3_7...
[240/572] Extracting svgalib-1.4.3_7: .......... done
[241/572] Installing gsfonts-8.11_6...
[241/572] Extracting gsfonts-8.11_6: .......... done
[242/572] Installing wget-1.16.3...
[242/572] Extracting wget-1.16.3: .......... done
[243/572] Installing libyaml-0.1.6_2...
[243/572] Extracting libyaml-0.1.6_2: ......... done
[244/572] Installing poppler-0.34.0...
[244/572] Extracting poppler-0.34.0: .......... done
[245/572] Installing qt5-xml-5.4.1...
[245/572] Extracting qt5-xml-5.4.1: .......... done
[246/572] Installing qt5-sqldrivers-sqlite3-5.4.1...
[246/572] Extracting qt5-sqldrivers-sqlite3-5.4.1: ..... done
[247/572] Installing qt5-help-5.4.1...
[247/572] Extracting qt5-help-5.4.1: .......... done
[248/572] Installing qt5-webkit-5.4.1_2...
[248/572] Extracting qt5-webkit-5.4.1_2: .......... done
[249/572] Installing qt4-corelib-4.8.7_1...
[249/572] Extracting qt4-corelib-4.8.7_1: .......... done
[250/572] Installing serf-1.3.8_1...
[250/572] Extracting serf-1.3.8_1: .......... done
[251/572] Installing p5-Net-SSLeay-1.72...
[251/572] Extracting p5-Net-SSLeay-1.72: .......... done
[252/572] Installing p5-IO-Socket-IP-0.37...
[252/572] Extracting p5-IO-Socket-IP-0.37: ....... done
[253/572] Installing p5-Mozilla-CA-20141217...
[253/572] Extracting p5-Mozilla-CA-20141217: ..... done
[254/572] Installing sdl-1.2.15_7,2...
[254/572] Extracting sdl-1.2.15_7,2: .......... done
[255/572] Installing libassuan-2.2.1...
[255/572] Extracting libassuan-2.2.1: .......... done
[256/572] Installing libksba-1.3.3...
[256/572] Extracting libksba-1.3.3: .......... done
[257/572] Installing xbitmaps-1.1.1...
[257/572] Extracting xbitmaps-1.1.1: .......... done
[258/572] Installing font-adobe-100dpi-1.0.3_3...
[258/572] Extracting font-adobe-100dpi-1.0.3_3: .......... done
[259/572] Installing font-alias-1.0.3_3...
[259/572] Extracting font-alias-1.0.3_3: .... done
[260/572] Installing font-misc-misc-1.1.2_3...
[260/572] Extracting font-misc-misc-1.1.2_3: .......... done
[261/572] Installing libXxf86dga-1.1.4_3...
[261/572] Extracting libXxf86dga-1.1.4_3: .......... done
[262/572] Installing libdmx-1.1.3_3...
[262/572] Extracting libdmx-1.1.3_3: .......... done
[263/572] Installing font-cronyx-cyrillic-1.0.3_3...
[263/572] Extracting font-cronyx-cyrillic-1.0.3_3: .......... done
[264/572] Installing font-screen-cyrillic-1.0.4_3...
[264/572] Extracting font-screen-cyrillic-1.0.4_3: .. done
[265/572] Installing font-misc-cyrillic-1.0.3_3...
[265/572] Extracting font-misc-cyrillic-1.0.3_3: .......... done
[266/572] Installing font-winitzki-cyrillic-1.0.3_3...
[266/572] Extracting font-winitzki-cyrillic-1.0.3_3: . done
[267/572] Installing font-bitstream-75dpi-1.0.3_3...
[267/572] Extracting font-bitstream-75dpi-1.0.3_3: .......... done
[268/572] Installing font-adobe-75dpi-1.0.3_3...
[268/572] Extracting font-adobe-75dpi-1.0.3_3: .......... done
[269/572] Installing font-bh-lucidatypewriter-75dpi-1.0.3_3...
[269/572] Extracting font-bh-lucidatypewriter-75dpi-1.0.3_3: .......... done
[270/572] Installing font-bh-75dpi-1.0.3_3...
[270/572] Extracting font-bh-75dpi-1.0.3_3: .......... done
[271/572] Installing font-adobe-utopia-75dpi-1.0.4_3...
[271/572] Extracting font-adobe-utopia-75dpi-1.0.4_3: .......... done
[272/572] Installing font-bitstream-100dpi-1.0.3_3...
[272/572] Extracting font-bitstream-100dpi-1.0.3_3: .......... done
[273/572] Installing font-bh-100dpi-1.0.3_3...
[273/572] Extracting font-bh-100dpi-1.0.3_3: .......... done
[274/572] Installing font-adobe-utopia-100dpi-1.0.4_3...
[274/572] Extracting font-adobe-utopia-100dpi-1.0.4_3: .......... done
[275/572] Installing font-bh-lucidatypewriter-100dpi-1.0.3_3...
[275/572] Extracting font-bh-lucidatypewriter-100dpi-1.0.3_3: .......... done
[276/572] Installing font-ibm-type1-1.0.3_3...
[276/572] Extracting font-ibm-type1-1.0.3_3: ........ done
[277/572] Installing font-bitstream-type1-1.0.3_3...
[277/572] Extracting font-bitstream-type1-1.0.3_3: .......... done
[278/572] Installing font-adobe-utopia-type1-1.0.4_3...
[278/572] Extracting font-adobe-utopia-type1-1.0.4_3: ........ done
[279/572] Installing font-xfree86-type1-1.0.4_3...
[279/572] Extracting font-xfree86-type1-1.0.4_3: . done
[280/572] Installing font-bh-type1-1.0.3_3...
[280/572] Extracting font-bh-type1-1.0.3_3: .......... done
[281/572] Installing font-jis-misc-1.0.3_3...
[281/572] Extracting font-jis-misc-1.0.3_3: .. done
[282/572] Installing font-cursor-misc-1.0.3_3...
[282/572] Extracting font-cursor-misc-1.0.3_3: . done
[283/572] Installing font-sun-misc-1.0.3_3...
[283/572] Extracting font-sun-misc-1.0.3_3: ..... done
[284/572] Installing font-daewoo-misc-1.0.3_3...
[284/572] Extracting font-daewoo-misc-1.0.3_3: ... done
[285/572] Installing font-arabic-misc-1.0.3_3...
[285/572] Extracting font-arabic-misc-1.0.3_3: . done
[286/572] Installing font-micro-misc-1.0.3_3...
[286/572] Extracting font-micro-misc-1.0.3_3: . done
[287/572] Installing font-sony-misc-1.0.3_3...
[287/572] Extracting font-sony-misc-1.0.3_3: .... done
[288/572] Installing font-dec-misc-1.0.3_3...
[288/572] Extracting font-dec-misc-1.0.3_3: .. done
[289/572] Installing font-mutt-misc-1.0.3_3...
[289/572] Extracting font-mutt-misc-1.0.3_3: ........ done
[290/572] Installing font-schumacher-misc-1.1.2_3...
[290/572] Extracting font-schumacher-misc-1.1.2_3: .......... done
[291/572] Installing font-isas-misc-1.0.3_3...
[291/572] Extracting font-isas-misc-1.0.3_3: ... done
[292/572] Installing trapproto-3.4.3...
[292/572] Extracting trapproto-3.4.3: ........ done
[293/572] Installing py27-cairo-1.10.0_2...
[293/572] Extracting py27-cairo-1.10.0_2: ...... done
[294/572] Installing argyllcms-1.7.0_1...
[294/572] Extracting argyllcms-1.7.0_1: .......... done
[295/572] Installing at-spi2-core-2.16.0...
[295/572] Extracting at-spi2-core-2.16.0: .......... done
[296/572] Installing lcms-1.19_6,1...
[296/572] Extracting lcms-1.19_6,1: .......... done
[297/572] Installing libspiro-0.5.20150702,1...
[297/572] Extracting libspiro-0.5.20150702,1: .......... done
[298/572] Installing babl-0.1.14...
[298/572] Extracting babl-0.1.14: .......... done
[299/572] Installing exiv2-0.24_2,1...
[299/572] Extracting exiv2-0.24_2,1: .......... done
[300/572] Installing lua52-5.2.4...
[300/572] Extracting lua52-5.2.4: .......... done
[301/572] Installing OpenEXR-2.2.0_5...
[301/572] Extracting OpenEXR-2.2.0_5: .......... done
[302/572] Installing graphviz-2.38.0_10...
[302/572] Extracting graphviz-2.38.0_10: .......... done
[303/572] Installing libopenraw-0.0.9_3...
[303/572] Extracting libopenraw-0.0.9_3: .......... done
[304/572] Installing librsvg2-2.40.10...
[304/572] Extracting librsvg2-2.40.10: .......... done
[305/572] Installing libgphoto2-2.5.8_1...
[305/572] Extracting libgphoto2-2.5.8_1: .......... done
[306/572] Installing libarchive-3.1.2_4,1...
[306/572] Extracting libarchive-3.1.2_4,1: .......... done
[307/572] Installing gnome-mount-0.8_12...
[307/572] Extracting gnome-mount-0.8_12: .......... done
[308/572] Installing libsoup-gnome-2.50.0...
[308/572] Extracting libsoup-gnome-2.50.0: ......... done
[309/572] Installing libcdio-paranoia-10.2+0.90+1_1...
[309/572] Extracting libcdio-paranoia-10.2+0.90+1_1: .......... done
[310/572] Installing samba36-libsmbclient-3.6.25_2...
[310/572] Extracting samba36-libsmbclient-3.6.25_2: .......... done
[311/572] Installing geoclue-2.2.0...
[311/572] Extracting geoclue-2.2.0: .......... done
[312/572] Installing gstreamer1-plugins-1.6.1...
[312/572] Extracting gstreamer1-plugins-1.6.1: .......... done
[313/572] Installing libsecret-0.18.3...
[313/572] Extracting libsecret-0.18.3: .......... done
[314/572] Installing enchant-1.6.0_5...
[314/572] Extracting enchant-1.6.0_5: .......... done
[315/572] Installing gtkmm24-2.24.4_2...
[315/572] Extracting gtkmm24-2.24.4_2: .......... done
[316/572] Installing fftw3-float-3.3.3_2...
[316/572] Extracting fftw3-float-3.3.3_2: .......... done
[317/572] Installing json-c-0.12_2...
[317/572] Extracting json-c-0.12_2: .......... done
[318/572] Installing speexdsp-1.2.r3_1...
[318/572] Extracting speexdsp-1.2.r3_1: .......... done
[319/572] Installing libsndfile-1.0.26...
[319/572] Extracting libsndfile-1.0.26: .......... done
[320/572] Installing fftw3-3.3.3_2...
[320/572] Extracting fftw3-3.3.3_2: .......... done
[321/572] Installing qt5-buildtools-5.4.1...
[321/572] Extracting qt5-buildtools-5.4.1: .......... done
[322/572] Installing eject-1.5_4...
[322/572] Extracting eject-1.5_4: .... done
[323/572] Installing qt5-qmake-5.4.1_2...
[323/572] Extracting qt5-qmake-5.4.1_2: .......... done
[324/572] Installing sipcalc-1.1.6...
[324/572] Extracting sipcalc-1.1.6: ........ done
[325/572] Installing pcbsd-libsh-1438351389...
[325/572] Extracting pcbsd-libsh-1438351389: .... done
[326/572] Installing gcc-4.8.5_2...
[326/572] Extracting gcc-4.8.5_2: .......... done
[327/572] Installing a2ps-4.13b_8...
[327/572] Extracting a2ps-4.13b_8: .......... done
[328/572] Installing mpage-2.5.6...
[328/572] Extracting mpage-2.5.6: .......... done
[329/572] Installing enscript-a4-1.6.6_1...
[329/572] Extracting enscript-a4-1.6.6_1: .......... done
[330/572] Installing ghostscript9-base-9.06_11...
[330/572] Extracting ghostscript9-base-9.06_11: .......... done
[331/572] Installing php56-5.6.16...
[331/572] Extracting php56-5.6.16: .......... done
[332/572] Installing t1lib-5.1.2_4,1...
[332/572] Extracting t1lib-5.1.2_4,1: .......... done
[333/572] Installing debootstrap-1.0.75...
[333/572] Extracting debootstrap-1.0.75: .......... done
[334/572] Installing jailme-0.2.0...
[334/572] Extracting jailme-0.2.0: .... done
[335/572] Installing ruby-2.0.0.647,1...
[335/572] Extracting ruby-2.0.0.647,1: .......... done
[336/572] Installing xf86-video-intel-2.21.15_9...
[336/572] Extracting xf86-video-intel-2.21.15_9: ........ done
[337/572] Installing poppler-glib-0.34.0...
[337/572] Extracting poppler-glib-0.34.0: .......... done
[338/572] Installing qt5-linguisttools-5.4.1...
[338/572] Extracting qt5-linguisttools-5.4.1: .......... done
[339/572] Installing qt5-assistant-5.4.1...
[339/572] Extracting qt5-assistant-5.4.1: ...... done
[340/572] Installing desktop-file-utils-0.22_3...
[340/572] Extracting desktop-file-utils-0.22_3: ......... done
[341/572] Installing pydbus-common-1.2.0_1...
[341/572] Extracting pydbus-common-1.2.0_1: .......... done
[342/572] Installing tcl86-8.6.4...
[342/572] Extracting tcl86-8.6.4: .......... done
[343/572] Installing qt4-gui-4.8.7...
[343/572] Extracting qt4-gui-4.8.7: .......... done
[344/572] Installing qt4-xml-4.8.7...
[344/572] Extracting qt4-xml-4.8.7: .......... done
[345/572] Installing fribidi-0.19.2_3...
[345/572] Extracting fribidi-0.19.2_3: .......... done
[346/572] Installing xmessage-1.0.4...
[346/572] Extracting xmessage-1.0.4: .... done
[347/572] Installing subversion-1.9.2_1...
[347/572] Extracting subversion-1.9.2_1: .......... done
[348/572] Installing p5-IO-Socket-SSL-2.021...
[348/572] Extracting p5-IO-Socket-SSL-2.021: .......... done
[349/572] Installing p5-Digest-HMAC-1.03_1...
[349/572] Extracting p5-Digest-HMAC-1.03_1: ....... done
[350/572] Installing p5-GSSAPI-0.28_1...
[350/572] Extracting p5-GSSAPI-0.28_1: .......... done
[351/572] Installing openldap-client-2.4.43...
[351/572] Extracting openldap-client-2.4.43: .......... done
[352/572] Installing popt-1.16_1...
[352/572] Extracting popt-1.16_1: .......... done
[353/572] Installing libglade2-2.6.4_8...
[353/572] Extracting libglade2-2.6.4_8: .......... done
[354/572] Installing pinentry-gtk2-0.9.5...
[354/572] Extracting pinentry-gtk2-0.9.5: . done
[355/572] Installing x11perf-1.6.0...
[355/572] Extracting x11perf-1.6.0: .......... done
[356/572] Installing xkbutils-1.0.4...
[356/572] Extracting xkbutils-1.0.4: ......... done
[357/572] Installing xcursorgen-1.0.6_1...
[357/572] Extracting xcursorgen-1.0.6_1: ..... done
[358/572] Installing xwd-1.0.6...
[358/572] Extracting xwd-1.0.6: ..... done
[359/572] Installing xinit-1.3.4,1...
[359/572] Extracting xinit-1.3.4,1: ........ done
[360/572] Installing twm-1.0.9...
[360/572] Extracting twm-1.0.9: ... done
[361/572] Installing xsetroot-1.1.1...
[361/572] Extracting xsetroot-1.1.1: .. done
[362/572] Installing xsetmode-1.0.0...
[362/572] Extracting xsetmode-1.0.0: .. done
[363/572] Installing xwud-1.0.4...
[363/572] Extracting xwud-1.0.4: .. done
[364/572] Installing xcmsdb-1.0.5...
[364/572] Extracting xcmsdb-1.0.5: ..... done
[365/572] Installing xdriinfo-1.0.5...
[365/572] Extracting xdriinfo-1.0.5: .. done
[366/572] Installing xwininfo-1.1.3_1...
[366/572] Extracting xwininfo-1.1.3_1: .. done
[367/572] Installing xmodmap-1.0.9...
[367/572] Extracting xmodmap-1.0.9: ..... done
[368/572] Installing xgc-1.0.5...
[368/572] Extracting xgc-1.0.5: ....... done
[369/572] Installing xinput-1.6.2...
[369/572] Extracting xinput-1.6.2: .. done
[370/572] Installing xkill-1.0.4...
[370/572] Extracting xkill-1.0.4: .. done
[371/572] Installing xcalc-1.0.6_2...
[371/572] Extracting xcalc-1.0.6_2: .... done
[372/572] Installing xf86dga-1.0.3_1...
[372/572] Extracting xf86dga-1.0.3_1: ..... done
[373/572] Installing setxkbmap-1.3.1...
[373/572] Extracting setxkbmap-1.3.1: .. done
[374/572] Installing xbacklight-1.2.1_1...
[374/572] Extracting xbacklight-1.2.1_1: ..... done
[375/572] Installing xclock-1.0.7_1...
[375/572] Extracting xclock-1.0.7_1: .... done
[376/572] Installing xconsole-1.0.6_1...
[376/572] Extracting xconsole-1.0.6_1: ... done
[377/572] Installing xhost-1.0.7...
[377/572] Extracting xhost-1.0.7: .. done
[378/572] Installing xauth-1.0.9_1...
[378/572] Extracting xauth-1.0.9_1: ..... done
[379/572] Installing sessreg-1.1.0...
[379/572] Extracting sessreg-1.1.0: .. done
[380/572] Installing xrefresh-1.0.5...
[380/572] Extracting xrefresh-1.0.5: ..... done
[381/572] Installing xterm-320...
[381/572] Extracting xterm-320: .......... done
[382/572] Installing xkbevd-1.1.4...
[382/572] Extracting xkbevd-1.1.4: ..... done
[383/572] Installing xlsatoms-1.1.2...
[383/572] Extracting xlsatoms-1.1.2: ..... done
[384/572] Installing xlsclients-1.1.3...
[384/572] Extracting xlsclients-1.1.3: ..... done
[385/572] Installing xvinfo-1.1.3...
[385/572] Extracting xvinfo-1.1.3: .. done
[386/572] Installing xdpyinfo-1.3.2...
[386/572] Extracting xdpyinfo-1.3.2: ..... done
[387/572] Installing appres-1.0.4...
[387/572] Extracting appres-1.0.4: .. done
[388/572] Installing xgamma-1.0.6...
[388/572] Extracting xgamma-1.0.6: .. done
[389/572] Installing smproxy-1.0.6...
[389/572] Extracting smproxy-1.0.6: .. done
[390/572] Installing bitmap-1.0.8...
[390/572] Extracting bitmap-1.0.8: .......... done
[391/572] Installing xev-1.2.2...
[391/572] Extracting xev-1.2.2: .. done
[392/572] Installing luit-1.1.1...
[392/572] Extracting luit-1.1.1: .. done
[393/572] Installing xrandr-1.4.3...
[393/572] Extracting xrandr-1.4.3: ... done
[394/572] Installing iceauth-1.0.7...
[394/572] Extracting iceauth-1.0.7: ..... done
[395/572] Installing xrdb-1.1.0...
[395/572] Extracting xrdb-1.1.0: .. done
[396/572] Installing xpr-1.0.4...
[396/572] Extracting xpr-1.0.4: .... done
[397/572] Installing xorg-fonts-cyrillic-7.7...
[398/572] Installing xorg-fonts-75dpi-7.7...
[399/572] Installing xorg-fonts-100dpi-7.7...
[400/572] Installing xorg-fonts-type1-7.7...
[401/572] Installing xorg-fonts-miscbitmaps-7.7...
[402/572] Installing libXevie-1.0.3_3...
[402/572] Extracting libXevie-1.0.3_3: .......... done
[403/572] Installing libXTrap-1.0.1_3...
[403/572] Extracting libXTrap-1.0.1_3: ..... done
[404/572] Installing libXres-1.0.7_3...
[404/572] Extracting libXres-1.0.7_3: .......... done
[405/572] Installing libFS-1.0.7...
[405/572] Extracting libFS-1.0.7: ....... done
[406/572] Installing liboldX-1.0.1_3...
[406/572] Extracting liboldX-1.0.1_3: ...... done
[407/572] Installing xtrans-1.3.5...
[407/572] Extracting xtrans-1.3.5: .......... done
[408/572] Installing xf86-video-vesa-2.3.4...
[408/572] Extracting xf86-video-vesa-2.3.4: .. done
[409/572] Installing xf86-input-mouse-1.9.1_1...
[409/572] Extracting xf86-input-mouse-1.9.1_1: .... done
[410/572] Installing xf86-video-ati-7.5.0_3...
[410/572] Extracting xf86-video-ati-7.5.0_3: .... done
[411/572] Installing xf86-video-openchrome-0.3.3_6...
[411/572] Extracting xf86-video-openchrome-0.3.3_6: ........ done
[412/572] Installing xf86-video-r128-6.10.0...
[412/572] Extracting xf86-video-r128-6.10.0: .. done
[413/572] Installing xf86-video-mach64-6.9.5...
[413/572] Extracting xf86-video-mach64-6.9.5: . done
[414/572] Installing xf86-video-nv-2.1.20_7...
[414/572] Extracting xf86-video-nv-2.1.20_7: .. done
[415/572] Installing xf86-input-keyboard-1.8.1...
[415/572] Extracting xf86-input-keyboard-1.8.1: .. done
[416/572] Installing py27-gobject-2.28.6_6...
[416/572] Extracting py27-gobject-2.28.6_6: .......... done
[417/572] Installing pygobject3-common-3.16.2...
[417/572] Extracting pygobject3-common-3.16.2: ..... done
[418/572] Installing colord-1.2.11...
===> Creating users and/or groups.
Using existing group 'colord'.
Using existing user 'colord'.
[418/572] Extracting colord-1.2.11: .......... done
[419/572] Installing at-spi2-atk-2.16.0...
[419/572] Extracting at-spi2-atk-2.16.0: .......... done
[420/572] Installing adwaita-icon-theme-3.16.2.1...
[420/572] Extracting adwaita-icon-theme-3.16.2.1: .......... done
[421/572] Installing libmng-1.0.10_2...
[421/572] Extracting libmng-1.0.10_2: ......... done
[422/572] Installing gegl-0.2.0_14...
[422/572] Extracting gegl-0.2.0_14: .......... done
[423/572] Installing libwmf-0.2.8.4_15...
[423/572] Extracting libwmf-0.2.8.4_15: .......... done
[424/572] Installing gvfs-1.24.2...
[424/572] Extracting gvfs-1.24.2: .......... done
[425/572] Installing webkit-gtk2-2.4.9...
[425/572] Extracting webkit-gtk2-2.4.9: .......... done
[426/572] Installing cuse4bsd-kmod-0.1.36...
[426/572] Extracting cuse4bsd-kmod-0.1.36: .......... done
[427/572] Installing libcanberra-0.30_3...
[427/572] Extracting libcanberra-0.30_3: .......... done
[428/572] Installing pulseaudio-6.0_2...
===> Creating users and/or groups.
Using existing group 'pulse'.
Using existing group 'pulse-access'.
Using existing group 'pulse-rt'.
Using existing user 'pulse'.
[428/572] Extracting pulseaudio-6.0_2: .......... done
[429/572] Installing pcbsd-utils-1448899406...
[429/572] Extracting pcbsd-utils-1448899406: .......... done
[430/572] Installing mtools-4.0.10_4...
[430/572] Extracting mtools-4.0.10_4: .......... done
[431/572] Installing libublio-20070103...
[431/572] Extracting libublio-20070103: ...... done
[432/572] Installing stunnel-5.27,1...
===> Creating users and/or groups.
Using existing group 'stunnel'.
Using existing user 'stunnel'.
[432/572] Extracting stunnel-5.27,1: .......... done
[433/572] Installing grub2-pcbsd-2.02q_7...
[433/572] Extracting grub2-pcbsd-2.02q_7: .......... done
[434/572] Installing pbi-manager-1441126851...
[434/572] Extracting pbi-manager-1441126851: .......... done
[435/572] Installing foomatic-db-20150819...
[435/572] Extracting foomatic-db-20150819: .......... done
[436/572] Installing foomatic-filters-4.0.17_3...
[436/572] Extracting foomatic-filters-4.0.17_3: .......... done
[437/572] Installing gsed-4.2.2...
[437/572] Extracting gsed-4.2.2: .......... done
[438/572] Installing py27-sqlite3-2.7.10_7...
[438/572] Extracting py27-sqlite3-2.7.10_7: ........ done
[439/572] Installing libpci-3.4.0...
[439/572] Extracting libpci-3.4.0: .......... done
[440/572] Installing cups-base-2.0.3_3...
===> Creating users and/or groups.
Using existing group 'cups'.
Using existing user 'cups'.
[440/572] Extracting cups-base-2.0.3_3: .......... done
[441/572] Installing php56-gd-5.6.16...
[441/572] Extracting php56-gd-5.6.16: .......... done
[442/572] Installing pcbsd-syscache-1439494375...
[442/572] Extracting pcbsd-syscache-1439494375: ...... done
[443/572] Installing php56-session-5.6.16...
[443/572] Extracting php56-session-5.6.16: ......... done
[444/572] Installing warden-1438351389...
[444/572] Extracting warden-1438351389: .......... done
[445/572] Installing nginx-1.8.0_3,2...
===> Creating users and/or groups.
Using existing group 'www'.
Using existing user 'www'.
[445/572] Extracting nginx-1.8.0_3,2: .......... done
[446/572] Installing php56-filter-5.6.16...
[446/572] Extracting php56-filter-5.6.16: ....... done
[447/572] Installing php56-json-5.6.16...
[447/572] Extracting php56-json-5.6.16: ....... done
[448/572] Installing qpdf-5.1.2_1...
[448/572] Extracting qpdf-5.1.2_1: .......... done
[449/572] Installing libijs-0.35_5...
[449/572] Extracting libijs-0.35_5: .......... done
[450/572] Installing poppler-utils-0.34.0...
[450/572] Extracting poppler-utils-0.34.0: .......... done
[451/572] Installing compat9x-amd64-9.3.903000.20151116...
[451/572] Extracting compat9x-amd64-9.3.903000.20151116: .......... done
[452/572] Installing qt5-x11extras-5.4.1...
[452/572] Extracting qt5-x11extras-5.4.1: .......... done
[453/572] Installing qt5-linguist-5.4.1...
[453/572] Extracting qt5-linguist-5.4.1: .......... done
[454/572] Installing qt5-svg-5.4.1...
[454/572] Extracting qt5-svg-5.4.1: .......... done
[455/572] Installing cdrtools-3.00_2...
[455/572] Extracting cdrtools-3.00_2: .......... done
[456/572] Installing py27-dbus-1.2.0_1...
[456/572] Extracting py27-dbus-1.2.0_1: .......... done
[457/572] Installing poppler-qt5-0.34.0...
[457/572] Extracting poppler-qt5-0.34.0: .......... done
[458/572] Installing libao-1.2.0_2...
[458/572] Extracting libao-1.2.0_2: .......... done
[459/572] Installing speex-1.2.r2,1...
[459/572] Extracting speex-1.2.r2,1: .......... done
[460/572] Installing libkate-0.4.1_6...
[460/572] Extracting libkate-0.4.1_6: .......... done
[461/572] Installing qtcurve-utils-1.8.18...
[461/572] Extracting qtcurve-utils-1.8.18: .......... done
[462/572] Installing tcl84-8.4.20_2,1...
[462/572] Extracting tcl84-8.4.20_2,1: .......... done
[463/572] Installing tcl85-8.5.18_1...
[463/572] Extracting tcl85-8.5.18_1: .......... done
[464/572] Installing tk86-8.6.4...
[464/572] Extracting tk86-8.6.4: .......... done
[465/572] Installing qt4-svg-4.8.7...
[465/572] Extracting qt4-svg-4.8.7: .......... done
[466/572] Installing qt4-dbus-4.8.7...
[466/572] Extracting qt4-dbus-4.8.7: .......... done
[467/572] Installing libmad-0.15.1b_6...
[467/572] Extracting libmad-0.15.1b_6: ......... done
[468/572] Installing fluxbox-1.3.7...
[468/572] Extracting fluxbox-1.3.7: .......... done
[469/572] Installing libv4l-1.6.3_1...
[469/572] Extracting libv4l-1.6.3_1: .......... done
[470/572] Installing p5-Error-0.17024...
[470/572] Extracting p5-Error-0.17024: ......... done
[471/572] Installing cvsps-2.1_1...
[471/572] Extracting cvsps-2.1_1: ... done
[472/572] Installing p5-subversion-1.9.2...
[472/572] Extracting p5-subversion-1.9.2: .......... done
[473/572] Installing p5-Net-SMTP-SSL-1.03...
[473/572] Extracting p5-Net-SMTP-SSL-1.03: ....... done
[474/572] Installing p5-Term-ReadKey-2.32_1...
[474/572] Extracting p5-Term-ReadKey-2.32_1: ......... done
[475/572] Installing p5-Authen-SASL-2.16_1...
[475/572] Extracting p5-Authen-SASL-2.16_1: .......... done
[476/572] Installing libevent2-2.0.22_1...
[476/572] Extracting libevent2-2.0.22_1: .......... done
[477/572] Installing smartmontools-6.4_1...
[477/572] Extracting smartmontools-6.4_1: .......... done
[478/572] Installing libsunacl-1.0...
[478/572] Extracting libsunacl-1.0: ....... done
[479/572] Installing ntdb-1.0...
[479/572] Extracting ntdb-1.0: .......... done
[480/572] Installing ldb-1.1.23...
[480/572] Extracting ldb-1.1.23: .......... done
[481/572] Installing cyrus-sasl-2.1.26_12...
*** Updated user `cyrus'.
[481/572] Extracting cyrus-sasl-2.1.26_12: .......... done
[482/572] Installing py27-dnspython-1.12.0...
[482/572] Extracting py27-dnspython-1.12.0: .......... done
[483/572] Installing libinotify-20150910...
[483/572] Extracting libinotify-20150910: ........ done
[484/572] Installing gamin-0.1.10_8...
[484/572] Extracting gamin-0.1.10_8: .......... done
[485/572] Installing gconfmm-2.28.2_3...
[485/572] Extracting gconfmm-2.28.2_3: .......... done
[486/572] Installing libglademm-2.6.7_7...
[486/572] Extracting libglademm-2.6.7_7: .......... done
[487/572] Installing npth-1.2...
[487/572] Extracting npth-1.2: .......... done
[488/572] Installing pinentry-0.9.5...
[488/572] Extracting pinentry-0.9.5: .. done
[489/572] Installing xorg-apps-7.7_2...
[490/572] Installing xorg-fonts-7.7_1...
[491/572] Installing xorg-libraries-7.7_2...
[492/572] Installing xcursor-themes-1.0.4_1...
[492/572] Extracting xcursor-themes-1.0.4_1: .......... done
[493/572] Installing xorg-drivers-7.7_3...
[494/572] Installing xorg-docs-1.7.1,1...
[494/572] Extracting xorg-docs-1.7.1,1: .......... done
[495/572] Installing cups-pk-helper-0.2.5...
[495/572] Extracting cups-pk-helper-0.2.5: .......... done
[496/572] Installing py27-curl-7.19.5.3_1...
[496/572] Extracting py27-curl-7.19.5.3_1: .......... done
[497/572] Installing py27-gobject3-3.16.2...
[497/572] Extracting py27-gobject3-3.16.2: .......... done
[498/572] Installing py27-gtk2-2.24.0_4...
[498/572] Extracting py27-gtk2-2.24.0_4: .......... done
[499/572] Installing gtk3-3.16.6...
[499/572] Extracting gtk3-3.16.6: .......... done
[500/572] Installing py27-cups-1.9.72...
[500/572] Extracting py27-cups-1.9.72: ......... done
[501/572] Installing sane-backends-1.0.25...
===> Creating users and/or groups.
Using existing group 'saned'.
Using existing user 'saned'.
[501/572] Extracting sane-backends-1.0.25: .......... done
[502/572] Installing gimp-app-2.8.16,1...
[502/572] Extracting gimp-app-2.8.16,1: .......... done
[503/572] Installing libdvdcss-1.3.99...
[503/572] Extracting libdvdcss-1.3.99: .......... done
[504/572] Installing pavucontrol-3.0...
[504/572] Extracting pavucontrol-3.0: .......... done
[505/572] Installing openntpd-5.7p4_1,2...
===> Creating users and/or groups.
Using existing group '_ntp'.
Using existing user '_ntp'.
[505/572] Extracting openntpd-5.7p4_1,2: .......... done
[506/572] Installing gtk-theme-switch-2.0.0.r2_5...
[506/572] Extracting gtk-theme-switch-2.0.0.r2_5: .. done
[507/572] Installing beadm-1.5.3...
[507/572] Extracting beadm-1.5.3: ..... done
[508/572] Installing p7zip-15.09...
[508/572] Extracting p7zip-15.09: .......... done
[509/572] Installing rpm2cpio-1.3_2...
[509/572] Extracting rpm2cpio-1.3_2: . done
[510/572] Installing droid-fonts-ttf-20131024_3...
[510/572] Extracting droid-fonts-ttf-20131024_3: .......... done
[511/572] Installing pam_mkhomedir-0.2...
[511/572] Extracting pam_mkhomedir-0.2: ... done
[512/572] Installing rsync-3.1.1_4...
[512/572] Extracting rsync-3.1.1_4: .......... done
[513/572] Installing fusefs-ntfs-2015.3.14_3...
[513/572] Extracting fusefs-ntfs-2015.3.14_3: .......... done
[514/572] Installing x11vnc-0.9.13_2...
[514/572] Extracting x11vnc-0.9.13_2: .......... done
[515/572] Installing cursor-jimmac-theme-0.1_2...
[515/572] Extracting cursor-jimmac-theme-0.1_2: .......... done
[516/572] Installing life-preserver-1441050470...
[516/572] Extracting life-preserver-1441050470: .......... done
[517/572] Installing grub2-efi-2.02_15...
[517/572] Extracting grub2-efi-2.02_15: .......... done
[518/572] Installing foo2zjs-20150511_1...
[518/572] Extracting foo2zjs-20150511_1: .......... done
[519/572] Installing py27-fail2ban-0.9.3...
[519/572] Extracting py27-fail2ban-0.9.3: .......... done
[520/572] Installing pciutils-3.4.0...
[520/572] Extracting pciutils-3.4.0: ....... done
[521/572] Installing cups-pdf-2.6.1_2...
[521/572] Extracting cups-pdf-2.6.1_2: ....... done
[522/572] Installing splix-2.0.0_6...
[522/572] Extracting splix-2.0.0_6: .......... done
[523/572] Installing xf86-video-scfb-0.0.4_3...
[523/572] Extracting xf86-video-scfb-0.0.4_3: .. done
[524/572] Installing pcbsd-appweb-1441129621...
[524/572] Extracting pcbsd-appweb-1441129621: .......... done
[525/572] Installing cups-filters-1.1.0...
[525/572] Extracting cups-filters-1.1.0: .......... done
[526/572] Installing rar-5.2.1,3...
[526/572] Extracting rar-5.2.1,3: .......... done
[527/572] Installing volman-0.7_2...
[527/572] Extracting volman-0.7_2: .... done
[528/572] Installing pcbsd-utils-qt5-1449508629...
[528/572] Extracting pcbsd-utils-qt5-1449508629: .......... done
[529/572] Installing libaacs-0.8.0...
[529/572] Extracting libaacs-0.8.0: .......... done
[530/572] Installing vorbis-tools-1.4.0_10,3...
[530/572] Extracting vorbis-tools-1.4.0_10,3: .......... done
[531/572] Installing dvd+rw-tools-7.1_1...
[531/572] Extracting dvd+rw-tools-7.1_1: .......... done
[532/572] Installing gtk2-qtcurve-theme-1.8.18...
[532/572] Extracting gtk2-qtcurve-theme-1.8.18: .......... done
[533/572] Installing xvkbd-3.7...
[533/572] Extracting xvkbd-3.7: .......... done
[534/572] Installing tk84-8.4.20,2...
[534/572] Extracting tk84-8.4.20,2: .......... done
[535/572] Installing tk85-8.5.18...
[535/572] Extracting tk85-8.5.18: .......... done
[536/572] Installing zip-3.0_1...
[536/572] Extracting zip-3.0_1: .......... done
[537/572] Installing qt4-style-qtcurve-1.8.18...
[537/572] Extracting qt4-style-qtcurve-1.8.18: . done
[538/572] Installing cdrdao-1.2.3_5...
[538/572] Extracting cdrdao-1.2.3_5: .......... done
[539/572] Installing xbrightness-0.3...
[539/572] Extracting xbrightness-0.3: .. done
[540/572] Installing webcamd-4.2.0.8...
===> Creating users and/or groups.
Using existing group 'webcamd'.
Using existing user 'webcamd'.
[540/572] Extracting webcamd-4.2.0.8: .......... done
[541/572] Installing iocage-devel-20151207...
[541/572] Extracting iocage-devel-20151207: .......... done
[542/572] Installing libvdpau-1.1.1...
[542/572] Extracting libvdpau-1.1.1: .......... done
[543/572] Installing git-2.6.3...
===> Creating users and/or groups.
Using existing group 'git_daemon'.
Using existing user 'git_daemon'.
[543/572] Extracting git-2.6.3: .......... done
Updating /etc/shells
[544/572] Installing disktype-9...
[544/572] Extracting disktype-9: .. done
[545/572] Installing tor-0.2.6.10...
===> Creating users and/or groups.
Using existing group '_tor'.
Using existing user '_tor'.
[545/572] Extracting tor-0.2.6.10: .......... done
[546/572] Installing gsmartcontrol-0.8.7_4...
[546/572] Extracting gsmartcontrol-0.8.7_4: .......... done
[547/572] Installing samba41-4.1.21...
[547/572] Extracting samba41-4.1.21: .......... done
[548/572] Installing paprefs-0.9.10...
[548/572] Extracting paprefs-0.9.10: .......... done
[549/572] Installing pwcview-1.4.1_6...
[549/572] Extracting pwcview-1.4.1_6: ... done
[550/572] Installing ataidle-2.7.2...
[550/572] Extracting ataidle-2.7.2: ........ done
[551/572] Installing anacron-2.3_6...
[551/572] Extracting anacron-2.3_6: ..... done
[552/572] Installing gnupg-2.1.8...
[552/572] Extracting gnupg-2.1.8: .......... done
[553/572] Installing numlockx-1.2...
[553/572] Extracting numlockx-1.2: .... done
[554/572] Installing cups-bjnp-2.0...
[554/572] Extracting cups-bjnp-2.0: . done
[555/572] Installing pam_ldap-1.8.6_3...
[555/572] Extracting pam_ldap-1.8.6_3: ..... done
[556/572] Installing rdesktop-1.8.3...
[556/572] Extracting rdesktop-1.8.3: .......... done
[557/572] Installing xorg-7.7_2...
[558/572] Installing system-config-printer-1.4.7...
[558/572] Extracting system-config-printer-1.4.7: .......... done
[559/572] Installing sudo-1.8.15...
[559/572] Extracting sudo-1.8.15: .......... done
[560/572] Installing alsa-lib-1.1.0...
[560/572] Extracting alsa-lib-1.1.0: .......... done
[561/572] Installing nss_mdns-0.10_3...
[561/572] Extracting nss_mdns-0.10_3: ......... done
[562/572] Installing unrar-5.30,5...
[562/572] Extracting unrar-5.30,5: ... done
[563/572] Installing linux_dvbwrapper-kmod-1.0_1...
[563/572] Extracting linux_dvbwrapper-kmod-1.0_1: . done
[564/572] Installing fluxbox-tenr-styles-pack-20071215_3...
[564/572] Extracting fluxbox-tenr-styles-pack-20071215_3: .......... done
[565/572] Installing xf86-input-synaptics-1.8.2_1...
[565/572] Extracting xf86-input-synaptics-1.8.2_1: ......... done
[566/572] Installing nss_ldap-1.265_12...
[566/572] Extracting nss_ldap-1.265_12: ...... done
[567/572] Installing socat-1.7.3.0_2...
[567/572] Extracting socat-1.7.3.0_2: .......... done
[568/572] Installing OpenSSH-askpass-1.2.4.1_2...
[568/572] Extracting OpenSSH-askpass-1.2.4.1_2: .......... done
[569/572] Installing noto-1.0.4_1...
[569/572] Extracting noto-1.0.4_1: .......... done
[570/572] Installing xsane-0.999_5...
[570/572] Extracting xsane-0.999_5: .......... done
[571/572] Installing xv-3.10a_16...
[571/572] Extracting xv-3.10a_16: .......... done
[572/572] Installing pcbsd-base-2020151023...
Message from libressl-devel-2.3.1:
============================================================
    WARNING: THE API OF LibreSSL-devel is volatile
============================================================
 This is the latest version of LibreSSL that will change
 its API and shared library version often. This will result
 in problems if you do not manage your ports rigorously.

 This version is safe for use and provides the latest
 libtls features.

 Normally, you can obtain the list of dependent software by
 running the following command:

  # pkg info -r libressl-devel

 Users using poudriere will automatically rebuild all ports
 that require SSL.

 Portmaster users:
     portmaster -r libressl-devel
 Portupgrade users:
     portupgrade -fr security/libressl-devel

============================================================
Message from python27-2.7.10_1:
===========================================================================

Note that some standard Python modules are provided as separate ports
as they require additional dependencies. They are available as:

bsddb           databases/py-bsddb
gdbm            databases/py-gdbm
sqlite3         databases/py-sqlite3
tkinter         x11-toolkits/py-tkinter

===========================================================================
Message from perl5-5.20.3_8:
The /usr/bin/perl symlink has been removed starting with Perl 5.20.
For shebangs, you should either use:

#!/usr/local/bin/perl

or

#!/usr/bin/env perl

The first one will only work if you have a /usr/local/bin/perl,
the second will work as long as perl is in PATH.
Message from xmlcatmgr-2.2_2:
The following catalogs are installed:

 1) /usr/local/share/sgml/catalog

   The top level catalog for SGML stuff.  It is not changed
   by any ports/packages except textproc/xmlcatmgr.

 2) /usr/local/share/sgml/catalog.ports

   This catalog is for handling SGML stuff installed under
   /usr/local/share/sgml.  It is changed by ports/packages.

 3) /usr/local/share/xml/catalog

   The top level catalog for XML stuff.  It is not changed
   by any ports/packages except textproc/xmlcatmgr.

 4) /usr/local/share/xml/catalog.ports

   This catalog is for handling XML stuff installed under
   /usr/local/share/xml.  It is changed by ports/packages.
Message from dejavu-2.35:
Make sure that the freetype module is loaded.  If it is not, add the following
line to the "Modules" section of your X Windows configuration file:

    Load "freetype"

Add the following line to the "Files" section of X Windows configuration file:

    FontPath "/usr/local/share/fonts/dejavu/"

Note: your X Windows configuration file is typically /etc/X11/XF86Config
if you are using XFree86, and /etc/X11/xorg.conf if you are using X.Org.
Message from ca_root_nss-3.20.1:
********************************* WARNING *********************************

FreeBSD does not, and can not warrant that the certification authorities
whose certificates are included in this package have in any way been
audited for trustworthiness or RFC 3647 compliance.

Assessment and verification of trust is the complete responsibility of the
system administrator.

*********************************** NOTE **********************************

This package installs symlinks to support root certificates discovery by
default for software that uses OpenSSL.

This enables SSL Certificate Verification by client software without manual
intervention.

If you prefer to do this manually, replace the following symlinks with
either an empty file or your site-local certificate bundle.

  * /etc/ssl/cert.pem
  * /usr/local/etc/ssl/cert.pem
  * /usr/local/openssl/cert.pem

***************************************************************************
Message from trousers-tddl-0.3.10_7:
To run tcsd automatically, add the following line to /etc/rc.conf

tcsd_enable="YES"

You might want to edit /usr/local/etc/tcsd.conf to reflect your setup.

To use TPM, add your_account to '_tss' group like following:

# pw groupadd _tss -m your_account
Message from bash-4.3.42_1:
======================================================================

bash requires fdescfs(5) mounted on /dev/fd

If you have not done it yet, please do the following:

    mount -t fdescfs fdesc /dev/fd

To make it permanent, you need the following lines in /etc/fstab:

    fdesc    /dev/fd        fdescfs        rw    0    0

======================================================================
Message from qt5-sql-5.4.1:
======================================================================

To enable Qt database support, install the database plugin ports. The
following plugin ports are available:
 - databases/qt5-sqldrivers-ibase    InterBase/Firebird
 - databases/qt5-sqldrivers-mysql    MySQL
 - databases/qt5-sqldrivers-odbc    Open Database Connectivity
 - databases/qt5-sqldrivers-pgsql    PostgreSQL
 - databases/qt5-sqldrivers-sqlite2    SQLite 2
 - databases/qt5-sqldrivers-sqlite3    SQLite 3

======================================================================
Message from boost-libs-1.55.0_9:
You have built the Boost library with thread support.

Don't forget to add -pthread to your linker options when
linking your code.
Message from fusefs-libs-2.9.4:
Install the fuse kernel module to use this port.
Message from qt4-corelib-4.8.7_1:
======================================================================

Qt 4 can be built with optional support for:
 - Common UNIX Printing System (CUPS) (enabled by default)
 - Network Audio System (NAS)
 - Qt style that renders using GTK (QGTKSTYLE)

In order to enable them, you have to add
    QT4_OPTIONS=    CUPS NAS QGTKSTYLE
to your /etc/make.conf and compile devel/qt4-corelib and
x11-toolkits/qt4-gui ports.

Attention! Whenever you change the QT4_OPTIONS both
devel/qt4-corelib and x11-toolkits/qt4-gui ports must be rebuilt!

======================================================================
Message from sdl-1.2.15_7,2:
------------------------------------------------------------------------------
 Your SDL library has been built with libvgl support, which means that you
 can run almost any SDL application straight on your console (VESA 2.0
 compatible videocard is required).

 To do this you have to load the vesa kernel module or enable it in your
 kernel, and set environment variable "SDL_VIDEODRIVER=vgl".
------------------------------------------------------------------------------
Message from eject-1.5_4:
------------------------------------------------------------------------
NOTE: This port is no longer installed with SETUID, because it allows
non-privileged users to unmount a filesystem. To enable your users to
eject the CD-ROM, install security/sudo and enter the following line in
/usr/local/etc/sudoers:

%25users ALL=/usr/local/sbin/eject /dev/acd0
------------------------------------------------------------------------
Message from gcc-4.8.5_2:
To ensure binaries built with this toolchain find appropriate versions
of the necessary run-time libraries, you may want to link using

  -Wl,-rpath=/usr/local/lib/gcc48

For ports leveraging USE_GCC, USES=compiler, or USES=fortran this happens
transparently.
Message from ghostscript9-base-9.06_11:
Note: in order to use the script "dvipdf", dvips must be installed.
This program is provided by another package print/tex-dvipsk.

FAPIfontmap and FAPIcidfmap in /usr/local/share/ghostscript/9.06/Resource/Init
have to be configured if you want to use FAPI feature.
Message from debootstrap-1.0.75:
*** NOTE ***
To successfully create an installation of Debian GNU/kFreeBSD
debootstrap requires the following kernel modules loaded:

fdescfs linprocfs linsysfs tmpfs
Message from ruby-2.0.0.647,1:
====
Some of the standard commands are provided as separate ports for ease
of upgrading:

    devel/ruby-gems:    gem - RubyGems package manager
    devel/rubygem-rake:    rake - Ruby Make

And some of the standard libraries are provided as separate ports
since they require extra dependencies:

    databases/ruby-gdbm:    GDBM module

Install them as occasion demands.
====
Message from openldap-client-2.4.43:
************************************************************

The OpenLDAP client package has been successfully installed.

Edit
  /usr/local/etc/openldap/ldap.conf
to change the system-wide client defaults.

Try `man ldap.conf' and visit the OpenLDAP FAQ-O-Matic at
  http://www.OpenLDAP.org/faq/index.cgi?file=3
for more information.

************************************************************
Message from xterm-320:
================================================================================
You installed xterm with wide chars support. This introduces some limitations
comparing to the plain single chars version: this version of xterm will use
UTF-8 charset for selection buffers, breaking 8-bit copy/paste support unless
you are using UTF-8 or ISO8859-1 locale. If you want 8-bit charset selections to
work as before, use "eightBitSelectTypes" XTerm resource setting.

For further information refer to the SELECT/PASTE section of xterm(1) manual
page.
================================================================================
Message from pulseaudio-6.0_2:
Pulseaudio doesn't know about the hw.snd.default_unit=3 sysctl for the
FreeBSD OSS driver that is used to select the active input/output. So
for Pulseaudio we also need to tell it which input/output to use. The
difference is that Pulseaudio has separate input and output configure lines.

To change the default sink (output):
# pacmd set-default-sink 3
To change the default source (input):
# pacmd set-default-source 3

This can also be set in /usr/local/etc/pulse/default.pa

Replace the number '3' with the new default your want to set.


The audio/freedesktop-sound-theme is needed if the default sound files
are uncommented in the /usr/local/etc/pulse/default.pa file.
Message from mtools-4.0.10_4:
************************************************************
Please verify /usr/local/etc/mtools.conf for your machine.
************************************************************
Message from stunnel-5.27,1:
**************************************************************************
To create and install a new certificate, type "make cert"

And don't forget to check out the FAQ at http://www.stunnel.org/
**************************************************************************
Message from grub2-pcbsd-2.02q_7:
To install GRUB as your boot-loader, use the following command:

# grub-install /dev/ada0 (replace ada0 with your disk)
# grub-mkconfig -o /boot/grub/grub.cfg

This version of GRUB can be used traditionally or with
PC-BSD style boot environments.

Additionally, when using GPT, you must have a created a
"bios-boot" partition at install time. This partition is used
for GRUB's modules for GELI/ZFS and related bits.

Traditional Setup
--

When the "beadm" utility is not present, grub-mkconfig
will use the standard GRUB detection scripts for setting
up your /boot/grub/grub.cfg file.


Boot Environment Setup
--

If the "beadm" command is installed on the system,
grub-mkconfig will use it to setup /boot/grub/grub.cfg

For it to properly detect / populate your BE menus you
must have your root zpool setup in the following manner:

/ROOT/

Where is your zpool, and is your '/' mountpoint.
The "beadm" utility must be installed and working before using
GRUB utilities.
Message from cups-base-2.0.3_3:
======================================================================

To enable printing with local printer you need to give group 'cups'
r/w access to printer device:

1) Add following to /etc/devfs.rules (create if it doesn't exist):

[system=10]
# FreeBSD 7.x
add path 'unlpt*' mode 0660 group cups
add path 'ulpt*' mode 0660 group cups
add path 'lpt*' mode 0660 group cups
# FreeBSD 8.x
add path 'usb*' mode 0770 group cups
add path 'ugen*' mode 0660 group cups

2) And following to /etc/rc.conf:

devfs_system_ruleset="system"

3) Restart devfs: /etc/rc.d/devfs restart

If your system supports 'devd' you can copy
$PREFIX/share/examples/cups/ulpt-cupsd.conf to $PREFIX/etc/devd/

To enable printing under Gimp and MS-Windows clients do the following:

1) Uncomment application/octet-stream line in mime.types
2) Uncomment application/octet-stream line in mime.convs
3) Restart cupsd

If you are using libusb, it is important that no device driver, e.g.
ulpt(4) is attached to the device you wish to use. In this case please
ensure the cups user and group has read/write access to /dev/ugen*

If you are using a USB printer wtih FreeBSD 8.0 or later, you will
need to find the proper /dev/usb/* device pointed at by the /dev/ugen*
entry. Follow the instructions for devfs.rules as above, but append a
rule similar to the following for a printer attached as /dev/ugen0.2:

add path 'usb/0.2.*' mode 0660 group cups
======================================================================
Message from cdrtools-3.00_2:
===========================================================================

Note: The location of the cdrtools `defaults' files has been set to

    /usr/local/etc

This is the FreeBSD ports standard config file location, NOT the cdrtools
standard location, which is /etc/default.

The reason for this is that FreeBSD ports and packages should not use
configuration files outside of /usr/local.

===========================================================================
Message from smartmontools-6.4_1:
smartmontools has been installed

To check the status of drives, use the following:

    /usr/local/sbin/smartctl -a /dev/ad0    for first ATA/SATA drive
    /usr/local/sbin/smartctl -a /dev/da0    for first SCSI drive
    /usr/local/sbin/smartctl -a /dev/ada0    for first SATA drive

To include drive health information in your daily status reports,
add a line like the following to /etc/periodic.conf:
    daily_status_smart_devices="/dev/ad0 /dev/da0"
substituting the appropriate device names for your SMART-capable disks.

To enable drive monitoring, you can use /usr/local/sbin/smartd.
A sample configuration file has been installed as
/usr/local/etc/smartd.conf.sample
Copy this file to /usr/local/etc/smartd.conf and edit appropriately

To have smartd start at boot
    echo 'smartd_enable="YES"' >> /etc/rc.conf
Message from cyrus-sasl-2.1.26_12:
You can use sasldb2 for authentication, to add users use:

    saslpasswd2 -c username

If you want to enable SMTP AUTH with the system Sendmail, read
Sendmail.README

NOTE: This port has been compiled with a default pwcheck_method of
      auxprop.  If you want to authenticate your user by /etc/passwd,
      PAM or LDAP, install ports/security/cyrus-sasl2-saslauthd and
      set sasl_pwcheck_method to saslauthd after installing the
      Cyrus-IMAPd 2.X port.  You should also check the
      /usr/local/lib/sasl2/*.conf files for the correct
      pwcheck_method.
      If you want to use GSSAPI mechanism, install
      ports/security/cyrus-sasl2-gssapi.
      If you want to use LDAP auxprop plugin, install
      ports/security/cyrus-sasl2-ldapdb.
Message from libinotify-20150910:
============================================================================

Libinotify functionality on FreeBSD is missing support for

  - detecting a file being moved into or out of a directory within the
    same filesystem
  - certain modifications to a symbolic link (rather than the
    file it points to.)

in addition to the known limitations on all platforms using kqueue(2)
where various open and close notifications are unimplemented.

This means the following regression tests will fail:

Directory notifications:
   IN_MOVED_FROM
   IN_MOVED_TO
 
Open/close notifications:
   IN_OPEN
   IN_CLOSE_NOWRITE
   IN_CLOSE_WRITE
 
Symbolic Link notifications:
   IN_DONT_FOLLOW
   IN_ATTRIB
   IN_MOVE_SELF
   IN_DELETE_SELF

Kernel patches to address the missing directory and symbolic link
notifications are available from:

https://github.com/dmatveev/libinotify-kqueue/tree/master/patches

=============================================================================
You might want to consider increasing the kern.maxfiles tunable if you plan
to use this library for applications that need to monitor activity of a lot
of files.

If the default on your system is too low, add the following line to
/boot/loader.conf, then reboot the system:

    kern.maxfiles="25000"
=============================================================================
Message from gamin-0.1.10_8:
===============================================================================

Gamin will only provide realtime notification of changes for at most n files,
where n is the minimum value between (kern.maxfiles * 0.7) and
(kern.maxfilesperproc - 200). Beyond that limit, files will be polled.

If you often open several large folders with Nautilus, you might want to
increase the kern.maxfiles tunable (you do not need to set
kern.maxfilesperproc, since it is computed at boot time from kern.maxfiles).

For a typical desktop, add the following line to /boot/loader.conf, then
reboot the system:

    kern.maxfiles="25000"

The behavior of gamin can be controlled via the various gaminrc files.
See http://www.gnome.org/~veillard/gamin/config.html on how to create
these files.  In particular, if you find gam_server is taking up too much
CPU time polling for changes, something like the following may help
in one of the gaminrc files:

# reduce polling frequency to once per 10 seconds
# for UFS file systems in order to lower CPU load
fsset ufs poll 10

===============================================================================
Message from sane-backends-1.0.25:
==================================================================

saned will log to the 'daemon' facility; this is a hard-coded
default. Also, saned has no support for SSL/TLS or cryptographic
authentication; you may wish to deploy security/stunnel to wrap
it if you have concerns about security.

If you are using a USB scanner, you should create
/usr/local/etc/devd/saned.conf to allow saned access permissions.
Currently, devfs.rules(5) has no support for USB specific filters
such as vendor, product and serial number.

Here is an example saned.conf for an Epson CX3650
multi-function scanner/printer device (assuming you are sharing
the printer function with cups):

notify 100 {
    match "system" "USB";
    match "subsystem" "INTERFACE";
    match "type" "ATTACH";
    match "cdev" "ugen[0-9].[0-9]";
    match "vendor" "0x04b8";
    match "product" "0x080e";
    action "chown -L cups:saned /dev/$cdev && chmod -L 660 /dev/$cdev";
};

To determine which port your scanner is connected to, inspect the
output of 'usbconfig list' before and after connecting your scanner,
and note the numbers which appear after 'ugen' in the first column.
Then, use 'usbconfig -d X.Y dump_device_desc' to learn the idVendor
and idProduct fields, and plug them into the above example entry.

Finally, restart devd with the command:
 # /etc/rc.d/devd restart

Please take /usr/local/etc/sane.d/dll.conf
as an example only; you may wish to enable only the 'net' backend
on client machines; be sure to point it at your scan server.

If you are setting up a scan server, you may also wish to edit
/usr/local/etc/sane.d/saned.conf
to only permit specific machines.

==================================================================
Message from droid-fonts-ttf-20131024_3:
You can start using the fonts by following these instructions:

Add the following line to the "Files" section of your X.org configuration
file:

    FontPath    "/usr/local/share/fonts/Droid/"
Message from pam_mkhomedir-0.2:
You may want to add something like this to your /etc/pam.d/login
or /etc/pam.d/sshd ( when you've configured ssh with PAM )
file to use this module:

session         required       /usr/local/lib/pam_mkhomedir.so
Message from fusefs-ntfs-2015.3.14_3:
==============================================================================

NTFS-3G has been installed, for information, known issues and how to report
bugs see the FreeBSD README:

/usr/local/share/doc/ntfs-3g/README.FreeBSD

Also see the official README (but has some Linux specific parts).

==============================================================================
Message from foo2zjs-20150511_1:
###############################################################################

1) Please read the detailed installation instructions in the file:

   * /usr/local/share/doc/foo2zjs/INSTALL

2) Go to tmp directory and run getweb script.

   # cd /tmp && getweb all

3) Copy icm and img files.

   # cp DL*.icm CP*.icm km2430*.icm /usr/local/share/foo2zjs/icm && \
     cp sihp*.img /usr/local/share/foo2zjs/firmware && \
     cp hpclj26*.icm km2430*.icm /usr/local/share/foo2hp/icm && \
     rm *.icm *.img

4) Edit /usr/local/etc/devd/foo2zjs.conf to fit your needs
   and restart devd.

5) Enjoy it ;)

###############################################################################
Message from py27-fail2ban-0.9.3:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

Please do not edit the fail2ban.conf and jail.conf files as they
will be overwritten upon each upgrade of the port.

Instead, create new files named fail2ban.local and jail.local

For more information, see the official manual:

http://www.fail2ban.org/wiki/index.php/MANUAL_0_8#Configuration

If you are upgrading from 0.8.x consider adopting the new
configuration style.

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Message from splix-2.0.0_6:
+=======================================================================+
  |                  !!!      IMPORTANT NOTICE      !!!                   |
  +=======================================================================+
  |      If you are upgrading your current version, you MUST delete       |
  |     your printer in the CUPS interface and install it again. This     |
  |   operation MUST be done since CUPS make a copy of the PPD file and   |
  |                this file is modified between versions.                |
  +=======================================================================+

Installation of the color profile for color printers:
-----------------------------------------------------

        Color printers needs color profile files to get better results. These
files are provided by your printer manufacturer and you have to install them
manually. To do that, download the linux official drivers and locate the "cms"
directory. Install them with the command:

                # make installcms CMSDIR=/path/to/cms/directory \
                        MANUFACTURER=samsung or xerox or dell

        Samsung color profile files are available at:
                (Then use MANUFACTURER=samsung)

                http://splix.ap2c.org/samsung_cms.tar.bz2
Message from webcamd-4.2.0.8:
*********************************************************************
1) webcamd requires the cuse4bsd or cuse kernel module, depending on
how webcamd was compiled. Please load this dependency by doing:

       # kldload cuse4bsd
or
       # kldload cuse

or by adding

       cuse4bsd_load="YES"
or
       cuse_load="YES"

to your /boot/loader.conf.

2) add webcamd_enable="YES"

to your /etc/rc.conf

3) Please restart devd to start webcamd

    # service devd restart

4) Optionally add a user to the "webcamd" group

    # pw groupmod webcamd -m

5) If webcamd still did not start, consult the installed webcamd rc.d
script for more help and instructions on how to start webcamd.
*********************************************************************
Message from git-2.6.3:
------------------------------------------------------------------------
*************************** GITWEB *************************************
If you installed the GITWEB option please follow these instructions:

In the directory /usr/local/share/examples/git/gitweb you can find all files to
make gitweb work as a public repository on the web.

All you have to do to make gitweb work is:
1) Copy the files /usr/local/share/examples/git/gitweb/* to a directory on
   your web server (e.g. Apache2) in which you are able to execute
   CGI-scripts.
2) In gitweb.cgi, adjust the variable $projectroot to point to
   your git repository (that is where you have your *.git project
   directories).
*************************** GITWEB *************************************

*************************** CONTRIB ************************************
If you installed the CONTRIB option please note that the scripts are
installed in /usr/local/share/git-core/contrib. Some of them require
other ports to be installed (perl, python, etc), which you may need to
install manually.
*************************** CONTRIB ************************************
------------------------------------------------------------------------
Message from tor-0.2.6.10:
================================================================================
To enable the tor server, set tor_enable="YES" in your /etc/rc.conf
and edit /usr/local/etc/tor/torrc as desired. (However, note that the
/usr/local/etc/rc.d/tor rc.subr script can override some torrc
options: see that script for details.) To use the torify script, install
the net/torsocks port. After installing tor for the first time, or after
a major update of tor, you should:

rm -r /var/db/tor /var/run/tor
mkdir -p /var/db/tor/data /var/run/tor
touch /var/log/tor
chown -R _tor:_tor /var/db/tor /var/log/tor /var/run/tor
chmod -R 700 /var/db/tor

before starting the tor server. Tor users are strongly advised to prevent traffic
analysis that exploits sequential IP IDs by setting:

sysctl net.inet.ip.random_id=1

(see sysctl.conf(5)).
================================================================================
Message from samba41-4.1.21:
===============================================================================

How to start: http://wiki.samba.org/index.php/Samba4/HOWTO

* Your configuration is: /usr/local/etc/smb4.conf

* All the relevant databases are under: /var/db/samba4

* All the logs are under: /var/log/samba4

* Provisioning script is: /usr/local/bin/samba-tool

%%NSUPDATE%%You will need to specify location of the 'nsupdate' command in the
%%NSUPDATE%%smb4.conf file:
%%NSUPDATE%%
%%NSUPDATE%%      nsupdate command = /usr/local/bin/samba-nsupdate -g
%%NSUPDATE%%
For additional documentation check: http://wiki.samba.org/index.php/Samba4

Bug reports should go to the: https://bugzilla.samba.org/

===============================================================================
Message from anacron-2.3_6:
Configuration hints:
- Edit /usr/local/etc/anacrontab
- Deactivate the 'periodic' commands in /etc/crontab
- Add a call to anacron to /etc/crontab, like
  0  0  *  *  *    root    /usr/local/sbin/anacron
- Add anacron_enable="YES" to /etc/rc.conf
- Read anacron(8) and anacrontab(5)
Message from gnupg-2.1.8:
###############################################################################
                A T T E N T I O N

In order to use gpg-agent, you need to install a pinentry dialog.

The following ports of pinentry dialogs are available:

security/pinentry-curses    (ncurses based dialog)
security/pinentry-gtk2        (GTK 2.x based dialog)
security/pinentry-qt4        (QT4 based dialog)
security/pinentry-tty        (console based dialog)

###############################################################################
Message from pam_ldap-1.8.6_3:
================================================================================
Copy /usr/local/etc/ldap.conf.dist to /usr/local/etc/ldap.conf, then edit
/usr/local/etc/ldap.conf in order to use this module.  Add a line similar to
the following to /etc/pam.conf on 4.X, or create an /etc/pam.d/ldap on 5.X
and higher with a line similar to the following:

login   auth    sufficient      /usr/local/lib/pam_ldap.so
================================================================================
Message from nss_ldap-1.265_12:
=====================================================================
The nss_ldap module expects to find its configuration files at the
following paths:

LDAP configuration:     /usr/local/etc/nss_ldap.conf
LDAP secret (optional): /usr/local/etc/nss_ldap.secret
=====================================================================
Message from xsane-0.999_5:
===============================================================================

XSane has been installed.

To install XSane as a GIMP plug-in, please type:

    ln -sf /usr/local/bin/xsane ~/.gimp-*/plug-ins/xsane

Then run the GIMP, and a new "XSane" menu item should appear in the
"File -> Acquire" menu. Use this to access your scanner.

Have fun!

===============================================================================
Installing arabic/aspell...
Checking integrity... done (0 conflicting)
The following 2 package(s) will be affected (of 0 checked):

New packages to be INSTALLED:
    ar-aspell: 1.2.0_1,1
    aspell: 0.60.6.1_5

The process will require 25 MiB more space.
[1/2] Installing aspell-0.60.6.1_5...
[1/2] Extracting aspell-0.60.6.1_5: .......... done
[2/2] Installing ar-aspell-1.2.0_1,1...
[2/2] Extracting ar-aspell-1.2.0_1,1: ....... done
Installing archivers/quazip...
Checking integrity... done (0 conflicting)
The following 1 package(s) will be affected (of 0 checked):

New packages to be INSTALLED:
    quazip: 0.7.1

The process will require 356 KiB more space.
[1/1] Installing quazip-0.7.1...
[1/1] Extracting quazip-0.7.1: .......... done
Installing archivers/xarchiver...
Checking integrity... done (0 conflicting)
The following 2 package(s) will be affected (of 0 checked):

New packages to be INSTALLED:
    xarchiver: 0.5.4_1
    unzip: 6.0_6

The process will require 1 MiB more space.
[1/2] Installing unzip-6.0_6...
[1/2] Extracting unzip-6.0_6: .......... done
[2/2] Installing xarchiver-0.5.4_1...
[2/2] Extracting xarchiver-0.5.4_1: .......... done
Installing astro/gpsd...
Checking integrity... done (0 conflicting)
The following 1 package(s) will be affected (of 0 checked):

New packages to be INSTALLED:
    gpsd: 3.14_3

The process will require 1 MiB more space.
[1/1] Installing gpsd-3.14_3...
[1/1] Extracting gpsd-3.14_3: .......... done
Installing audio/libmusicbrainz5...
Checking integrity... done (0 conflicting)
The following 2 package(s) will be affected (of 0 checked):

New packages to be INSTALLED:
    libmusicbrainz5: 5.1.0
    neon: 0.30.1

The process will require 2 MiB more space.
[1/2] Installing neon-0.30.1...
[1/2] Extracting neon-0.30.1: .......... done
[2/2] Installing libmusicbrainz5-5.1.0...
[2/2] Extracting libmusicbrainz5-5.1.0: .......... done
Installing audio/musepack...
Checking integrity... done (0 conflicting)
The following 1 package(s) will be affected (of 0 checked):

New packages to be INSTALLED:
    musepack: 2011.08.10

The process will require 491 KiB more space.
[1/1] Installing musepack-2011.08.10...
[1/1] Extracting musepack-2011.08.10: .......... done
Installing audio/normalize...
Checking integrity... done (0 conflicting)
The following 7 package(s) will be affected (of 0 checked):

New packages to be INSTALLED:
    normalize: 0.7.7_10
    madplay: 0.15.2b_5
    esound: 0.2.41_3
    pkgconf: 0.9.12_1
    libaudiofile: 0.3.6_2
    libid3tag: 0.15.1b_1
    lame: 3.99.5_2

The process will require 3 MiB more space.
[1/7] Installing pkgconf-0.9.12_1...
[1/7] Extracting pkgconf-0.9.12_1: ....... done
[2/7] Installing libaudiofile-0.3.6_2...
[2/7] Extracting libaudiofile-0.3.6_2: .......... done
[3/7] Installing esound-0.2.41_3...
[3/7] Extracting esound-0.2.41_3: .......... done
[4/7] Installing libid3tag-0.15.1b_1...
[4/7] Extracting libid3tag-0.15.1b_1: .......... done
[5/7] Installing madplay-0.15.2b_5...
[5/7] Extracting madplay-0.15.2b_5: .......... done
[6/7] Installing lame-3.99.5_2...
[6/7] Extracting lame-3.99.5_2: .......... done
[7/7] Installing normalize-0.7.7_10...
[7/7] Extracting normalize-0.7.7_10: ....... done
Message from esound-0.2.41_3:
The ESounD daemon (esd) must be started on a per-user basis.  This is typically
done by the Session Manager in GNOME.  However, if you are not using the
GNOME Desktop, you will need to add something like the following to your
X Windows initialization script:

esd -terminate -nobeeps -as 2
Installing audio/sox...
Checking integrity... done (0 conflicting)
The following 4 package(s) will be affected (of 0 checked):

New packages to be INSTALLED:
    sox: 14.4.2
    gsm: 1.0.13_2
    opusfile: 0.6_1
    opus: 1.1_2

The process will require 4 MiB more space.
[1/4] Installing opus-1.1_2...
[1/4] Extracting opus-1.1_2: .......... done
[2/4] Installing gsm-1.0.13_2...
[2/4] Extracting gsm-1.0.13_2: .......... done
[3/4] Installing opusfile-0.6_1...
[3/4] Extracting opusfile-0.6_1: .......... done
[4/4] Installing sox-14.4.2...
[4/4] Extracting sox-14.4.2: .......... done
Installing chinese/ibus-chewing...
Checking integrity... done (0 conflicting)
The following 5 package(s) will be affected (of 0 checked):

New packages to be INSTALLED:
    zh-ibus-chewing: 1.4.14
    zh-libchewing: 0.4.0_1
    ibus: 1.5.11
    py27-notify: 0.1.1_11
    py27-xdg: 0.25

The process will require 15 MiB more space.
[1/5] Installing py27-notify-0.1.1_11...
[1/5] Extracting py27-notify-0.1.1_11: .......... done
[2/5] Installing py27-xdg-0.25...
[2/5] Extracting py27-xdg-0.25: .......... done
[3/5] Installing zh-libchewing-0.4.0_1...
[3/5] Extracting zh-libchewing-0.4.0_1: .......... done
[4/5] Installing ibus-1.5.11...
[4/5] Extracting ibus-1.5.11: .......... done
[5/5] Installing zh-ibus-chewing-1.4.14...
[5/5] Extracting zh-ibus-chewing-1.4.14: .......... done
Message from ibus-1.5.11:
-------------------------------------------------------------------
ibus installation finished. To use ibus, please do the following:

If you are using bash, please add following lines to your $HOME/.bashrc:

export XIM=ibus
export GTK_IM_MODULE=ibus
export QT_IM_MODULE=xim
export XMODIFIERS=@im=ibus
export XIM_PROGRAM="ibus-daemon"
export XIM_ARGS="--daemonize --xim"

If you are using tcsh, please add following lines to your $HOME/.cshrc:

setenv XIM ibus
setenv GTK_IM_MODULE ibus
setenv QT_IM_MODULE xim
setenv XMODIFIERS @im=ibus
setenv XIM_PROGRAM ibus-daemon
setenv XIM_ARGS "--daemonize --xim"

If you are using KDE4, you may create a shell script in $HOME/.kde4/env,
and add following lines:

#!/bin/sh
export XIM=ibus
export GTK_IM_MODULE=ibus
export QT_IM_MODULE=xim
export XMODIFIERS=@im=ibus
export XIM_PROGRAM="ibus-daemon"
export XIM_ARGS="--daemonize --xim"

Following input methods/engines are available in ports:

chinese/ibus-chewing        Chewing engine for IBus
chinese/ibus-pinyin        The PinYin input method
japanese/ibus-anthy        Anthy engine for IBus
japanese/ibus-mozc        Mozc engine for IBus
japanese/ibus-skk        SKK engine for IBus
korean/ibus-hangul        Hangul engine for IBus
textproc/ibus-kmfl        KMFL IMEngine for IBus framework
textproc/ibus-m17n        The m17n IMEngine for IBus framework
textproc/ibus-table        Table based IM framework for IBus

and QT4 input method module, textproc/ibus-qt.

If ibus cannot start or the panel does not appear, please ensure
that you are using up-to-date python.
There's a bug in python 2.5, which may prevent the panel from appearing.
-------------------------------------------------------------------
Installing chinese/ibus-pinyin...
Checking integrity... done (0 conflicting)
The following 2 package(s) will be affected (of 0 checked):

New packages to be INSTALLED:
    zh-ibus-pinyin: 1.5.0_1
    zh-pyzy: 0.1.0_1

The process will require 5 MiB more space.
[1/2] Installing zh-pyzy-0.1.0_1...
[1/2] Extracting zh-pyzy-0.1.0_1: .......... done
[2/2] Installing zh-ibus-pinyin-1.5.0_1...
[2/2] Extracting zh-ibus-pinyin-1.5.0_1: .......... done
Installing comms/lirc...
Checking integrity... done (0 conflicting)
The following 3 package(s) will be affected (of 0 checked):

New packages to be INSTALLED:
    lirc: 0.9.0_7,1
    libftdi: 0.20_4
    libirman: 0.4.6

The process will require 2 MiB more space.
[1/3] Installing libftdi-0.20_4...
[1/3] Extracting libftdi-0.20_4: .......... done
[2/3] Installing libirman-0.4.6...
[2/3] Extracting libirman-0.4.6: .......... done
[3/3] Installing lirc-0.9.0_7,1...
[3/3] Extracting lirc-0.9.0_7,1: .......... done
Message from lirc-0.9.0_7,1:
**********************************************************************
This port does not contain any FreeBSD device drivers for infrared
devices. This port installs the LIRC daemons and tools for interacting
with drivers that support the LIRC device interface.

You will need to obtain third party device drivers or port the Linux
drivers in ${WRKSRC}/drivers to use the LIRC port.

Update for 0.9:  Known working with this update are FTDI-based USB
IR receivers/transmitters like described here,

    http://www.huitsing.nl/irftdi/

and if you use the recent multimedia/webcamd port then MCE USB based
ones driven by the Linux mceusb driver as well remotes coming with
USB DVB tuners that by default work with the Linux drivers used in
webcamd should also work, i.e. if webcamd creates a /dev/lircX
device node check if e.g.

    mode2 -d /dev/lirc0

reports pulses and spaces when triggering the remote at the receiver,
if it does you probably will be able to use lirc.

Some other userland drivers will probably also work (like others
using libusb), they just were not tested.

The lirc documentation should be accessible at:

    /usr/local/share/doc/lirc/html/index.html

Some example configs should have been installed here:

    /usr/local/share/examples/lirc/remotes

The port now installs an example lircd.conf that's preconfigured
for use with webcamd, either with USB DVB tuner remotes supported
by the Linux drivers by default that webcamd uses, or for remotes
supplied with MCE USB IR receivers.  If you want to create a config
for a different remote using an IR receiver that works with mode2
you can try using irrecord like described here:

    file:///usr/local/share/doc/lirc/html/help.html#new_remote

Update for webcamd >= 3.0.0.1:

webcamd 3.0.0.1 now supports /dev/input/eventX (X there can be for
example 0, 8, 16 etc) and uses it exclusively for almost all tuners,
only mceusb IR-only devices now support both interfaces.  So if you
don't get a /dev/lircX device node anymore and want to make lirc
use a remote with such a tuner you now need the lirc devinput driver,
if you start lircd via the rc.d script set lircd_flags and lircd_device
in rc.conf(5), like:

    lircd_flags="-H devinput"
    lircd_device="/dev/input/event0"

The example lircd.conf includes the devinput config file too so if
all goes well irw(1) should still work with such tuners and show
buttons pressed, and if not and the tuner's Linux driver uses the
rc.core interface you can often still add a custom keymap, only
with devinput you no longer want to use irrecord(1) but ir-keytable(1)
which is part of the multimedia/v4l-utils port.  Using that tool
you can e.g. check remote events coming in on /dev/input/eventX,

    ir-keytable -d /dev/input/eventX -t

list the current keytable,

    ir-keytable -d /dev/input/eventX -r

or add scancodes on the fly by loading a custom keymap,

    ir-keytable -d /dev/input/eventX -w keymap.txt

(on Linux this can be automated using udev, don't know if we need
something like that also...)  Some (Linux-centric, so not all of
them apply) notes re ir-keytable(1) and the lirc devinput change
are also here:

    http://forum.xbmc.org/showthread.php?t=101151

**********************************************************************
Installing databases/akonadi...
Checking integrity... done (0 conflicting)
The following 12 package(s) will be affected (of 0 checked):

New packages to be INSTALLED:
    akonadi: 1.13.0
    qt4-network: 4.8.7_1
    qt4-sql: 4.8.7
    soprano: 2.9.4_1
    libiodbc: 3.52.9_1
    redland: 1.0.17_4
    rasqal: 0.9.33
    raptor2: 2.0.15_1
    yajl: 2.1.0
    qt4-mysql-plugin: 4.8.7
    mysql56-client: 5.6.27
    mysql56-server: 5.6.27

The process will require 146 MiB more space.
[1/12] Installing yajl-2.1.0...
[1/12] Extracting yajl-2.1.0: .......... done
[2/12] Installing raptor2-2.0.15_1...
[2/12] Extracting raptor2-2.0.15_1: .......... done
[3/12] Installing rasqal-0.9.33...
[3/12] Extracting rasqal-0.9.33: .......... done
[4/12] Installing qt4-network-4.8.7_1...
[4/12] Extracting qt4-network-4.8.7_1: .......... done
[5/12] Installing qt4-sql-4.8.7...
[5/12] Extracting qt4-sql-4.8.7: .......... done
[6/12] Installing libiodbc-3.52.9_1...
[6/12] Extracting libiodbc-3.52.9_1: .......... done
[7/12] Installing redland-1.0.17_4...
[7/12] Extracting redland-1.0.17_4: .......... done
[8/12] Installing mysql56-client-5.6.27...
[8/12] Extracting mysql56-client-5.6.27: .......... done
[9/12] Installing soprano-2.9.4_1...
[9/12] Extracting soprano-2.9.4_1: .......... done
[10/12] Installing qt4-mysql-plugin-4.8.7...
[10/12] Extracting qt4-mysql-plugin-4.8.7: .... done
[11/12] Installing mysql56-server-5.6.27...
===> Creating users and/or groups.
Using existing group 'mysql'.
Using existing user 'mysql'.
[11/12] Extracting mysql56-server-5.6.27: .......... done
[12/12] Installing akonadi-1.13.0...
[12/12] Extracting akonadi-1.13.0: .......... done
Message from qt4-sql-4.8.7:
======================================================================

To enable Qt database support, install the database plugin ports. The
following plugin ports are available:
 - databases/qt4-ibase-plugin        InterBase/Firebird
 - databases/qt4-mysql-plugin        MySQL
 - databases/qt4-odbc-plugin        Open Database Connectivity
 - databases/qt4-pgsql-plugin        PostgreSQL
 - databases/qt4-sqlite-plugin        SQLite 2
 - databases/qt4-sqlite3-plugin        SQLite 3

======================================================================
Message from mysql56-client-5.6.27:
* * * * * * * * * * * * * * * * * * * * * * * *

Please be aware the database client is vulnerable
to CVE-2015-3152 - SSL Downgrade aka "BACKRONYM".
You may find more information at the following URL:

http://www.vuxml.org/freebsd/36bd352d-299b-11e5-86ff-14dae9d210b8.html

Although this database client is not listed as
"affected", it is vulnerable and will not be
receiving a patch. Please take note of this when
deploying this software.

* * * * * * * * * * * * * * * * * * * * * * * *
Message from soprano-2.9.4_1:
======================================================================

You'll have to install databases/virtuoso to use Soprano's Virtuoso
backend.

======================================================================
Message from mysql56-server-5.6.27:
************************************************************************

Remember to run mysql_upgrade the first time you start the MySQL server
after an upgrade from an earlier version.

************************************************************************
Installing databases/xapian-core...
Checking integrity... done (0 conflicting)
The following 1 package(s) will be affected (of 0 checked):

New packages to be INSTALLED:
    xapian-core: 1.2.21,1

The process will require 14 MiB more space.
[1/1] Installing xapian-core-1.2.21,1...
[1/1] Extracting xapian-core-1.2.21,1: .......... done
Installing deskutils/fbreader...
Checking integrity... done (0 conflicting)
The following 3 package(s) will be affected (of 0 checked):

New packages to be INSTALLED:
    fbreader: 0.99.6_2
    libunibreak: 1.1_3,1
    qt4-imageformats: 4.8.7

The process will require 6 MiB more space.
[1/3] Installing libunibreak-1.1_3,1...
[1/3] Extracting libunibreak-1.1_3,1: .......... done
[2/3] Installing qt4-imageformats-4.8.7...
[2/3] Extracting qt4-imageformats-4.8.7: .......... done
[3/3] Installing fbreader-0.99.6_2...
[3/3] Extracting fbreader-0.99.6_2: .......... done
Installing deskutils/qorganizer...
Checking integrity... done (0 conflicting)
The following 1 package(s) will be affected (of 0 checked):

New packages to be INSTALLED:
    qorganizer: 3.1_4

The process will require 931 KiB more space.
[1/1] Installing qorganizer-3.1_4...
[1/1] Extracting qorganizer-3.1_4: ..... done
Installing devel/liborcus07...
Checking integrity... done (0 conflicting)
The following 1 package(s) will be affected (of 0 checked):

New packages to be INSTALLED:
    liborcus07: 0.7.1

The process will require 4 MiB more space.
[1/1] Installing liborcus07-0.7.1...
[1/1] Extracting liborcus07-0.7.1: .......... done
Installing devel/p5-perlqt...
Checking integrity... done (0 conflicting)
The following 22 package(s) will be affected (of 0 checked):

New packages to be INSTALLED:
    p5-perlqt: 4.14.3
    smokeqt: 4.14.3
    smokegen: 4.14.3
    qwt5: 5.2.3
    qt4-multimedia: 4.8.7
    qt4-script: 4.8.7
    qt4-opengl: 4.8.7
    qscintilla2: 2.8.4,1
    qt4-designer: 4.8.7
    qt4-webkit: 4.8.7
    qt4-declarative: 4.8.7
    qt4-xmlpatterns: 4.8.7
    qt4-assistant: 4.8.7
    qt4-sqlite-plugin: 4.8.7
    qt4-doc: 4.8.7
    qt4-help: 4.8.7
    qt4-clucene: 4.8.7
    qt4-qt3support: 4.8.7
    phonon: 4.8.3
    qzeitgeist: 0.8.0_2
    qt4-testlib: 4.8.7
    qimageblitz: 0.0.6_2

The process will require 354 MiB more space.
[1/22] Installing qt4-script-4.8.7...
[1/22] Extracting qt4-script-4.8.7: .......... done
[2/22] Installing qt4-opengl-4.8.7...
[2/22] Extracting qt4-opengl-4.8.7: .......... done
[3/22] Installing qt4-xmlpatterns-4.8.7...
[3/22] Extracting qt4-xmlpatterns-4.8.7: .......... done
[4/22] Installing qt4-declarative-4.8.7...
[4/22] Extracting qt4-declarative-4.8.7: .......... done
[5/22] Installing qt4-sqlite-plugin-4.8.7...
[5/22] Extracting qt4-sqlite-plugin-4.8.7: .... done
[6/22] Installing qt4-clucene-4.8.7...
[6/22] Extracting qt4-clucene-4.8.7: .......... done
[7/22] Installing qt4-webkit-4.8.7...
[7/22] Extracting qt4-webkit-4.8.7: .......... done
[8/22] Installing qt4-doc-4.8.7...
[8/22] Extracting qt4-doc-4.8.7: .......... done
[9/22] Installing qt4-help-4.8.7...
[9/22] Extracting qt4-help-4.8.7: .......... done
[10/22] Installing qt4-assistant-4.8.7...
[10/22] Extracting qt4-assistant-4.8.7: ...... done
[11/22] Installing qt4-qt3support-4.8.7...
[11/22] Extracting qt4-qt3support-4.8.7: .......... done
[12/22] Installing qt4-testlib-4.8.7...
[12/22] Extracting qt4-testlib-4.8.7: .......... done
[13/22] Installing qt4-designer-4.8.7...
[13/22] Extracting qt4-designer-4.8.7: .......... done
[14/22] Installing qzeitgeist-0.8.0_2...
[14/22] Extracting qzeitgeist-0.8.0_2: .......... done
[15/22] Installing smokegen-4.14.3...
[15/22] Extracting smokegen-4.14.3: .......... done
[16/22] Installing qwt5-5.2.3...
[16/22] Extracting qwt5-5.2.3: .......... done
[17/22] Installing qt4-multimedia-4.8.7...
[17/22] Extracting qt4-multimedia-4.8.7: .......... done
[18/22] Installing qscintilla2-2.8.4,1...
[18/22] Extracting qscintilla2-2.8.4,1: .......... done
[19/22] Installing phonon-4.8.3...
[19/22] Extracting phonon-4.8.3: .......... done
[20/22] Installing qimageblitz-0.0.6_2...
[20/22] Extracting qimageblitz-0.0.6_2: ........ done
[21/22] Installing smokeqt-4.14.3...
[21/22] Extracting smokeqt-4.14.3: .......... done
[22/22] Installing p5-perlqt-4.14.3...
[22/22] Extracting p5-perlqt-4.14.3: .......... done
Message from qzeitgeist-0.8.0_2:
======================================================================

You'll have to install sysutils/zeitgeist to enable event logging.

======================================================================
Message from phonon-4.8.3:
======================================================================

Please, consider installing backends for Phonon:
- multimedia/phonon-gstreamer    GStreamer backend
- multimedia/phonon-vlc        VLC backend

======================================================================
Message from p5-perlqt-4.14.3:
===========================================================

To use Perl bindings outside KDE session set PERL5LIB
environment variable:

PERL5LIB=/usr/local/lib/perl5/site_perl/mach/5.20: /usr/local/lib/perl5/site_perl

See "man 1 perlrun" for details.

===========================================================
Installing devel/py-qt4...
Checking integrity... done (0 conflicting)
The following 30 package(s) will be affected (of 0 checked):

New packages to be INSTALLED:
    py27-qt4: 4.11.3
    py27-qt4-gui: 4.11.3,1
    qt4-inputmethods: 4.8.7
    py27-qt4-core: 4.11.3,1
    py27-sip: 4.16.5_1,1
    qt4-iconengines: 4.8.7
    py27-qt4-help: 4.11.3
    py27-qt4-doc: 4.11.3,1
    py27-qt4-assistant: 4.11.3,1
    py27-qt4-network: 4.11.3,1
    qt4-libQtAssistantClient: 4.6.3_1
    py27-qt4-multimedia: 4.11.3
    py27-qt4-script: 4.11.3,1
    py27-qt4-svg: 4.11.3,1
    py27-qt4-opengl: 4.11.3,1
    py27-qt4-designer: 4.11.3,1
    py27-qt4-xml: 4.11.3,1
    py27-qt4-test: 4.11.3,1
    py27-qt4-declarative: 4.11.3
    py27-qt4-phonon: 4.11.3
    py27-qt4-qscintilla2: 2.8.4,1
    py27-qt4-sql: 4.11.3,1
    py27-qt4-scripttools: 4.11.3,1
    qt4-scripttools: 4.8.7
    py27-qt4-dbus: 4.11.3_1,1
    py27-qt4-dbussupport: 4.11.3_1
    py27-qt4-designerplugin: 4.11.3,1
    py27-qt4-webkit: 4.11.3
    py27-qt4-demo: 4.11.3_1,1
    py27-qt4-xmlpatterns: 4.11.3

The process will require 61 MiB more space.
[1/30] Installing py27-sip-4.16.5_1,1...
[1/30] Extracting py27-sip-4.16.5_1,1: .......... done
[2/30] Installing qt4-inputmethods-4.8.7...
[2/30] Extracting qt4-inputmethods-4.8.7: .... done
[3/30] Installing py27-qt4-core-4.11.3,1...
[3/30] Extracting py27-qt4-core-4.11.3,1: .......... done
[4/30] Installing qt4-iconengines-4.8.7...
[4/30] Extracting qt4-iconengines-4.8.7: .... done
[5/30] Installing py27-qt4-gui-4.11.3,1...
[5/30] Extracting py27-qt4-gui-4.11.3,1: .......... done
[6/30] Installing py27-qt4-script-4.11.3,1...
[6/30] Extracting py27-qt4-script-4.11.3,1: .......... done
[7/30] Installing py27-qt4-xml-4.11.3,1...
[7/30] Extracting py27-qt4-xml-4.11.3,1: ........ done
[8/30] Installing py27-qt4-network-4.11.3,1...
[8/30] Extracting py27-qt4-network-4.11.3,1: .......... done
[9/30] Installing qt4-libQtAssistantClient-4.6.3_1...
[9/30] Extracting qt4-libQtAssistantClient-4.6.3_1: .......... done
[10/30] Installing py27-qt4-designer-4.11.3,1...
[10/30] Extracting py27-qt4-designer-4.11.3,1: .......... done
[11/30] Installing qt4-scripttools-4.8.7...
[11/30] Extracting qt4-scripttools-4.8.7: .......... done
[12/30] Installing py27-qt4-help-4.11.3...
[12/30] Extracting py27-qt4-help-4.11.3: .......... done
[13/30] Installing py27-qt4-doc-4.11.3,1...
[13/30] Extracting py27-qt4-doc-4.11.3,1: .......... done
[14/30] Installing py27-qt4-assistant-4.11.3,1...
[14/30] Extracting py27-qt4-assistant-4.11.3,1: .... done
[15/30] Installing py27-qt4-multimedia-4.11.3...
[15/30] Extracting py27-qt4-multimedia-4.11.3: .......... done
[16/30] Installing py27-qt4-svg-4.11.3,1...
[16/30] Extracting py27-qt4-svg-4.11.3,1: ....... done
[17/30] Installing py27-qt4-opengl-4.11.3,1...
[17/30] Extracting py27-qt4-opengl-4.11.3,1: ......... done
[18/30] Installing py27-qt4-test-4.11.3,1...
[18/30] Extracting py27-qt4-test-4.11.3,1: ....... done
[19/30] Installing py27-qt4-declarative-4.11.3...
[19/30] Extracting py27-qt4-declarative-4.11.3: .......... done
[20/30] Installing py27-qt4-phonon-4.11.3...
[20/30] Extracting py27-qt4-phonon-4.11.3: .......... done
[21/30] Installing py27-qt4-qscintilla2-2.8.4,1...
[21/30] Extracting py27-qt4-qscintilla2-2.8.4,1: .......... done
[22/30] Installing py27-qt4-sql-4.11.3,1...
[22/30] Extracting py27-qt4-sql-4.11.3,1: .......... done
[23/30] Installing py27-qt4-scripttools-4.11.3,1...
[23/30] Extracting py27-qt4-scripttools-4.11.3,1: .... done
[24/30] Installing py27-qt4-dbus-4.11.3_1,1...
[24/30] Extracting py27-qt4-dbus-4.11.3_1,1: .......... done
[25/30] Installing py27-qt4-dbussupport-4.11.3_1...
[25/30] Extracting py27-qt4-dbussupport-4.11.3_1: . done
[26/30] Installing py27-qt4-designerplugin-4.11.3,1...
[26/30] Extracting py27-qt4-designerplugin-4.11.3,1: . done
[27/30] Installing py27-qt4-webkit-4.11.3...
[27/30] Extracting py27-qt4-webkit-4.11.3: .......... done
[28/30] Installing py27-qt4-xmlpatterns-4.11.3...
[28/30] Extracting py27-qt4-xmlpatterns-4.11.3: .......... done
[29/30] Installing py27-qt4-demo-4.11.3_1,1...
[29/30] Extracting py27-qt4-demo-4.11.3_1,1: .......... done
[30/30] Installing py27-qt4-4.11.3...
Installing devel/qjson...
Checking integrity... done (0 conflicting)
The following 1 package(s) will be affected (of 0 checked):

New packages to be INSTALLED:
    qjson: 0.8.1

The process will require 1 MiB more space.
[1/1] Installing qjson-0.8.1...
[1/1] Extracting qjson-0.8.1: .......... done
Installing devel/ruby-qtruby...
Checking integrity... done (0 conflicting)
The following 1 package(s) will be affected (of 0 checked):

New packages to be INSTALLED:
    ruby20-qtruby: 4.14.3

The process will require 2 MiB more space.
[1/1] Installing ruby20-qtruby-4.14.3...
[1/1] Extracting ruby20-qtruby-4.14.3: .......... done
Message from ruby20-qtruby-4.14.3:
===========================================================

To use Ruby bindings outside KDE session set RUBYLIB
environment variable:

RUBYLIB=/usr/local/lib/ruby/site_ruby/2.0:/usr/local/lib/ruby/site_ruby/2.0/amd64-freebsd10

See "man 1 ruby" for details.

===========================================================
Installing editors/libreoffice-es...
Checking integrity... done (0 conflicting)
The following 56 package(s) will be affected (of 0 checked):

New packages to be INSTALLED:
    es-libreoffice: 5.0.3
    libreoffice: 5.0.3
    crosextrafonts-carlito: 20130920_2
    libwpd010: 0.10.0
    librevenge: 0.0.2
    firebird25-client: 2.5.4_3
    libexttextcat: 3.4.4
    libcdr01: 0.1.1_1
    liberation-fonts-ttf: 2.00.1,2
    CoinMP: 1.8.3
    libwps: 0.4.2
    libe-book: 0.1.2_1
    libcmis: 0.5.0
    liborcus: 0.9.2
    libgltf: 0.0.2
    glew: 1.12.0
    libvisio01: 0.1.3
    libmwaw03: 0.3.6
    opencollada: 1.2.2.20150519
    libetonyek01: 0.1.3,1
    libpagemaker: 0.0.2
    GentiumBasic: 110_3
    hyphen: 2.8.8
    libmspub01: 0.1.2_1
    kdelibs: 4.14.3_3
    qt4-qdbusviewer: 4.8.7
    hupnp: 1.0.0_1
    polkit-qt: 0.112.0
    qca: 2.1.1
    libdbusmenu-qt: 0.9.3.151020150604
    attica: 0.4.2,2
    kde4-icons-oxygen: 4.14.3
    shared-desktop-ontologies: 0.11.0
    libstreamanalyzer: 0.7.8_5
    clucene: 2.3.3.4_7
    ffmpeg: 2.8.3_1,1
    fdk-aac: 0.1.4
    opencv-core: 2.4.9_3
    libtheora: 1.1.1_6
    xvid: 1.3.4,1
    libvpx: 1.5.0
    schroedinger: 1.0.11_4
    libx264: 0.144.2533_1
    libaacplus: 2.0.2_8
    libstreams: 0.7.8_1
    grantlee: 0.5.1
    linuxlibertine-g: 20120116_1
    crosextrafonts-caladea: 20130214_1
    libodfgen01: 0.1.5
    libwpg03: 0.3.0
    liblangtag: 0.5.8
    mythes: 1.2.4
    nss: 3.20.1
    libabw: 0.1.1
    lp_solve: 5.5.2.0
    libfreehand: 0.1.1

The process will require 635 MiB more space.
[1/56] Installing fdk-aac-0.1.4...
[1/56] Extracting fdk-aac-0.1.4: .......... done
[2/56] Installing opencv-core-2.4.9_3...
[2/56] Extracting opencv-core-2.4.9_3: .......... done
[3/56] Installing libtheora-1.1.1_6...
[3/56] Extracting libtheora-1.1.1_6: .......... done
[4/56] Installing xvid-1.3.4,1...
[4/56] Extracting xvid-1.3.4,1: ........ done
[5/56] Installing libvpx-1.5.0...
[5/56] Extracting libvpx-1.5.0: .......... done
[6/56] Installing schroedinger-1.0.11_4...
[6/56] Extracting schroedinger-1.0.11_4: .......... done
[7/56] Installing libx264-0.144.2533_1...
[7/56] Extracting libx264-0.144.2533_1: ......... done
[8/56] Installing libaacplus-2.0.2_8...
[8/56] Extracting libaacplus-2.0.2_8: .......... done
[9/56] Installing librevenge-0.0.2...
[9/56] Extracting librevenge-0.0.2: .......... done
[10/56] Installing clucene-2.3.3.4_7...
[10/56] Extracting clucene-2.3.3.4_7: .......... done
[11/56] Installing ffmpeg-2.8.3_1,1...
[11/56] Extracting ffmpeg-2.8.3_1,1: .......... done
[12/56] Installing libstreams-0.7.8_1...
[12/56] Extracting libstreams-0.7.8_1: .......... done
[13/56] Installing libwpd010-0.10.0...
[13/56] Extracting libwpd010-0.10.0: .......... done
[14/56] Installing glew-1.12.0...
[14/56] Extracting glew-1.12.0: .......... done
[15/56] Installing qt4-qdbusviewer-4.8.7...
[15/56] Extracting qt4-qdbusviewer-4.8.7: ...... done
[16/56] Installing hupnp-1.0.0_1...
[16/56] Extracting hupnp-1.0.0_1: .......... done
[17/56] Installing polkit-qt-0.112.0...
[17/56] Extracting polkit-qt-0.112.0: .......... done
[18/56] Installing qca-2.1.1...
[18/56] Extracting qca-2.1.1: .......... done
[19/56] Installing libdbusmenu-qt-0.9.3.151020150604...
[19/56] Extracting libdbusmenu-qt-0.9.3.151020150604: .......... done
[20/56] Installing attica-0.4.2,2...
[20/56] Extracting attica-0.4.2,2: .......... done
[21/56] Installing kde4-icons-oxygen-4.14.3...
[21/56] Extracting kde4-icons-oxygen-4.14.3: .......... done
[22/56] Installing shared-desktop-ontologies-0.11.0...
[22/56] Extracting shared-desktop-ontologies-0.11.0: .......... done
[23/56] Installing libstreamanalyzer-0.7.8_5...
[23/56] Extracting libstreamanalyzer-0.7.8_5: .......... done
[24/56] Installing grantlee-0.5.1...
[24/56] Extracting grantlee-0.5.1: .......... done
[25/56] Installing crosextrafonts-carlito-20130920_2...
[25/56] Extracting crosextrafonts-carlito-20130920_2: ....... done
[26/56] Installing firebird25-client-2.5.4_3...
[26/56] Extracting firebird25-client-2.5.4_3: .......... done
[27/56] Installing libexttextcat-3.4.4...
[27/56] Extracting libexttextcat-3.4.4: .......... done
[28/56] Installing libcdr01-0.1.1_1...
[28/56] Extracting libcdr01-0.1.1_1: .......... done
[29/56] Installing liberation-fonts-ttf-2.00.1,2...
[29/56] Extracting liberation-fonts-ttf-2.00.1,2: .......... done
[30/56] Installing CoinMP-1.8.3...
[30/56] Extracting CoinMP-1.8.3: .......... done
[31/56] Installing libwps-0.4.2...
[31/56] Extracting libwps-0.4.2: .......... done
[32/56] Installing libe-book-0.1.2_1...
[32/56] Extracting libe-book-0.1.2_1: .......... done
[33/56] Installing libcmis-0.5.0...
[33/56] Extracting libcmis-0.5.0: .......... done
[34/56] Installing liborcus-0.9.2...
[34/56] Extracting liborcus-0.9.2: .......... done
[35/56] Installing libgltf-0.0.2...
[35/56] Extracting libgltf-0.0.2: .......... done
[36/56] Installing libvisio01-0.1.3...
[36/56] Extracting libvisio01-0.1.3: .......... done
[37/56] Installing libmwaw03-0.3.6...
[37/56] Extracting libmwaw03-0.3.6: .......... done
[38/56] Installing opencollada-1.2.2.20150519...
[38/56] Extracting opencollada-1.2.2.20150519: .......... done
[39/56] Installing libetonyek01-0.1.3,1...
[39/56] Extracting libetonyek01-0.1.3,1: .......... done
[40/56] Installing libpagemaker-0.0.2...
[40/56] Extracting libpagemaker-0.0.2: .......... done
[41/56] Installing GentiumBasic-110_3...
[41/56] Extracting GentiumBasic-110_3: .......... done
[42/56] Installing hyphen-2.8.8...
[42/56] Extracting hyphen-2.8.8: .......... done
[43/56] Installing libmspub01-0.1.2_1...
[43/56] Extracting libmspub01-0.1.2_1: .......... done
[44/56] Installing kdelibs-4.14.3_3...
[44/56] Extracting kdelibs-4.14.3_3: .......... done
Unknown media type in type 'all/all'
Unknown media type in type 'all/allfiles'
Unknown media type in type 'uri/mms'
Unknown media type in type 'uri/mmst'
Unknown media type in type 'uri/mmsu'
Unknown media type in type 'uri/pnm'
Unknown media type in type 'uri/rtspt'
Unknown media type in type 'uri/rtspu'
[45/56] Installing linuxlibertine-g-20120116_1...
[45/56] Extracting linuxlibertine-g-20120116_1: .......... done
[46/56] Installing crosextrafonts-caladea-20130214_1...
[46/56] Extracting crosextrafonts-caladea-20130214_1: ....... done
[47/56] Installing libodfgen01-0.1.5...
[47/56] Extracting libodfgen01-0.1.5: .......... done
[48/56] Installing libwpg03-0.3.0...
[48/56] Extracting libwpg03-0.3.0: .......... done
[49/56] Installing liblangtag-0.5.8...
[49/56] Extracting liblangtag-0.5.8: .......... done
[50/56] Installing mythes-1.2.4...
[50/56] Extracting mythes-1.2.4: .......... done
[51/56] Installing nss-3.20.1...
[51/56] Extracting nss-3.20.1: .......... done
[52/56] Installing libabw-0.1.1...
[52/56] Extracting libabw-0.1.1: .......... done
[53/56] Installing lp_solve-5.5.2.0...
[53/56] Extracting lp_solve-5.5.2.0: .......... done
[54/56] Installing libfreehand-0.1.1...
[54/56] Extracting libfreehand-0.1.1: .......... done
[55/56] Installing libreoffice-5.0.3...
[55/56] Extracting libreoffice-5.0.3: .......... done
Unknown media type in type 'all/all'
Unknown media type in type 'all/allfiles'
Unknown media type in type 'uri/mms'
Unknown media type in type 'uri/mmst'
Unknown media type in type 'uri/mmsu'
Unknown media type in type 'uri/pnm'
Unknown media type in type 'uri/rtspt'
Unknown media type in type 'uri/rtspu'
[56/56] Installing es-libreoffice-5.0.3...
[56/56] Extracting es-libreoffice-5.0.3: .......... done
Message from crosextrafonts-carlito-20130920_2:
You can start using the fonts by following these instructions:

Add the following line to the "Files" section of your x.org configuration file:

    FontPath "/usr/local/share/fonts/Carlito/"
Message from liberation-fonts-ttf-2.00.1,2:
You can start using the fonts by following these instructions:

Add the following line to the "Files" section of your x.org configuration file:

    FontPath "/usr/local/share/fonts/Liberation/"
Message from GentiumBasic-110_3:
To use these fonts, add the following line to the "Files" section of
xorg.conf:

    FontPath "/usr/local/share/fonts/GentiumBasic/"

Users of older versions of X may additionally have to make sure that
the freetype module is loaded.  Check /var/log/Xorg.0.log for error
messages.  If freetype is required, add the following line to the
"Modules" section of xorg.conf:

    Load "freetype"
Message from kdelibs-4.14.3_3:
======================================================================

Due to severe instability, the Solid UPnP backend was disabled. Thus,
you will not get notifications about networked shares in the device
notifier. The UPnP functionality can be re-enabled by setting the
SOLID_UPNP environment variable:

$ cat > ~/.kde4/env/upnp.sh << EOF
SOLID_UPNP=1
export SOLID_UPNP
EOF
$ chmod +x ~/.kde4/env/upnp.sh

======================================================================
Message from linuxlibertine-g-20120116_1:
You can start using the fonts by following these instructions:

Add the following line to the "Files" section of your x.org configuration file:

    FontPath "/usr/local/share/fonts/LinLibertineG/"
Message from crosextrafonts-caladea-20130214_1:
You can start using the fonts by following these instructions:

Add the following line to the "Files" section of your x.org configuration file:

    FontPath "/usr/local/share/fonts/Caladea/"
Installing emulators/i386-wine-staging...
Checking integrity... done (0 conflicting)
The following 1 package(s) will be affected (of 0 checked):

New packages to be INSTALLED:
    i386-wine-staging: 1.8.r1,1

The process will require 273 MiB more space.
[1/1] Installing i386-wine-staging-1.8.r1,1...
[1/1] Extracting i386-wine-staging-1.8.r1,1: .......... done
This system does not appear to use a nvidia graphics driver.  If this changes
and then every time the driver's version changes execute (as root)
    sh /usr/local/share/wine/patch-nvidia.sh
to get 2D/3D acceleration to work with the nvidia driver.  Without this wine
will crash when a program requires 2D/3D graphics acceleration.

Message from i386-wine-staging-1.8.r1,1:
Some ZFS tuning guides recommend setting KVA_PAGES=512 in your kernel
configuration.  This is incompatible with Wine.  The maximum possible
is KVA_PAGES=500, which should still be enough for ZFS.

The port also installs some of Wine's documentation which describes
additional programs that are not in the manual pages under
  /usr/local/share/doc/wine
There is more in the source tree but the others are only useful in
conjunction with the rest of the source tree.
Installing emulators/q4wine...
Checking integrity... done (0 conflicting)
The following 3 package(s) will be affected (of 0 checked):

New packages to be INSTALLED:
    q4wine: 1.1.r2_3
    icoutils: 0.31.0_1
    cabextract: 1.6

The process will require 5 MiB more space.
[1/3] Installing icoutils-0.31.0_1...
[1/3] Extracting icoutils-0.31.0_1: ....... done
[2/3] Installing cabextract-1.6...
[2/3] Extracting cabextract-1.6: .......... done
[3/3] Installing q4wine-1.1.r2_3...
[3/3] Extracting q4wine-1.1.r2_3: .......... done
Message from q4wine-1.1.r2_3:
################################################################################

Q4Wine has been installed.


For more info about running wine on FreeBSD please see:

http://wiki.freebsd.org/Wine


FreeBSD/amd64 users:
You need to manually install Wine 32bit binary from:

https://wiki.freebsd.org/i386-Wine


This program will attempt to obtain some system information by accessing files
in procfs. You must mount procfs filesystem for this to work correctly.
This can be accomplished by adding the following line to your /etc/fstab file:

# Device                Mountpoint      FStype  Options         Dump    Pass#
proc                    /proc           procfs  rw              0       0

and then, as root, executing the command:

mount /proc

Also you need passwordless sudo for mdconfig, mount_cd9660, umount commands for
work with ISO images.

################################################################################
Installing french/aspell...
Checking integrity... done (0 conflicting)
The following 1 package(s) will be affected (of 0 checked):

New packages to be INSTALLED:
    fr-aspell: 0.50.3_1,1

The process will require 17 MiB more space.
[1/1] Installing fr-aspell-0.50.3_1,1...
[1/1] Extracting fr-aspell-0.50.3_1,1: .......... done
Installing ftp/multiget...
Checking integrity... done (0 conflicting)
The following 5 package(s) will be affected (of 0 checked):

New packages to be INSTALLED:
    multiget: 1.1.3_10
    wx28-gtk2: 2.8.12_6
    libmspack: 0.5
    pangox-compat: 0.0.2_1
    wx28-gtk2-common: 2.8.12_6

The process will require 17 MiB more space.
[1/5] Installing libmspack-0.5...
[1/5] Extracting libmspack-0.5: ......... done
[2/5] Installing pangox-compat-0.0.2_1...
[2/5] Extracting pangox-compat-0.0.2_1: ....... done
[3/5] Installing wx28-gtk2-common-2.8.12_6...
[3/5] Extracting wx28-gtk2-common-2.8.12_6: .......... done
[4/5] Installing wx28-gtk2-2.8.12_6...
[4/5] Extracting wx28-gtk2-2.8.12_6: .......... done
[5/5] Installing multiget-1.1.3_10...
[5/5] Extracting multiget-1.1.3_10: ... done
Installing ftp/wxdfast...
Checking integrity... done (0 conflicting)
The following 1 package(s) will be affected (of 0 checked):

New packages to be INSTALLED:
    wxdfast: 0.6.0_9

The process will require 2 MiB more space.
[1/1] Installing wxdfast-0.6.0_9...
[1/1] Extracting wxdfast-0.6.0_9: .......... done
Installing games/pysolfc...
Checking integrity... done (0 conflicting)
The following 3 package(s) will be affected (of 0 checked):

New packages to be INSTALLED:
    pysolfc: 2.0_6
    py27-pillow: 2.9.0
    py27-tkinter: 2.7.10_6

The process will require 17 MiB more space.
[1/3] Installing py27-tkinter-2.7.10_6...
[1/3] Extracting py27-tkinter-2.7.10_6: ........ done
[2/3] Installing py27-pillow-2.9.0...
[2/3] Extracting py27-pillow-2.9.0: .......... done
[3/3] Installing pysolfc-2.0_6...
[3/3] Extracting pysolfc-2.0_6: .......... done
Installing german/aspell...
Checking integrity... done (0 conflicting)
The following 1 package(s) will be affected (of 0 checked):

New packages to be INSTALLED:
    de-aspell: 20030222.1_1

The process will require 11 MiB more space.
[1/1] Installing de-aspell-20030222.1_1...
[1/1] Extracting de-aspell-20030222.1_1: .......... done
Installing graphics/djvulibre...
Checking integrity... done (0 conflicting)
The following 1 package(s) will be affected (of 0 checked):

New packages to be INSTALLED:
    djvulibre: 3.5.25.3_3

The process will require 4 MiB more space.
[1/1] Installing djvulibre-3.5.25.3_3...
[1/1] Extracting djvulibre-3.5.25.3_3: .......... done
Installing graphics/libraw...
Checking integrity... done (0 conflicting)
The following 1 package(s) will be affected (of 0 checked):

New packages to be INSTALLED:
    libraw: 0.17.1

The process will require 4 MiB more space.
[1/1] Installing libraw-0.17.1...
[1/1] Extracting libraw-0.17.1: .......... done
Installing graphics/prison...
Checking integrity... done (0 conflicting)
The following 8 package(s) will be affected (of 0 checked):

New packages to be INSTALLED:
    prison: 1.0_1
    libdmtx: 0.7.4_7
    ImageMagick: 6.9.2.7,1
    ghostscript9-x11: 9.06_11
    liblqr-1: 0.4.1_8
    libfpx: 1.3.1.4
    openjpeg: 2.1.1
    libqrencode: 3.4.4_1

The process will require 29 MiB more space.
[1/8] Installing ghostscript9-x11-9.06_11...
[1/8] Extracting ghostscript9-x11-9.06_11: .... done
[2/8] Installing liblqr-1-0.4.1_8...
[2/8] Extracting liblqr-1-0.4.1_8: .......... done
[3/8] Installing libfpx-1.3.1.4...
[3/8] Extracting libfpx-1.3.1.4: .... done
[4/8] Installing openjpeg-2.1.1...
[4/8] Extracting openjpeg-2.1.1: .......... done
[5/8] Installing ImageMagick-6.9.2.7,1...
[5/8] Extracting ImageMagick-6.9.2.7,1: .......... done
[6/8] Installing libdmtx-0.7.4_7...
[6/8] Extracting libdmtx-0.7.4_7: ....... done
[7/8] Installing libqrencode-3.4.4_1...
[7/8] Extracting libqrencode-3.4.4_1: .......... done
[8/8] Installing prison-1.0_1...
[8/8] Extracting prison-1.0_1: .......... done
Message from liblqr-1-0.4.1_8:
==========================================================================
NOTE: In order to compile examples for liblqr, you will
also need pngwriter port (/usr/ports/graphics/pngwriter).
Examples are located in /usr/local/share/examples/liblqr-1
==========================================================================
Installing graphics/qcomicbook...
Checking integrity... done (0 conflicting)
The following 2 package(s) will be affected (of 0 checked):

New packages to be INSTALLED:
    qcomicbook: 0.9.0_6
    poppler-qt4: 0.34.0

The process will require 2 MiB more space.
[1/2] Installing poppler-qt4-0.34.0...
[1/2] Extracting poppler-qt4-0.34.0: .......... done
[2/2] Installing qcomicbook-0.9.0_6...
[2/2] Extracting qcomicbook-0.9.0_6: .......... done
Installing graphics/ristretto...
Checking integrity... done (0 conflicting)
The following 5 package(s) will be affected (of 0 checked):

New packages to be INSTALLED:
    ristretto: 0.8.0
    libxfce4util: 4.12.1
    xfce4-conf: 4.12.0
    libxfce4menu: 4.12.1_1
    startup-notification: 0.12_4

The process will require 3 MiB more space.
[1/5] Installing libxfce4util-4.12.1...
[1/5] Extracting libxfce4util-4.12.1: .......... done
[2/5] Installing xfce4-conf-4.12.0...
[2/5] Extracting xfce4-conf-4.12.0: .......... done
[3/5] Installing startup-notification-0.12_4...
[3/5] Extracting startup-notification-0.12_4: .......... done
[4/5] Installing libxfce4menu-4.12.1_1...
[4/5] Extracting libxfce4menu-4.12.1_1: .......... done
[5/5] Installing ristretto-0.8.0...
[5/5] Extracting ristretto-0.8.0: .......... done
Installing hebrew/aspell...
Checking integrity... done (0 conflicting)
The following 1 package(s) will be affected (of 0 checked):

New packages to be INSTALLED:
    iw-aspell: 1.0.0_1,2

The process will require 8 MiB more space.
[1/1] Installing iw-aspell-1.0.0_1,2...
[1/1] Extracting iw-aspell-1.0.0_1,2: ....... done
Installing hungarian/aspell...
Checking integrity... done (0 conflicting)
The following 1 package(s) will be affected (of 0 checked):

New packages to be INSTALLED:
    hu-aspell: 0.99.4.2.0_1,2

The process will require 7 MiB more space.
[1/1] Installing hu-aspell-0.99.4.2.0_1,2...
[1/1] Extracting hu-aspell-0.99.4.2.0_1,2: ..... done
Installing japanese/font-vlgothic...
Checking integrity... done (0 conflicting)
The following 1 package(s) will be affected (of 0 checked):

New packages to be INSTALLED:
    ja-font-vlgothic: 20141206_3

The process will require 8 MiB more space.
[1/1] Installing ja-font-vlgothic-20141206_3...
[1/1] Extracting ja-font-vlgothic-20141206_3: .......... done
Installing japanese/ibus-mozc...
Checking integrity... done (0 conflicting)
The following 6 package(s) will be affected (of 0 checked):

New packages to be INSTALLED:
    ja-ibus-mozc: 2.17.2106.102
    ja-mozc-tool: 2.17.2106.102
    ja-tegaki-zinnia-japanese: 0.3
    protobuf: 2.6.1
    ja-zinnia: 0.06_1
    ja-mozc-server: 2.17.2106.102

The process will require 65 MiB more space.
[1/6] Installing ja-tegaki-zinnia-japanese-0.3...
[1/6] Extracting ja-tegaki-zinnia-japanese-0.3: ..... done
[2/6] Installing protobuf-2.6.1...
[2/6] Extracting protobuf-2.6.1: .......... done
[3/6] Installing ja-zinnia-0.06_1...
[3/6] Extracting ja-zinnia-0.06_1: .......... done
[4/6] Installing ja-mozc-tool-2.17.2106.102...
[4/6] Extracting ja-mozc-tool-2.17.2106.102: ....... done
[5/6] Installing ja-mozc-server-2.17.2106.102...
[5/6] Extracting ja-mozc-server-2.17.2106.102: ....... done
[6/6] Installing ja-ibus-mozc-2.17.2106.102...
[6/6] Extracting ja-ibus-mozc-2.17.2106.102: .......... done
Message from ja-ibus-mozc-2.17.2106.102:
To activate ibus-mozc, please add the following into ~/.xinitrc,
~/.xsession, or ~/.kde4/env (for KDE4):

export GTK_IM_MODULE=ibus
export QT_IM_MODULE=xim
export XMODIFIERS=@im=ibus
/usr/local/bin/mozc start
ibus-daemon -r --daemonize --xim

Note that textproc/ibus-qt with IBUS option is required to
make QT_IM_MODULE=ibus work.
Installing java/icedtea-web...
Checking integrity... done (0 conflicting)
The following 9 package(s) will be affected (of 0 checked):

New packages to be INSTALLED:
    icedtea-web: 1.5.2
    openjdk8: 8.60.24_1
    java-zoneinfo: 2015.f
    javavmwrapper: 2.5
    libxul: 38.4.0
    gstreamer1-libav: 1.6.0
    alsa-plugins: 1.1.0
    soundtouch: 1.9.0_1
    gstreamer1-plugins-good: 1.6.1

The process will require 348 MiB more space.
[1/9] Installing java-zoneinfo-2015.f...
[1/9] Extracting java-zoneinfo-2015.f: .......... done
[2/9] Installing javavmwrapper-2.5...
[2/9] Extracting javavmwrapper-2.5: .......... done
[3/9] Installing gstreamer1-libav-1.6.0...
[3/9] Extracting gstreamer1-libav-1.6.0: .......... done
[4/9] Installing alsa-plugins-1.1.0...
[4/9] Extracting alsa-plugins-1.1.0: .......... done
[5/9] Installing soundtouch-1.9.0_1...
[5/9] Extracting soundtouch-1.9.0_1: .......... done
[6/9] Installing gstreamer1-plugins-good-1.6.1...
[6/9] Extracting gstreamer1-plugins-good-1.6.1: .......... done
[7/9] Installing openjdk8-8.60.24_1...
[7/9] Extracting openjdk8-8.60.24_1: .......... done
[8/9] Installing libxul-38.4.0...
[8/9] Extracting libxul-38.4.0: .......... done
[9/9] Installing icedtea-web-1.5.2...
[9/9] Extracting icedtea-web-1.5.2: .......... done
Message from openjdk8-8.60.24_1:
======================================================================

This OpenJDK implementation requires fdescfs(5) mounted on /dev/fd and
procfs(5) mounted on /proc.

If you have not done it yet, please do the following:

    mount -t fdescfs fdesc /dev/fd
    mount -t procfs proc /proc

To make it permanent, you need the following lines in /etc/fstab:

    fdesc    /dev/fd        fdescfs        rw    0    0
    proc    /proc        procfs        rw    0    0

======================================================================
Installing korean/baekmukfonts-ttf...
Checking integrity... done (0 conflicting)
The following 1 package(s) will be affected (of 0 checked):

New packages to be INSTALLED:
    ko-baekmukfonts-ttf: 2.2_2

The process will require 27 MiB more space.
[1/1] Installing ko-baekmukfonts-ttf-2.2_2...
[1/1] Extracting ko-baekmukfonts-ttf-2.2_2: .......... done
Installing math/djbfft...
Checking integrity... done (0 conflicting)
The following 1 package(s) will be affected (of 0 checked):

New packages to be INSTALLED:
    djbfft: 0.76_2

The process will require 251 KiB more space.
[1/1] Installing djbfft-0.76_2...
[1/1] Extracting djbfft-0.76_2: .......... done
Installing math/libqalculate...
Checking integrity... done (0 conflicting)
The following 2 package(s) will be affected (of 0 checked):

New packages to be INSTALLED:
    libqalculate: 0.9.7_5
    cln: 1.3.4

The process will require 17 MiB more space.
[1/2] Installing cln-1.3.4...
[1/2] Extracting cln-1.3.4: .......... done
[2/2] Installing libqalculate-0.9.7_5...
[2/2] Extracting libqalculate-0.9.7_5: .......... done
Installing misc/chmlib...
Checking integrity... done (0 conflicting)
The following 1 package(s) will be affected (of 0 checked):

New packages to be INSTALLED:
    chmlib: 0.40_1

The process will require 135 KiB more space.
[1/1] Installing chmlib-0.40_1...
[1/1] Extracting chmlib-0.40_1: .......... done
Installing misc/kde4-xdg-env...
Checking integrity... done (0 conflicting)
The following 1 package(s) will be affected (of 0 checked):

New packages to be INSTALLED:
    kde4-xdg-env: 1.1

The process will require 497 B more space.
[1/1] Installing kde4-xdg-env-1.1...
[1/1] Extracting kde4-xdg-env-1.1: . done
Installing misc/mc...
Checking integrity... done (0 conflicting)
The following 3 package(s) will be affected (of 0 checked):

New packages to be INSTALLED:
    mc: 4.8.15
    libssh2: 1.6.0_1,2
    libslang2: 2.3.0

The process will require 13 MiB more space.
[1/3] Installing libssh2-1.6.0_1,2...
[1/3] Extracting libssh2-1.6.0_1,2: .......... done
[2/3] Installing libslang2-2.3.0...
[2/3] Extracting libslang2-2.3.0: .......... done
[3/3] Installing mc-4.8.15...
[3/3] Extracting mc-4.8.15: .......... done
Installing misc/pcbsd-meta-mate...
Checking integrity... done (0 conflicting)
The following 49 package(s) will be affected (of 0 checked):

New packages to be INSTALLED:
    pcbsd-meta-mate: 1421269030
    mate-applets: 1.10.3_1
    libwnck: 2.30.7_1
    libxklavier: 5.3_1,1
    mate-desktop: 1.10.2
    gtksourceview2: 2.10.5_4
    gucharmap: 3.16.2
    libgtop: 2.31.90
    mate-settings-daemon: 1.10.2
    libmatekbd: 1.10.0
    gstreamer-plugins-good: 0.10.31_2,3
    libmateweather: 1.10.0
    upower: 0.99.3
    mate-polkit: 1.10.1
    mate-panel: 1.10.1
    mate-menus: 1.10.0_1
    mate-icon-theme: 1.10.1
    atril: 1.10.2
    libspectre: 0.2.7_1
    caja: 1.10.3
    unique: 1.1.6_6
    exempi: 2.2.2
    libgxps: 0.2.3.2
    mate-terminal: 1.10.1
    vte: 0.28.2_2
    gnome-pty-helper: 0.40.2
    mate-system-monitor: 1.10.1
    engrampa: 1.10.1
    gtar: 1.28_2
    mate-base: 1.10.0
    hal-info: 20091130
    marco: 1.10.2
    zenity: 3.16.3
    mate-control-center: 1.10.1
    mate-session-manager: 1.10.2_1
    mate-themes: 1.10.4
    gtk-engines2: 2.20.2_2
    gtk-murrine-engine: 0.98.2_4
    mate-icon-theme-faenza: 1.10.0
    mate-backgrounds: 1.10.0
    mate-notification-daemon: 1.10.1
    mate-utils: 1.10.3
    mate-media: 1.10.0
    libmatemixer: 1.10.0_1
    mate-power-manager: 1.10.2
    gnome-keyring: 3.16.0
    gcr: 3.16.0
    pluma: 1.10.2
    py27-gtksourceview: 2.10.1_2

The process will require 388 MiB more space.
[1/49] Installing libxklavier-5.3_1,1...
[1/49] Extracting libxklavier-5.3_1,1: .......... done
[2/49] Installing mate-desktop-1.10.2...
[2/49] Extracting mate-desktop-1.10.2: .......... done
[3/49] Installing libmatekbd-1.10.0...
[3/49] Extracting libmatekbd-1.10.0: .......... done
[4/49] Installing gstreamer-plugins-good-0.10.31_2,3...
[4/49] Extracting gstreamer-plugins-good-0.10.31_2,3: .......... done
[5/49] Installing zenity-3.16.3...
[5/49] Extracting zenity-3.16.3: .......... done
[6/49] Installing libwnck-2.30.7_1...
[6/49] Extracting libwnck-2.30.7_1: .......... done
[7/49] Installing gtksourceview2-2.10.5_4...
[7/49] Extracting gtksourceview2-2.10.5_4: .......... done
[8/49] Installing mate-settings-daemon-1.10.2...
[8/49] Extracting mate-settings-daemon-1.10.2: .......... done
[9/49] Installing libmateweather-1.10.0...
[9/49] Extracting libmateweather-1.10.0: .......... done
[10/49] Installing upower-0.99.3...
[10/49] Extracting upower-0.99.3: .......... done
[11/49] Installing mate-menus-1.10.0_1...
[11/49] Extracting mate-menus-1.10.0_1: .......... done
[12/49] Installing mate-icon-theme-1.10.1...
[12/49] Extracting mate-icon-theme-1.10.1: .......... done
[13/49] Installing unique-1.1.6_6...
[13/49] Extracting unique-1.1.6_6: .......... done
[14/49] Installing exempi-2.2.2...
[14/49] Extracting exempi-2.2.2: .......... done
[15/49] Installing gnome-pty-helper-0.40.2...
[15/49] Extracting gnome-pty-helper-0.40.2: . done
[16/49] Installing marco-1.10.2...
[16/49] Extracting marco-1.10.2: .......... done
[17/49] Installing gtk-engines2-2.20.2_2...
[17/49] Extracting gtk-engines2-2.20.2_2: .......... done
[18/49] Installing gtk-murrine-engine-0.98.2_4...
[18/49] Extracting gtk-murrine-engine-0.98.2_4: .. done
[19/49] Installing gcr-3.16.0...
[19/49] Extracting gcr-3.16.0: .......... done
Unknown media type in type 'all/all'
Unknown media type in type 'all/allfiles'
Unknown media type in type 'uri/mms'
Unknown media type in type 'uri/mmst'
Unknown media type in type 'uri/mmsu'
Unknown media type in type 'uri/pnm'
Unknown media type in type 'uri/rtspt'
Unknown media type in type 'uri/rtspu'
[20/49] Installing gucharmap-3.16.2...
[20/49] Extracting gucharmap-3.16.2: .......... done
[21/49] Installing libgtop-2.31.90...
[21/49] Extracting libgtop-2.31.90: .......... done
[22/49] Installing mate-polkit-1.10.1...
[22/49] Extracting mate-polkit-1.10.1: .......... done
[23/49] Installing mate-panel-1.10.1...
[23/49] Extracting mate-panel-1.10.1: .......... done
[24/49] Installing libspectre-0.2.7_1...
[24/49] Extracting libspectre-0.2.7_1: .......... done
[25/49] Installing caja-1.10.3...
[25/49] Extracting caja-1.10.3: .......... done
Unknown media type in type 'all/all'
Unknown media type in type 'all/allfiles'
Unknown media type in type 'uri/mms'
Unknown media type in type 'uri/mmst'
Unknown media type in type 'uri/mmsu'
Unknown media type in type 'uri/pnm'
Unknown media type in type 'uri/rtspt'
Unknown media type in type 'uri/rtspu'
[26/49] Installing libgxps-0.2.3.2...
[26/49] Extracting libgxps-0.2.3.2: .......... done
[27/49] Installing vte-0.28.2_2...
[27/49] Extracting vte-0.28.2_2: .......... done
[28/49] Installing gtar-1.28_2...
[28/49] Extracting gtar-1.28_2: .......... done
[29/49] Installing hal-info-20091130...
[29/49] Extracting hal-info-20091130: .......... done
[30/49] Installing mate-control-center-1.10.1...
[30/49] Extracting mate-control-center-1.10.1: .......... done
Unknown media type in type 'all/all'
Unknown media type in type 'all/allfiles'
Unknown media type in type 'uri/mms'
Unknown media type in type 'uri/mmst'
Unknown media type in type 'uri/mmsu'
Unknown media type in type 'uri/pnm'
Unknown media type in type 'uri/rtspt'
Unknown media type in type 'uri/rtspu'
[31/49] Installing mate-session-manager-1.10.2_1...
[31/49] Extracting mate-session-manager-1.10.2_1: .......... done
[32/49] Installing mate-themes-1.10.4...
[32/49] Extracting mate-themes-1.10.4: .......... done
[33/49] Installing mate-icon-theme-faenza-1.10.0...
[33/49] Extracting mate-icon-theme-faenza-1.10.0: .......... done
[34/49] Installing mate-backgrounds-1.10.0...
[34/49] Extracting mate-backgrounds-1.10.0: .......... done
[35/49] Installing mate-notification-daemon-1.10.1...
[35/49] Extracting mate-notification-daemon-1.10.1: .......... done
[36/49] Installing libmatemixer-1.10.0_1...
[36/49] Extracting libmatemixer-1.10.0_1: .......... done
[37/49] Installing gnome-keyring-3.16.0...
[37/49] Extracting gnome-keyring-3.16.0: .......... done
[38/49] Installing py27-gtksourceview-2.10.1_2...
[38/49] Extracting py27-gtksourceview-2.10.1_2: .... done
[39/49] Installing mate-applets-1.10.3_1...
[39/49] Extracting mate-applets-1.10.3_1: .......... done
[40/49] Installing atril-1.10.2...
[40/49] Extracting atril-1.10.2: .......... done
[41/49] Installing mate-terminal-1.10.1...
[41/49] Extracting mate-terminal-1.10.1: .......... done
[42/49] Installing mate-system-monitor-1.10.1...
[42/49] Extracting mate-system-monitor-1.10.1: .......... done
[43/49] Installing engrampa-1.10.1...
[43/49] Extracting engrampa-1.10.1: .......... done
[44/49] Installing mate-base-1.10.0...
[45/49] Installing mate-utils-1.10.3...
[45/49] Extracting mate-utils-1.10.3: .......... done
[46/49] Installing mate-media-1.10.0...
[46/49] Extracting mate-media-1.10.0: .......... done
[47/49] Installing mate-power-manager-1.10.2...
[47/49] Extracting mate-power-manager-1.10.2: .......... done
[48/49] Installing pluma-1.10.2...
[48/49] Extracting pluma-1.10.2: .......... done
[49/49] Installing pcbsd-meta-mate-1421269030...
Message from libgtop-2.31.90:
===============================================================================

In order to use the File System read/write monitor, you must chmod
/dev/devstat so that all users can open it read-only.  For example:

# chmod 0444 /dev/devstat

In order for this to persist across reboots, add the following to
/etc/devfs.conf:

perm    devstat    0444

===============================================================================
Message from mate-base-1.10.0:
**************************************************************************
Congratulations!  MATE base has been successfully installed on your system.
For help on starting it up, as well as answers to common questions, and
some known issues, please see the FreeBSD GNOME homepage at:

                       http://www.FreeBSD.org/gnome/

**************************************************************************
Installing misc/xfce4-weather-plugin...
Checking integrity... done (0 conflicting)
The following 5 package(s) will be affected (of 0 checked):

New packages to be INSTALLED:
    xfce4-weather-plugin: 0.8.6_2
    garcon: 0.4.0_1
    libexo: 0.10.7
    p5-URI: 1.69
    xfce4-panel: 4.12.0_1

The process will require 10 MiB more space.
[1/5] Installing p5-URI-1.69...
[1/5] Extracting p5-URI-1.69: .......... done
[2/5] Installing garcon-0.4.0_1...
[2/5] Extracting garcon-0.4.0_1: .......... done
[3/5] Installing libexo-0.10.7...
[3/5] Extracting libexo-0.10.7: .......... done
[4/5] Installing xfce4-panel-4.12.0_1...
[4/5] Extracting xfce4-panel-4.12.0_1: .......... done
[5/5] Installing xfce4-weather-plugin-0.8.6_2...
[5/5] Extracting xfce4-weather-plugin-0.8.6_2: .......... done
Installing multimedia/phonon-vlc...
Checking integrity... done (0 conflicting)
The following 16 package(s) will be affected (of 0 checked):

New packages to be INSTALLED:
    phonon-vlc: 0.8.2_1
    vlc-qt4: 2.2.1_6,4
    libdvdread: 5.0.3
    libmtp: 1.1.10
    libsamplerate: 0.1.8_6
    libmatroska: 1.4.4
    libebml: 1.3.3
    liveMedia: 2014.12.17_1,2
    libdvdnav: 5.0.3
    twolame: 0.3.13_4
    libdca: 0.0.5_1
    liba52: 0.7.4_3
    libmpeg2: 0.5.1_6
    taglib: 1.9.1_2
    faad2: 2.7_5,1
    libdvbpsi: 1.2.0

The process will require 57 MiB more space.
[1/16] Installing libdvdread-5.0.3...
[1/16] Extracting libdvdread-5.0.3: .......... done
[2/16] Installing libebml-1.3.3...
[2/16] Extracting libebml-1.3.3: .......... done
[3/16] Installing libmtp-1.1.10...
[3/16] Extracting libmtp-1.1.10: .......... done
[4/16] Installing libsamplerate-0.1.8_6...
[4/16] Extracting libsamplerate-0.1.8_6: .......... done
[5/16] Installing libmatroska-1.4.4...
[5/16] Extracting libmatroska-1.4.4: .......... done
[6/16] Installing liveMedia-2014.12.17_1,2...
[6/16] Extracting liveMedia-2014.12.17_1,2: .......... done
[7/16] Installing libdvdnav-5.0.3...
[7/16] Extracting libdvdnav-5.0.3: .......... done
[8/16] Installing twolame-0.3.13_4...
[8/16] Extracting twolame-0.3.13_4: .......... done
[9/16] Installing libdca-0.0.5_1...
[9/16] Extracting libdca-0.0.5_1: .......... done
[10/16] Installing liba52-0.7.4_3...
[10/16] Extracting liba52-0.7.4_3: .......... done
[11/16] Installing libmpeg2-0.5.1_6...
[11/16] Extracting libmpeg2-0.5.1_6: .......... done
[12/16] Installing taglib-1.9.1_2...
[12/16] Extracting taglib-1.9.1_2: .......... done
[13/16] Installing faad2-2.7_5,1...
[13/16] Extracting faad2-2.7_5,1: .......... done
[14/16] Installing libdvbpsi-1.2.0...
[14/16] Extracting libdvbpsi-1.2.0: .......... done
[15/16] Installing vlc-qt4-2.2.1_6,4...
[15/16] Extracting vlc-qt4-2.2.1_6,4: .......... done
[16/16] Installing phonon-vlc-0.8.2_1...
[16/16] Extracting phonon-vlc-0.8.2_1: ... done
Message from liveMedia-2014.12.17_1,2:
For more documentation on this software
(and to get the latest version), please
see .
Installing multimedia/transcode...
Checking integrity... done (0 conflicting)
The following 1 package(s) will be affected (of 0 checked):

New packages to be INSTALLED:
    transcode: 1.1.7_24

The process will require 5 MiB more space.
[1/1] Installing transcode-1.1.7_24...
[1/1] Extracting transcode-1.1.7_24: .......... done
Installing net-im/pidgin...
Checking integrity... done (0 conflicting)
The following 23 package(s) will be affected (of 0 checked):

New packages to be INSTALLED:
    pidgin: 2.10.11
    libpurple: 2.10.11
    gstreamer-plugins-core: 0.10_13
    gstreamer-plugins-xvid: 0.10.23_1,3
    gstreamer-plugins-bad: 0.10.23_2,3
    gstreamer-plugins-theora: 0.10.36_1,3
    gstreamer-plugins-a52dec: 0.10.19_1,3
    gstreamer-plugins-ugly: 0.10.19_1,3
    gstreamer-plugins-ogg: 0.10.36_1,3
    gstreamer-plugins-vorbis: 0.10.36_1,3
    gstreamer-plugins-libpng: 0.10.31_2,3
    gstreamer-plugins-mp3: 0.10.0_1
    gstreamer-plugins-mad: 0.10.19_3,3
    gstreamer-plugins-dvd: 0.10.19_4,3
    gstreamer-plugins-dts: 0.10.23_1,3
    gstreamer-ffmpeg: 0.10.13_4
    gstreamer-plugins-pango: 0.10.36_2,3
    gstreamer-plugins-v4l2: 0.10.31_1,3
    farsight2: 0.0.31_3
    libnice-gst010: 0.1.13
    libnice: 0.1.13
    py27-gstreamer: 0.10.22_3
    gtkspell: 2.0.16_5

The process will require 74 MiB more space.
[1/23] Installing gstreamer-plugins-ugly-0.10.19_1,3...
[1/23] Extracting gstreamer-plugins-ugly-0.10.19_1,3: .......... done
[2/23] Installing gstreamer-plugins-bad-0.10.23_2,3...
[2/23] Extracting gstreamer-plugins-bad-0.10.23_2,3: .......... done
[3/23] Installing gstreamer-plugins-ogg-0.10.36_1,3...
[3/23] Extracting gstreamer-plugins-ogg-0.10.36_1,3: .. done
[4/23] Installing gstreamer-plugins-mad-0.10.19_3,3...
[4/23] Extracting gstreamer-plugins-mad-0.10.19_3,3: .. done
[5/23] Installing gstreamer-plugins-xvid-0.10.23_1,3...
[5/23] Extracting gstreamer-plugins-xvid-0.10.23_1,3: .. done
[6/23] Installing gstreamer-plugins-theora-0.10.36_1,3...
[6/23] Extracting gstreamer-plugins-theora-0.10.36_1,3: .. done
[7/23] Installing gstreamer-plugins-a52dec-0.10.19_1,3...
[7/23] Extracting gstreamer-plugins-a52dec-0.10.19_1,3: .. done
[8/23] Installing gstreamer-plugins-vorbis-0.10.36_1,3...
[8/23] Extracting gstreamer-plugins-vorbis-0.10.36_1,3: .. done
[9/23] Installing gstreamer-plugins-libpng-0.10.31_2,3...
[9/23] Extracting gstreamer-plugins-libpng-0.10.31_2,3: .. done
[10/23] Installing gstreamer-plugins-mp3-0.10.0_1...
[11/23] Installing gstreamer-plugins-dvd-0.10.19_4,3...
[11/23] Extracting gstreamer-plugins-dvd-0.10.19_4,3: .. done
[12/23] Installing gstreamer-plugins-dts-0.10.23_1,3...
[12/23] Extracting gstreamer-plugins-dts-0.10.23_1,3: .. done
[13/23] Installing gstreamer-ffmpeg-0.10.13_4...
[13/23] Extracting gstreamer-ffmpeg-0.10.13_4: ...... done
[14/23] Installing gstreamer-plugins-pango-0.10.36_2,3...
[14/23] Extracting gstreamer-plugins-pango-0.10.36_2,3: .. done
[15/23] Installing libnice-0.1.13...
[15/23] Extracting libnice-0.1.13: .......... done
[16/23] Installing gstreamer-plugins-core-0.10_13...
[16/23] Extracting gstreamer-plugins-core-0.10_13: . done
[17/23] Installing libnice-gst010-0.1.13...
[17/23] Extracting libnice-gst010-0.1.13: . done
[18/23] Installing py27-gstreamer-0.10.22_3...
[18/23] Extracting py27-gstreamer-0.10.22_3: .......... done
[19/23] Installing gstreamer-plugins-v4l2-0.10.31_1,3...
[19/23] Extracting gstreamer-plugins-v4l2-0.10.31_1,3: .. done
[20/23] Installing farsight2-0.0.31_3...
[20/23] Extracting farsight2-0.0.31_3: .......... done
[21/23] Installing libpurple-2.10.11...
[21/23] Extracting libpurple-2.10.11: .......... done
[22/23] Installing gtkspell-2.0.16_5...
[22/23] Extracting gtkspell-2.0.16_5: .......... done
[23/23] Installing pidgin-2.10.11...
[23/23] Extracting pidgin-2.10.11: .......... done
Installing net-im/skype...
Checking integrity... done (0 conflicting)
The following 9 package(s) will be affected (of 0 checked):

New packages to be INSTALLED:
    skype: 2.1.0.81_1,1
    linux-c6-alsa-plugins-oss: 1.0.21_3
    linux_base-c6: 6.6_6
    linux-c6-alsa-lib: 1.0.22_2
    linux-c6-fontconfig: 2.8.0_1
    linux-c6-expat: 2.0.1_2
    linux-c6-libsigc++20: 2.2.4.2_1
    linux-c6-libv4l: 0.6.3_1
    linux-c6-libasyncns: 0.8_2

The process will require 204 MiB more space.
[1/9] Installing linux_base-c6-6.6_6...
[1/9] Extracting linux_base-c6-6.6_6: .......... done

+++ Please mount linprocfs manually! +++

Running linux ldconfig...
[2/9] Installing linux-c6-alsa-lib-1.0.22_2...
[2/9] Extracting linux-c6-alsa-lib-1.0.22_2: .......... done
[3/9] Installing linux-c6-expat-2.0.1_2...
[3/9] Extracting linux-c6-expat-2.0.1_2: ...... done
[4/9] Installing linux-c6-alsa-plugins-oss-1.0.21_3...
[4/9] Extracting linux-c6-alsa-plugins-oss-1.0.21_3: ........ done
[5/9] Installing linux-c6-fontconfig-2.8.0_1...
[5/9] Extracting linux-c6-fontconfig-2.8.0_1: .......... done
[6/9] Installing linux-c6-libsigc++20-2.2.4.2_1...
[6/9] Extracting linux-c6-libsigc++20-2.2.4.2_1: ........ done
[7/9] Installing linux-c6-libv4l-0.6.3_1...
[7/9] Extracting linux-c6-libv4l-0.6.3_1: .......... done
[8/9] Installing linux-c6-libasyncns-0.8_2...
[8/9] Extracting linux-c6-libasyncns-0.8_2: .... done
[9/9] Installing skype-2.1.0.81_1,1...
[9/9] Extracting skype-2.1.0.81_1,1: .......... done
Message from linux_base-c6-6.6_6:
This software is based in part on the work of the FreeType Team.
See .

Installation of the Linux base system is finished. The Linux kernel
mode, which must be enabled for Linux binaries to run, is now
enabled. Linux mode can be enabled permanently with the linux_enable
variable of rc.conf(5).

----------------------
You should enable Linux mode with the linux_enable variable of rc.conf(5).
Depending on the version of FreeBSD you are using you may have to increase
the emulated linux version via compat.linux.osrelease=2.6.18 in
sysctl.conf(5). Check via "sysctl compat.linux.osrelease" that it shows a
lower version number before setting it.
----------------------

If you want to use shared memory in Linux applications, you need to set up
a link from /dev/shm to a suitable place, e.g. by adding the following line
to /etc/devfs.conf (takes effect on each boot):
    link /tmp shm

To make use of NIS you have to adjust yp.conf and nsswitch.conf in
/compat/linux/etc/ accordingly. For example:

Set your yp-server and yp-domainname in yp.conf:
    domainname    my.yp.domainname
    ypserver    my.yp.server

Let your lists for hosts, passwd and group be resolved via nsswitch.conf:
    passwd:    files nis
    shadow:    files nis
    group:    files nis
    hosts:    files dns nis

WARNING: doing work which needs to chroot into the linux base may not work.
In such cases (e.g. cross-development) you are better suited with a linux_dist
port.
Message from skype-2.1.0.81_1,1:
1. Minimum OS version.

Skype is a Linux binary package that we run on FreeBSD via our Linux compat.
In order for Skype to work OK, you need your kernel and modules to be:
- post 2011-05-03 in on HEAD
- post 2011-05-08 in on 7,8-STABLE
The port tries to check for this, but there is a smaller or bigger interval for
which this can't be done automatically. So in case of any trouble please make
sure you run kernel/modules built from sources after above dates.
Tests were only done on HEAD and 8-STABLE with linux-fc10, and I don't think it
can work with fc4.


2. Sound

Since the OSS interface was removed, Skype now uses linux-alsa compat packages.
By default you get one device corresponding to your default OSS dsp device (so
Skype will use it for ringing, incoming voice and mic). If that doesn't suit
needs, you can map the other dsp devices for example by editing
/compat/linux/etc/alsa/pcm/pcm-oss.conf. You need to (re)start Skype after you
edit this file in order to get Skype pick up the changes.
Adding the following to the stock file, and then starting Skype and choosing
in Options-->Sound Devices:   Speakers: oss1
will let you use the second dsp (usually the front panel connectors for your
headphones, while still hearing the call ringing and other notification on the
first dsp device (presumably the one you connect your speakers to).
pcm.oss1 {
        type oss
        device /dev/dsp1
        hint {
                description "Open Sound System"
        }
}

ctl.oss1 {
        type oss
        device /dev/mixer1
        hint {
                description "Open Sound System"
        }
}


3. Video

3.1. Receiving video
Should work out of the box. Please make sure you have
Options --> Video Devices --> Enable Skype Video checked.

3.2. Sending video
Skype uses /dev/videoX (usually /dev/video0). This device node is created by
the drivers for your webcam (eg. multimedia/webcamd). If you selected the VIDEO
option (default) multimedia/webcamd will be pulled in.
First please make sure your webcam works with the drivers webcamd provides; you
can use multimedia/pwcview's pwcview(1) to check that you get a good image from
your webcam; if you get a good image, you will get video in Skype also.

It also uses v4l2 interface hence you very likely need to have linux_v4l2wrapper
kernel module (which you either have in base on recent HEAD or the port will
install for you); you need to load the module before stating Skype:
# kldload linux_v4l2wrapper
To make it permanent you can:
# echo 'linux_v4l2wrapper_load="YES"' >> /boot/loader.conf


4. SMSes

You can send SMSes with this version (provided you have Skype credit, of course).
Check Options --> SMS for details.


5. Screen sharing

You should be able to receive and send.
Please make sure you have Options --> Video Devices --> Enable Skype Video
checked to use this feature (yes, even if you don't use video).


6. Skype Access

Doesn't work and it is likely not very probable it  will ever work since it
uses a lot of Linux-specific things.


7. Next version ...

.. is in net-im/skype-devel. It probably works worse that this version. Use it
at your own risk.


8. Problems and bug reports

First of all, please understand that this is a closed, binary Linux application
that makes use for some more-or-less cutting edge Linux features/interfaces,
etc. As such, making it work on FreeBSD is mainly a question of keeping our
linuxulator as close as possible to the Linux kernel, and our Linux compat
ports up to date.

When reporting problems at very least we need to know the output of:
$ uname -a; sysctl compat.linux | head -2; grep OVERRIDE_LINUX_ /etc/make.conf
the skype version you are using, and hardware details (eg. webcam) if related.
Installing net-im/turpial...
Checking integrity... done (0 conflicting)
The following 10 package(s) will be affected (of 0 checked):

New packages to be INSTALLED:
    turpial: 3.0_2
    py27-setproctitle: 1.1.9
    py27-Jinja2: 2.8
    py27-Babel: 2.1.1
    py27-pytz: 2015.7,1
    py27-MarkupSafe: 0.23
    py27-libturpial: 1.7.0
    py27-oauth: 1.0.1_2
    py27-simplejson: 3.8.1
    py27-requests: 2.8.1

The process will require 20 MiB more space.
[1/10] Installing py27-pytz-2015.7,1...
[1/10] Extracting py27-pytz-2015.7,1: .......... done
[2/10] Installing py27-Babel-2.1.1...
[2/10] Extracting py27-Babel-2.1.1: .......... done
[3/10] Installing py27-MarkupSafe-0.23...
[3/10] Extracting py27-MarkupSafe-0.23: .......... done
[4/10] Installing py27-oauth-1.0.1_2...
[4/10] Extracting py27-oauth-1.0.1_2: .......... done
[5/10] Installing py27-simplejson-3.8.1...
[5/10] Extracting py27-simplejson-3.8.1: .......... done
[6/10] Installing py27-requests-2.8.1...
[6/10] Extracting py27-requests-2.8.1: .......... done
[7/10] Installing py27-setproctitle-1.1.9...
[7/10] Extracting py27-setproctitle-1.1.9: .......... done
[8/10] Installing py27-Jinja2-2.8...
[8/10] Extracting py27-Jinja2-2.8: .......... done
[9/10] Installing py27-libturpial-1.7.0...
[9/10] Extracting py27-libturpial-1.7.0: .......... done
[10/10] Installing turpial-3.0_2...
[10/10] Extracting turpial-3.0_2: .......... done
Installing net/cagibi...
Checking integrity... done (0 conflicting)
The following 1 package(s) will be affected (of 0 checked):

New packages to be INSTALLED:
    cagibi: 0.2.0

The process will require 105 KiB more space.
[1/1] Installing cagibi-0.2.0...
[1/1] Extracting cagibi-0.2.0: ...... done
Installing net/openslp...
Checking integrity... done (0 conflicting)
The following 1 package(s) will be affected (of 0 checked):

New packages to be INSTALLED:
    openslp: 2.0.0

The process will require 2 MiB more space.
[1/1] Installing openslp-2.0.0...
[1/1] Extracting openslp-2.0.0: .......... done
Installing net/qoauth...
Checking integrity... done (0 conflicting)
The following 1 package(s) will be affected (of 0 checked):

New packages to be INSTALLED:
    qoauth: 1.0.1_1

The process will require 77 KiB more space.
[1/1] Installing qoauth-1.0.1_1...
[1/1] Extracting qoauth-1.0.1_1: .......... done
Installing polish/aspell...
Checking integrity... done (0 conflicting)
The following 1 package(s) will be affected (of 0 checked):

New packages to be INSTALLED:
    pl-aspell: 6.0.20061121.0_1,1

The process will require 6 MiB more space.
[1/1] Installing pl-aspell-6.0.20061121.0_1,1...
[1/1] Extracting pl-aspell-6.0.20061121.0_1,1: ..... done
Installing russian/aspell...
Checking integrity... done (0 conflicting)
The following 1 package(s) will be affected (of 0 checked):

New packages to be INSTALLED:
    ru-aspell: 0.99.f7.1_1,2

The process will require 6 MiB more space.
[1/1] Installing ru-aspell-0.99.f7.1_1,2...
[1/1] Extracting ru-aspell-0.99.f7.1_1,2: ........ done
Installing security/gpgme...
Checking integrity... done (0 conflicting)
The following 1 package(s) will be affected (of 0 checked):

New packages to be INSTALLED:
    gpgme: 1.5.5

The process will require 1 MiB more space.
[1/1] Installing gpgme-1.5.5...
[1/1] Extracting gpgme-1.5.5: .......... done
Installing security/heimdal...
Checking integrity... done (0 conflicting)
The following 1 package(s) will be affected (of 0 checked):

New packages to be INSTALLED:
    heimdal: 1.5.3_4

The process will require 11 MiB more space.
[1/1] Installing heimdal-1.5.3_4...
[1/1] Extracting heimdal-1.5.3_4: .......... done
Installing security/libssh...
Checking integrity... done (0 conflicting)
The following 1 package(s) will be affected (of 0 checked):

New packages to be INSTALLED:
    libssh: 0.7.2

The process will require 1 MiB more space.
[1/1] Installing libssh-0.7.2...
[1/1] Extracting libssh-0.7.2: .......... done
Installing security/pam_kde...
Checking integrity... done (0 conflicting)
The following 1 package(s) will be affected (of 0 checked):

New packages to be INSTALLED:
    pam_kde: 1.0

The process will require 861 B more space.
[1/1] Installing pam_kde-1.0...
[1/1] Extracting pam_kde-1.0: .. done
Installing sysutils/di...
Checking integrity... done (0 conflicting)
The following 1 package(s) will be affected (of 0 checked):

New packages to be INSTALLED:
    di: 4.37

The process will require 68 KiB more space.
[1/1] Installing di-4.37...
[1/1] Extracting di-4.37: ...... done
Installing sysutils/ksysguardd...
Checking integrity... done (0 conflicting)
The following 1 package(s) will be affected (of 0 checked):

New packages to be INSTALLED:
    ksysguardd: 4.11.14

The process will require 68 KiB more space.
[1/1] Installing ksysguardd-4.11.14...
[1/1] Extracting ksysguardd-4.11.14: .. done
Installing sysutils/lineakd...
Checking integrity... done (0 conflicting)
The following 1 package(s) will be affected (of 0 checked):

New packages to be INSTALLED:
    lineakd: 0.9_4

The process will require 2 MiB more space.
[1/1] Installing lineakd-0.9_4...
[1/1] Extracting lineakd-0.9_4: .......... done
Installing sysutils/xfce4-genmon-plugin...
Checking integrity... done (0 conflicting)
The following 1 package(s) will be affected (of 0 checked):

New packages to be INSTALLED:
    xfce4-genmon-plugin: 3.4.0_5

The process will require 128 KiB more space.
[1/1] Installing xfce4-genmon-plugin-3.4.0_5...
[1/1] Extracting xfce4-genmon-plugin-3.4.0_5: .......... done
Installing textproc/ebook-tools...
Checking integrity... done (0 conflicting)
The following 2 package(s) will be affected (of 0 checked):

New packages to be INSTALLED:
    ebook-tools: 0.2.2_3
    libzip: 1.0.1

The process will require 555 KiB more space.
[1/2] Installing libzip-1.0.1...
[1/2] Extracting libzip-1.0.1: .......... done
[2/2] Installing ebook-tools-0.2.2_3...
[2/2] Extracting ebook-tools-0.2.2_3: .......... done
Installing textproc/en-hunspell...
Checking integrity... done (0 conflicting)
The following 1 package(s) will be affected (of 0 checked):

New packages to be INSTALLED:
    en-hunspell: 7.1_1

The process will require 2 MiB more space.
[1/1] Installing en-hunspell-7.1_1...
[1/1] Extracting en-hunspell-7.1_1: .......... done
Installing textproc/ibus-m17n...
Checking integrity... done (0 conflicting)
The following 4 package(s) will be affected (of 0 checked):

New packages to be INSTALLED:
    ibus-m17n: 1.3.3_5
    m17n-lib: 1.6.4_6
    m17n-db: 1.6.5
    libotf: 0.9.13_2

The process will require 8 MiB more space.
[1/4] Installing m17n-db-1.6.5...
[1/4] Extracting m17n-db-1.6.5: .......... done
[2/4] Installing libotf-0.9.13_2...
[2/4] Extracting libotf-0.9.13_2: .......... done
[3/4] Installing m17n-lib-1.6.4_6...
[3/4] Extracting m17n-lib-1.6.4_6: .......... done
[4/4] Installing ibus-m17n-1.3.3_5...
[4/4] Extracting ibus-m17n-1.3.3_5: .......... done
Installing textproc/ibus-qt...
Checking integrity... done (0 conflicting)
The following 1 package(s) will be affected (of 0 checked):

New packages to be INSTALLED:
    ibus-qt: 1.3.3_1

The process will require 541 KiB more space.
[1/1] Installing ibus-qt-1.3.3_1...
[1/1] Extracting ibus-qt-1.3.3_1: .......... done
Message from ibus-qt-1.3.3_1:
--------------------------------------------------------
ibus-qt install finished. You may select ibus as the
input method in qtconfig.

--------------------------------------------------------
Installing textproc/ibus-table...
Checking integrity... done (0 conflicting)
The following 1 package(s) will be affected (of 0 checked):

New packages to be INSTALLED:
    ibus-table: 1.5.0_1

The process will require 707 KiB more space.
[1/1] Installing ibus-table-1.5.0_1...
[1/1] Extracting ibus-table-1.5.0_1: .......... done
Installing textproc/libwps03...
Checking integrity... done (0 conflicting)
The following 1 package(s) will be affected (of 0 checked):

New packages to be INSTALLED:
    libwps03: 0.3.1_1

The process will require 607 KiB more space.
[1/1] Installing libwps03-0.3.1_1...
[1/1] Extracting libwps03-0.3.1_1: .......... done
Installing textproc/xfce4-dict-plugin...
Checking integrity... done (0 conflicting)
The following 1 package(s) will be affected (of 0 checked):

New packages to be INSTALLED:
    xfce4-dict-plugin: 0.7.1

The process will require 756 KiB more space.
[1/1] Installing xfce4-dict-plugin-0.7.1...
[1/1] Extracting xfce4-dict-plugin-0.7.1: .......... done
Installing ukrainian/aspell...
Checking integrity... done (0 conflicting)
The following 1 package(s) will be affected (of 0 checked):

New packages to be INSTALLED:
    uk-aspell: 1.4.0.0_1,2

The process will require 2 MiB more space.
[1/1] Installing uk-aspell-1.4.0.0_1,2...
[1/1] Extracting uk-aspell-1.4.0.0_1,2: ........ done
Installing vietnamese/aspell...
Checking integrity... done (0 conflicting)
The following 1 package(s) will be affected (of 0 checked):

New packages to be INSTALLED:
    vi-aspell: 0.01.1.1_1,2

The process will require 195 KiB more space.
[1/1] Installing vi-aspell-0.01.1.1_1,2...
[1/1] Extracting vi-aspell-0.01.1.1_1,2: ........ done
Installing www/firefox...
Checking integrity... done (0 conflicting)
The following 1 package(s) will be affected (of 0 checked):

New packages to be INSTALLED:
    firefox: 42.0,1

The process will require 90 MiB more space.
[1/1] Installing firefox-42.0,1...
[1/1] Extracting firefox-42.0,1: .......... done
Message from firefox-42.0,1:
======================================================================

smb:// issues (Gvfs/GIO option):
Network group, machine, and share browsing does not work correctly.

sftp:// (Gvfs/GIO option):
Only sftp access using public key authentication works.  To easily
setup public key authentication to "remote_host":

ssh-keygen
cat ~/.ssh/id_rsa.pub | ssh remote_host "cat >> .ssh/authorized_keys"

The SSH server on remote_host must allow pub key authentication.

======================================================================

Firefox and HTML5

Certain functions used to display HTML5 elements need the sem(4)
module but only on 8.x releases (or before r201546).

If your Firefox crashes with the following message while viewing a
HTML5 page:
"Bad system call (core dumped)"

you need to load the sem module (kldload sem).

To load sem on every boot put the following into your
/boot/loader.conf:
sem_load="YES"

======================================================================

Any bug reports should be addressed to the maintainers at:
    gecko@FreeBSD.org
You may also Cc: freebsd-ports@FreeBSD.org. Please do not send
bug reports to any other addresses.

Please include the following information with any bug report:
* Output from 'uname -a'.
* Output from 'ident /usr/ports/www/firefox/Makefile'
* Where/when did the problem occur: configuring, building, or
    running firefox
* How can you reproduce the problem?

Thank you for your help in testing and reporting bugs, and we hope you
enjoy using Firefox.
The Maintainers (gecko@)
======================================================================
Installing www/tidy-lib...
Checking integrity... done (0 conflicting)
The following 1 package(s) will be affected (of 0 checked):

New packages to be INSTALLED:
    tidy-lib: 090315.c_3

The process will require 1 MiB more space.
[1/1] Installing tidy-lib-090315.c_3...
[1/1] Extracting tidy-lib-090315.c_3: .......... done
Installing x11-fonts/fonts-indic...
Checking integrity... done (0 conflicting)
The following 1 package(s) will be affected (of 0 checked):

New packages to be INSTALLED:
    fonts-indic: 2.1.5_3

The process will require 859 KiB more space.
[1/1] Installing fonts-indic-2.1.5_3...
[1/1] Extracting fonts-indic-2.1.5_3: ......... done
Installing x11-fonts/wqy...
Checking integrity... done (0 conflicting)
The following 1 package(s) will be affected (of 0 checked):

New packages to be INSTALLED:
    wqy-fonts: 20100803_5,1

The process will require 42 MiB more space.
[1/1] Installing wqy-fonts-20100803_5,1...
[1/1] Extracting wqy-fonts-20100803_5,1: .......... done
Message from wqy-fonts-20100803_5,1:
**************************************************************************
Please add /usr/local/share/fonts/wqy for your X server by either:

# xset fp+ /usr/local/share/fonts/wqy
# xset fp rehash

or by adding the following line to the section "Files" of
your X-server configuration file (usually /etc/X11/xorg.conf)
and restarting the X-server:

Section "Files"
...
    FontPath   "/usr/local/share/fonts/wqy"
...
EndSection

**************************************************************************
Installing x11-themes/kde4-wallpapers-freebsd...
Checking integrity... done (0 conflicting)
The following 1 package(s) will be affected (of 0 checked):

New packages to be INSTALLED:
    kde4-wallpapers-freebsd: 1.0

The process will require 4 MiB more space.
[1/1] Installing kde4-wallpapers-freebsd-1.0...
[1/1] Extracting kde4-wallpapers-freebsd-1.0: .......... done
Installing x11-wm/icewm...
Checking integrity... done (0 conflicting)
The following 1 package(s) will be affected (of 0 checked):

New packages to be INSTALLED:
    icewm: 1.3.8_2

The process will require 3 MiB more space.
[1/1] Installing icewm-1.3.8_2...
[1/1] Extracting icewm-1.3.8_2: .......... done
Installing x11-wm/wmakerconf...
Checking integrity... done (0 conflicting)
The following 6 package(s) will be affected (of 0 checked):

New packages to be INSTALLED:
    wmakerconf: 2.12_11
    windowmaker: 0.95.7_1
    wmicons: 1.0_2
    libwraster: 0.95.7_1
    rpm4: 4.12.0.1_2
    lua51: 5.1.5_9

The process will require 22 MiB more space.
[1/6] Installing wmicons-1.0_2...
[1/6] Extracting wmicons-1.0_2: .......... done
[2/6] Installing libwraster-0.95.7_1...
[2/6] Extracting libwraster-0.95.7_1: .......... done
[3/6] Installing lua51-5.1.5_9...
[3/6] Extracting lua51-5.1.5_9: .......... done
[4/6] Installing windowmaker-0.95.7_1...
[4/6] Extracting windowmaker-0.95.7_1: .......... done
[5/6] Installing rpm4-4.12.0.1_2...
[5/6] Extracting rpm4-4.12.0.1_2: .......... done

No RPM database found.  If you wish to use RPM to install
RPM packages the you will need to initialise the database
with the commands:

    mkdir -p /var/lib/rpm
    /usr/local/bin/rpm --initdb

[6/6] Installing wmakerconf-2.12_11...
[6/6] Extracting wmakerconf-2.12_11: .......... done
Installing x11-wm/xfce4...
Checking integrity... done (0 conflicting)
The following 13 package(s) will be affected (of 0 checked):

New packages to be INSTALLED:
    xfce: 4.12_1
    gtk-xfce-engine: 3.2.0
    mousepad: 0.4.0_2
    orage: 4.12.1_1
    libical: 1.0.1
    xfce4-desktop: 4.12.3
    Thunar: 1.6.10_1
    xfce4-tumbler: 0.1.31_1
    xfce4-terminal: 0.6.3_2
    xfce4-settings: 4.12.0_1
    xfce4-session: 4.12.1_2
    xfce4-appfinder: 4.12.0
    xfce4-wm: 4.12.3

The process will require 24 MiB more space.
[1/13] Installing xfce4-tumbler-0.1.31_1...
[1/13] Extracting xfce4-tumbler-0.1.31_1: .......... done
[2/13] Installing libical-1.0.1...
[2/13] Extracting libical-1.0.1: .......... done
[3/13] Installing Thunar-1.6.10_1...
[3/13] Extracting Thunar-1.6.10_1: .......... done
[4/13] Installing gtk-xfce-engine-3.2.0...
[4/13] Extracting gtk-xfce-engine-3.2.0: .......... done
[5/13] Installing mousepad-0.4.0_2...
[5/13] Extracting mousepad-0.4.0_2: .......... done
[6/13] Installing orage-4.12.1_1...
[6/13] Extracting orage-4.12.1_1: .......... done
[7/13] Installing xfce4-desktop-4.12.3...
[7/13] Extracting xfce4-desktop-4.12.3: .......... done
[8/13] Installing xfce4-terminal-0.6.3_2...
[8/13] Extracting xfce4-terminal-0.6.3_2: .......... done
[9/13] Installing xfce4-settings-4.12.0_1...
[9/13] Extracting xfce4-settings-4.12.0_1: .......... done
[10/13] Installing xfce4-session-4.12.1_2...
[10/13] Extracting xfce4-session-4.12.1_2: .......... done
[11/13] Installing xfce4-appfinder-4.12.0...
[11/13] Extracting xfce4-appfinder-4.12.0: .......... done
[12/13] Installing xfce4-wm-4.12.3...
[12/13] Extracting xfce4-wm-4.12.3: .......... done
[13/13] Installing xfce-4.12_1...
Message from xfce4-tumbler-0.1.31_1:
To override the default configuration, you must copy the rc-file:

    mkdir ~/.config/tumbler
    cp /usr/local/etc/xdg/tumbler/tumbler.rc ~/.config/tumbler

For more information see http://docs.xfce.org/xfce/thunar/tumbler
Message from xfce4-session-4.12.1_2:
To be able to shutdown or reboot your system, you'll have to add .rules
files in /usr/local/etc/polkit-1/rules.d directory. Which looks
like this (replace PUTYOURGROUPHERE by your group):

polkit.addRule(function (action, subject) {
  if (action.id == "org.freedesktop.consolekit.system.restart" ||
      action.id == "org.freedesktop.consolekit.system.stop"
      && subject.isInGroup("PUTYOURGROUPHERE")) {
    return polkit.Result.YES;
  }
});

For those who have working suspend/resume:

polkit.addRule(function (action, subject) {
  if (action.id == "org.freedesktop.consolekit.system.suspend"
      && subject.isInGroup("PUTYOURGROUPHERE")) {
    return polkit.Result.YES;
  }
});
Installing x11/lumina...
Checking integrity... done (0 conflicting)
The following 23 package(s) will be affected (of 0 checked):

New packages to be INSTALLED:
    lumina: 0.8.7_1,1
    freeglut: 2.8.1_4
    qt5-multimedia: 5.4.1_1
    xscreensaver: 5.34
    gle: 3.1.0_6
    p5-libwww: 6.15
    p5-Net-HTTP: 6.09
    p5-HTTP-Negotiate: 6.01_1
    p5-HTTP-Message: 6.11
    p5-Encode-Locale: 1.05
    p5-IO-HTML: 1.001_1
    p5-HTTP-Date: 6.02_1
    p5-LWP-MediaTypes: 6.02_1
    p5-HTTP-Daemon: 6.01_1
    p5-WWW-RobotRules: 6.02_1
    p5-HTTP-Cookies: 6.01_1
    p5-HTML-Parser: 3.71_1
    p5-HTML-Tagset: 3.20_1
    p5-Authen-NTLM: 1.09_1
    p5-File-Listing: 6.04_1
    netpbm: 10.35.97
    qt5-concurrent: 5.4.1
    qt5-imageformats: 5.4.1

The process will require 49 MiB more space.
[1/23] Installing p5-Encode-Locale-1.05...
[1/23] Extracting p5-Encode-Locale-1.05: ... done
[2/23] Installing p5-IO-HTML-1.001_1...
[2/23] Extracting p5-IO-HTML-1.001_1: ....... done
[3/23] Installing p5-HTTP-Date-6.02_1...
[3/23] Extracting p5-HTTP-Date-6.02_1: ....... done
[4/23] Installing p5-LWP-MediaTypes-6.02_1...
[4/23] Extracting p5-LWP-MediaTypes-6.02_1: .... done
[5/23] Installing p5-HTTP-Message-6.11...
[5/23] Extracting p5-HTTP-Message-6.11: .......... done
[6/23] Installing p5-HTML-Tagset-3.20_1...
[6/23] Extracting p5-HTML-Tagset-3.20_1: ... done
[7/23] Installing freeglut-2.8.1_4...
[7/23] Extracting freeglut-2.8.1_4: .......... done
[8/23] Installing p5-Net-HTTP-6.09...
[8/23] Extracting p5-Net-HTTP-6.09: .......... done
[9/23] Installing p5-HTTP-Negotiate-6.01_1...
[9/23] Extracting p5-HTTP-Negotiate-6.01_1: ... done
[10/23] Installing p5-HTTP-Daemon-6.01_1...
[10/23] Extracting p5-HTTP-Daemon-6.01_1: ....... done
[11/23] Installing p5-WWW-RobotRules-6.02_1...
[11/23] Extracting p5-WWW-RobotRules-6.02_1: ..... done
[12/23] Installing p5-HTTP-Cookies-6.01_1...
[12/23] Extracting p5-HTTP-Cookies-6.01_1: .......... done
[13/23] Installing p5-HTML-Parser-3.71_1...
[13/23] Extracting p5-HTML-Parser-3.71_1: .......... done
[14/23] Installing p5-Authen-NTLM-1.09_1...
[14/23] Extracting p5-Authen-NTLM-1.09_1: ..... done
[15/23] Installing p5-File-Listing-6.04_1...
[15/23] Extracting p5-File-Listing-6.04_1: ....... done
[16/23] Installing gle-3.1.0_6...
[16/23] Extracting gle-3.1.0_6: .......... done
[17/23] Installing p5-libwww-6.15...
[17/23] Extracting p5-libwww-6.15: .......... done
[18/23] Installing netpbm-10.35.97...
[18/23] Extracting netpbm-10.35.97: .......... done
[19/23] Installing qt5-multimedia-5.4.1_1...
[19/23] Extracting qt5-multimedia-5.4.1_1: .......... done
[20/23] Installing xscreensaver-5.34...
[20/23] Extracting xscreensaver-5.34: .......... done
[21/23] Installing qt5-concurrent-5.4.1...
[21/23] Extracting qt5-concurrent-5.4.1: .......... done
[22/23] Installing qt5-imageformats-5.4.1...
[22/23] Extracting qt5-imageformats-5.4.1: .......... done
[23/23] Installing lumina-0.8.7_1,1...
[23/23] Extracting lumina-0.8.7_1,1: .......... done
Message from freeglut-2.8.1_4:
Since FreeBSD has new USB stack, freeglut normally doesn't build on FreeBSD 8
(yet). To workaround this a small patch adds one include file and comments out
content of one function (only leaves return NULL).

This might cause side effects.  Joysticks do not work, and there might be ports
that do not compile or applications that crash because of this.

Do not hesitate to contact x11@FreeBSD.org if there are any issues and side
effects because of this.
Message from lumina-0.8.7_1,1:
The Lumina Desktop Environment has been installed!

An entry for for launching Lumina from a graphical login manager has already been added to the system, but if you with to start Lumina manually, you will need to do one of the following:
1) Put the line "exec Lumina-DE" at the end of your user's "~/.xinitrc" file before running startx
2) Wrap the Lumina binary call with an X initialization call:
Example: "xinit ${PREFIX}/bin/Lumina-DE -- :0"

Also note that the system-wide default settings for Lumina are contained in ${PREFIX}/etc/luminaDesktop.conf[.dist]. While it is possible to customize the desktop to the user's liking after logging in, you may want to adjust the default settings as necessary if there are multiple user accounts on this system.
Installing x11/xfce4-screenshooter-plugin...
Checking integrity... done (0 conflicting)
The following 1 package(s) will be affected (of 0 checked):

New packages to be INSTALLED:
    xfce4-screenshooter-plugin: 1.8.2_2

The process will require 767 KiB more space.
[1/1] Installing xfce4-screenshooter-plugin-1.8.2_2...
[1/1] Extracting xfce4-screenshooter-plugin-1.8.2_2: .......... done
Extracting ports overlay...
Pruning: /usr/local/share/applications/cups.desktop
Pruning: /usr/local/share/xsessions/[0-9a-zA-Z]*.desktop
Pruning: /usr/local/etc/fonts/conf.d/85-wqy.conf
Extracting ports overlay data...DONE
Updating pkgng config...
Unmounting stage BE...
Running: cp /tmp/.pkgUpdateLog.5841 /.updateStage/usr/local/log/pc-updatemanager/upgrade.log
Starting syscache...
Your update is finished! Please reboot to load into the new boot-environment


Para montar usbs he descubierto que los tienes que pinchar cuando arranca el SO al menos los que yo intento enganchar, entonces si que va el asuntillo, no sé, voy por ahora a parar de hacer pruebas y hacer otras cosas mas interesantes, voy a desconectar las actualizaciones automáticas. Bueno al menos en el GRUB solo aparece la última.

Las líneas del dmesg para lo del usb: Pinchar antes de arrancar por si padecéis lo que a mi me ocurre.

Root mount waiting for: usbus4
Root mount waiting for: usbus4
uhub4: 8 ports with 8 removable, self powered
Root mount waiting for: usbus4
Root mount waiting for: usbus4
ugen4.2: at usbus4
umass0: on usbus4
umass0:  SCSI over Bulk-Only; quirks = 0xc100
umass0:2:0:-1: Attached to scbus2
da0 at umass-sim0 bus 0 scbus2 target 0 lun 0
da0: Removable Direct Access SPC-2 SCSI device
da0: Serial Number D48564BBD26FCF41BC3B28E7
da0: 40.000MB/s transfers
da0: 29587MB (60594432 512 byte sectors: 255H 63S/T 3771C)
da0: quirks=0x3
Root mount waiting for: usbus4
usb_alloc_device: set address 3 failed (USB_ERR_IOERROR, ignored)
ugen1.2: at usbus1
ukbd0: on usbus1
kbd2 at ukbd0
Root mount waiting for: usbus4
ums0: on usbus1
ums0: 5 buttons and [XYZT] coordinates ID=1
Root mount waiting for: usbus4
usbd_setup_device_desc: getting device descriptor at addr 3 failed, USB_ERR_IOERROR
usbd_req_re_enumerate: addr=3, set address failed! (USB_ERR_IOERROR, ignored)
Root mount waiting for: usbus4
Root mount waiting for: usbus4
usbd_setup_device_desc: getting device descriptor at addr 3 failed, USB_ERR_IOERROR
Root mount waiting for: usbus4
usbd_req_re_enumerate: addr=3, set address failed! (USB_ERR_IOERROR, ignored)
Root mount waiting for: usbus4
Root mount waiting for: usbus4
usbd_setup_device_desc: getting device descriptor at addr 3 failed, USB_ERR_IOERROR
Root mount waiting for: usbus4
usbd_req_re_enumerate: addr=3, set address failed! (USB_ERR_IOERROR, ignored)
Root mount waiting for: usbus4
Root mount waiting for: usbus4
usbd_setup_device_desc: getting device descriptor at addr 3 failed, USB_ERR_IOERROR
Root mount waiting for: usbus4
usbd_req_re_enumerate: addr=3, set address failed! (USB_ERR_IOERROR, ignored)
Root mount waiting for: usbus4
usbd_setup_device_desc: getting device descriptor at addr 3 failed, USB_ERR_IOERROR
ugen4.3: at usbus4 (disconnected)
Root mount waiting for: usbus4
uhub_reattach_port: could not allocate new device
Trying to mount root from zfs:tank/ROOT/10.2-RELEASE-p10-up-20151217_151802 []...
GEOM_ELI: Device label/swap0.eli created.
GEOM_ELI: Encryption: AES-XTS 128
GEOM_ELI:     Crypto: software
Cuse4BSD v0.1.36 @ /dev/cuse
acpi_video0: on vgapci0
fuse-freebsd: version 0.4.4, FUSE ABI 7.8
wlan0: Ethernet address: f0:7b:cb:45:b8:5f
ath0: ath_legacy_rx_tasklet: sc_inreset_cnt > 0; skipping
wlan0: wlan_clone_create: reject, not an 802.11 device
usbus4: port reset timeout
uhub_reattach_port: port 5 reset failed, error=USB_ERR_TIMEOUT
uhub_reattach_port: device problem (USB_ERR_TIMEOUT), disabling port 5
uhub_reattach_port: giving up port reset - device vanished
ugen4.3: at usbus4
umass1: on usbus4
umass1:  SCSI over Bulk-Only; quirks = 0xc100
umass1:3:1:-1: Attached to scbus3
da1 at umass-sim1 bus 1 scbus3 target 0 lun 0
da1: Removable Direct Access SPC-2 SCSI device
da1: Serial Number 000FEA0E7429CC80A39E24EF
da1: 40.000MB/s transfers
da1: 29587MB (60594432 512 byte sectors: 255H 63S/T 3771C)
da1: quirks=0x3



Para montar el usb curiosamente se puede hacer desde el administrador de archivos un pinchacito y listo cosa que no ocurre con las particiones de disco duro. Las cuales necesitan de la bandeja de montaje.

[ximo@nunbsd-6836] ~% di
Sistema de ficheros Mountado          KBytes    Usado   Dispon %Usado Tipo de sf
tank/ROOT/10.2-RELE /               21206418  6520420 14685998   31%  zfs      
linprocfs           /compat/linux/p        4        4        0  100%  linprocfs
tank/iocage         /iocage         14686036       32 14686004    0%  zfs      
tank/iocage/.defaul /iocage/.defaul 14686028       25 14686004    0%  zfs      
tank/iocage/base    /iocage/base    14686028       25 14686004    0%  zfs      
tank/iocage/downloa /iocage/downloa 14686028       25 14686004    0%  zfs      
tank/iocage/jails   /iocage/jails   14686028       25 14686004    0%  zfs      
tank/iocage/release /iocage/release 14686028       25 14686004    0%  zfs      
/dev/msdosfs/TOSHIB /media/TOSHIBA  30281632 30013568   268064   99%  msdosfs  
tank/tmp            /tmp            14686084       80 14686004    0%  zfs      
tank/usr/home       /usr/home       14686030       26 14686004    0%  zfs      
tank/usr/home/ximo  /usr/home/ximo  17989758  3303761 14685997   18%  zfs      
tank/usr/jails      /usr/jails      14686030       26 14686004    0%  zfs      
tank/usr/jails/.war /usr/jails/.war 14880296   194292 14686004    1%  zfs      
tank/usr/obj        /usr/obj        14686028       25 14686004    0%  zfs      
tank/usr/ports      /usr/ports      14686028       25 14686004    0%  zfs      
tank/usr/src        /usr/src        14686028       25 14686004    0%  zfs      
tank/var/audit      /var/audit      14686030       27 14686004    0%  zfs      
tank/var/log        /var/log        14686859      856 14686004    0%  zfs      
tank/var/mail       /var/mail       14686030       27 14686004    0%  zfs      
tank/var/tmp        /var/tmp        14693543     7540 14686004    0%  zfs      
[ximo@nunbsd-6836] ~%