portmaster ports update 20140416

Tijl Coosemans tijl at coosemans.org
Fri Apr 18 15:53:53 UTC 2014


On Fri, 18 Apr 2014 08:22:52 -0500 Antonio Olivares wrote:
> Dear folks,
> 
> I am having great difficulties in updating my machines :(
> 
> I am running suggested command here:
> 
> 20140416:
>   AFFECTS: users of print/freetype2 textproc/libxml2 x11/pixman
>            x11/libxcb and graphics/freeglut
>   AUTHOR: x11 at FreeBSD.org and gnome at FreeBSD.org
> 
>   The library version of the above libraries has been brought in line
>   with what upstream expects. To do this all users of these ports need
>   to be rebuilt. Portrevisions have been bumped as a consequence.
> 
>   # portmaster -r freetype2 -r libxml2 -r pixman -r freeglut -r libxcb
>   or
>   # portupgrade -rf freetype2 libxml2 pixman freeglut libxcb
> 
> But it is failing to build one because of xulrunner and another one
> because of colord* .  If I select one by one, ie,
> 
> # portmaster -r freetype2
> then
> # portmaster -r libxml2
> then
> # portmaster -r pixman
> then
> # portmaster -r freeglut
> then
> # portmaster -r libxcb
> 
> do the job to at least update/fix some of the problems?  I already
> have busted things :(
> 
> 
> $ mousepad &
> $ Shared object "libpixman-1.so.30" not found, required by
> "libgtksourceview-2.0.so.0"

If you use pkg you can get a list of packages that still require
libpixman-1.so.30 using: pkg shlib -R libpixman-1.so.30

You could then rebuild those packages.

The commands for the other libraries are:

pkg shlib -R libfreetype.so.9
pkg shlib -R libxml.so.5
pkg shlib -R libglut.so.12
pkg shlib -R libxcb.so.2
pkg shlib -R libxcb-xkb.so.0
pkg shlib -R libxcb-sync.so.0
pkg shlib -R libxcb-randr.so.1


More information about the freebsd-questions mailing list