Re: What ELSE do I need to add to make.conf to avoid X ?

2009-04-07 Thread Roland Smith
On Tue, Apr 07, 2009 at 07:40:53AM -0700, Juri Mianovich wrote: > > Just trying to install rrdtool on a server. > > Do not want X. Do not want X11. Do not want Xorg. > Oops. Looks like I was going to get X11 anyway. > > So, what other options do I need to add to make.conf in order to > insta

Re: What ELSE do I need to add to make.conf to avoid X ?

2009-04-07 Thread Dan Nelson
In the last episode (Apr 07), Juri Mianovich said: > Just trying to install rrdtool on a server. > > Do not want X. Do not want X11. Do not want Xorg. > > So I did the "right" thing and added this to /etc/make.conf: > > WITHOUT_X11=yes > WITHOUT_X=yes > WITH_X=NO > ENABLE_GUI=NO > > and then

What ELSE do I need to add to make.conf to avoid X ?

2009-04-07 Thread Robert Huff
Juri Mianovich writes: > Just trying to install rrdtool on a server. > > Do not want X. Do not want X11. Do not want Xorg. > > > ===> Installing for pango-1.14.7 If it requires pango, I think you're hosed. I don't think it's possible to build pango without X, if only for var

Re: What ELSE do I need to add to make.conf to avoid X ?

2009-04-07 Thread Manolis Kiagias
Juri Mianovich wrote: > Just trying to install rrdtool on a server. > > Do not want X. Do not want X11. Do not want Xorg. > > So I did the "right" thing and added this to /etc/make.conf: > > WITHOUT_X11=yes > WITHOUT_X=yes > WITH_X=NO > ENABLE_GUI=NO > > and then 'make install' in the rrdtool dir

What ELSE do I need to add to make.conf to avoid X ?

2009-04-07 Thread Juri Mianovich
Just trying to install rrdtool on a server. Do not want X. Do not want X11. Do not want Xorg. So I did the "right" thing and added this to /etc/make.conf: WITHOUT_X11=yes WITHOUT_X=yes WITH_X=NO ENABLE_GUI=NO and then 'make install' in the rrdtool directory. The problem is, eventually I sa