Re: Chicken and egg

2009-04-29 Thread Steven Friedrich
Lowell Gilbert wrote: Steven Friedrich writes: On a system with cairo installed, try pkg_info -r cairo\*|grep drm Here's from one of my systems: Dependency: libdrm-2.4.9 I did, and don't have that dependency. I also looked (somewhat quickly, admittedly) through the makefiles for a way it c

Re: Chicken and egg

2009-04-29 Thread Lowell Gilbert
Steven Friedrich writes: > On a system with cairo installed, try pkg_info -r cairo\*|grep drm > > Here's from one of my systems: > Dependency: libdrm-2.4.9 I did, and don't have that dependency. I also looked (somewhat quickly, admittedly) through the makefiles for a way it could be optionally

Re: Chicken and egg

2009-04-29 Thread Mike Clarke
On Monday 27 April 2009, Steven Friedrich wrote: > I built cairo with make -k install, so it would brute force past the > error, and after that I built libdrm and cairo again with portupgrade > -fr libdrm cairo. I think I had a similar problem a while ago. If I remember correctly it was fixed by

Re: Chicken and egg

2009-04-28 Thread Adam Vandemore
Steven Friedrich wrote: Manolis Kiagias wrote: Steven Friedrich wrote: Lowell Gilbert wrote: Steven Friedrich writes: I've been having trouble with X11 ports, so I deleted all my packages and tried to install xorg fresh. xorg port failed trying to build cairo, cairo failed because it could

Re: Chicken and egg

2009-04-28 Thread Adam Vandemore
Steven Friedrich wrote: Manolis Kiagias wrote: Steven Friedrich wrote: Lowell Gilbert wrote: Steven Friedrich writes: I've been having trouble with X11 ports, so I deleted all my packages and tried to install xorg fresh. xorg port failed trying to build cairo, cairo failed because it could

Re: Chicken and egg

2009-04-28 Thread Steven Friedrich
Manolis Kiagias wrote: Steven Friedrich wrote: Lowell Gilbert wrote: Steven Friedrich writes: I've been having trouble with X11 ports, so I deleted all my packages and tried to install xorg fresh. xorg port failed trying to build cairo, cairo failed because it couldn't build libdrm, libdrm

Re: Chicken and egg

2009-04-28 Thread Manolis Kiagias
Steven Friedrich wrote: > Lowell Gilbert wrote: >> Steven Friedrich writes: >> >>> I've been having trouble with X11 ports, so I deleted all my packages >>> and tried to install xorg fresh. >>> >>> xorg port failed trying to build cairo, cairo failed because it >>> couldn't build libdrm, libdrm fa

Re: Chicken and egg

2009-04-28 Thread Steven Friedrich
Lowell Gilbert wrote: Steven Friedrich writes: I've been having trouble with X11 ports, so I deleted all my packages and tried to install xorg fresh. xorg port failed trying to build cairo, cairo failed because it couldn't build libdrm, libdrm failed because cairo's headers weren't installed.

Chicken and egg

2009-04-28 Thread Steven Friedrich
I've been having trouble with X11 ports, so I deleted all my packages and tried to install xorg fresh. xorg port failed trying to build cairo, cairo failed because it couldn't build libdrm, libdrm failed because cairo's headers weren't installed. So in summary, I can't install cairo because it w

Re: Chicken and egg

2009-04-28 Thread Lowell Gilbert
Steven Friedrich writes: > I've been having trouble with X11 ports, so I deleted all my packages > and tried to install xorg fresh. > > xorg port failed trying to build cairo, cairo failed because it > couldn't build libdrm, libdrm failed because cairo's headers weren't > installed. > > So in sum

Chicken and egg

2009-04-27 Thread Steven Friedrich
I've been having trouble with X11 ports, so I deleted all my packages and tried to install xorg fresh. xorg port failed trying to build cairo, cairo failed because it couldn't build libdrm, libdrm failed because cairo's headers weren't installed. So in summary, I can't install cairo because i