On Sun, Oct 6, 2013 at 4:29 PM, Steve Kargl <
s...@troutmask.apl.washington.edu> wrote:

> On Sun, Oct 06, 2013 at 03:36:42PM -0700, Sean Bruno wrote:
> > On Sun, 2013-10-06 at 15:28 -0700, Sean Bruno wrote:
> > > Was doing a portmaster -a today and noted that bsd.xorg.mk seems to be
> > > causing problems duing the update.  When this happens, some prompt is
> > > waiting for me to hit "enter" that has scrolled past and I cannot see
> > > it.
> > >
> > >
> > > ===>>> All >> cairo-1.10.2_5,2 >> libGL-8.0.5_4 (13/35)
> > >
> > > make: "/usr/ports/Mk/bsd.xorg.mk" line 158: warning: Couldn't read
> > > shell's output for "/usr/local/bin/X -version 2>&1 | sed -n 's;^X\.Org
> X
> > > Server \([^ ]*\).*;\1;p'"
> > > make: "/usr/ports/Mk/bsd.xorg.mk" line 158: warning: Couldn't read
> > > shell's output for "/usr/local/bin/X -version 2>&1 | sed -n 's;^X\.Org
> X
> > > Server \([^ ]*\).*;\1;p'"
> > > make: "/usr/ports/Mk/bsd.xorg.mk" line 158: warning: Couldn't read
> > > shell's output for "/usr/local/bin/X -version 2>&1 | sed -n 's;^X\.Org
> X
> > > Server \([^ ]*\).*;\1;p'"
> > > make: "/usr/ports/Mk/bsd.xorg.mk" line 158: warning: Couldn't read
> > > shell's output for "/usr/local/bin/X -version 2>&1 | sed -n 's;^X\.Org
> X
> > > Server \([^ ]*\).*;\1;p'"
> > >
> >
> >
> > Oh ... this is due to the bump in pixman.  Wow.  Let me *try* to rebuild
> > it.
> >
>
> Yep.  Yet another port change disaster during a code freeze.
>
>
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

This will do the job much more quickly than "portmaster -r pixman

-- 
R. Kevin Oberman, Network Engineer
E-mail: rkober...@gmail.com
_______________________________________________
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

Reply via email to