WITHOUT_X11 option ?

Hi everyone!

I manage a headless server and i don't need to install X11 at all (of course).

I noticed that some ports required install of X11 , libX11, etc...

I googled and i found that i needed to add WITHOUT_X11=yes to my /etc/make.conf

The only problem is that it doesn't work at all!

I also heard about a WITHOUT_MODULES=x11 but i really don't know...

Does anybody know about this?

Thanks in advance ;-)
 
WITHOUT_X11 should work unless a port specifically depends on an X11 library. Take a look at the port's Makefile, specifically the *_DEPENDS.
 
Yes.
And if you end up with parts of X installed, then please check which port pulled them in and talked to its maintainer to make it respect WITHOUT_X11 or explain why that ain't possible.
 
Just a side note: Just because the system is headless doesn't mean that X11 is pointless.

ssh -Y brandybuck@my-headless-server
 
Back
Top