Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 7 Oct 2013 14:34:32 -0600 (MDT)
From:      Warren Block <wblock@wonkity.com>
To:        Kevin Oberman <rkoberman@gmail.com>
Cc:        "freebsd-current@freebsd.org" <freebsd-current@freebsd.org>, Steve Kargl <sgk@troutmask.apl.washington.edu>
Subject:   Re: X related ports not finding version strings and hanging
Message-ID:  <alpine.BSF.2.00.1310071432280.90814@wonkity.com>
In-Reply-To: <CAN6yY1vVUj%2BmRjqi4Fd5wjjYbM22%2BjKNNNuJ8zS2mimzLAZAdA@mail.gmail.com>
References:  <1381098538.1683.1.camel@localhost> <1381099002.1683.2.camel@localhost> <20131006232913.GA50021@troutmask.apl.washington.edu> <CAN6yY1vVUj%2BmRjqi4Fd5wjjYbM22%2BjKNNNuJ8zS2mimzLAZAdA@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, 6 Oct 2013, Kevin Oberman wrote:

> As usual with such upgrades, pkg_libchk is your friend. Assuming you have
> updated pixman:
> portmaster graphics/libGL graphics/dri
> pkg_libchk -o | grep pixman | cut -d: -f1 | sort | uniq > pixman-files.txt
> portmaster =D `cat pixman-files.txt`
> portmaster -aD
> portmaster -y -clean-distfiles

pkg_libchk -q > /tmp/to-be-rebuilt.txt
portmaster `cat /tmp/to-be-rebuilt.txt`

worked for me, although I did it after following the pixman instructions 
in /usr/ports/UPDATING.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?alpine.BSF.2.00.1310071432280.90814>