Re: Deinstalling X-windows

2006-10-16 Thread Erik Norgaard

Chris wrote:

I really appreciate the responses, they answer what I asked but also 
another question I didn't ask, but was worrying about. We DO use 
ImageMagick and for the first time, I've installed it from ports. I 
didn't find any reference to WITHOUT_X11 in the man make.conf but 
immediately found it in the make for ImageMagick so you hit on the head. 
I'll research more for the other ports we are using and see if there 
similar flags.


AFAIK The options documented for make.conf concerns building the base 
system. But you can add options for ports as well: Adding


  WITHOUT_X11=YES

will cause all ports that support the option to be built without X11 so 
you don't have to specify it every time.


Whether you install ImageMagick from ports or not, you need the X11 
libraries. The pkg_delete or any other of the package/ports tools won't 
warn you about anything breaking unless it is installed from ports.


Cheers, Erik
--
Ph: +34.666334818  web: http://www.locolomo.org
X.509 Certificate: http://www.locolomo.org/crt/8D03551FFCE04F0C.crt
Key ID: 69:79:B8:2C:E3:8F:E7:BE:5D:C3:C3:B1:74:62:B8:3F:9F:1F:69:B9
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Deinstalling X-windows

2006-10-16 Thread Chris


On Oct 16, 2006, at 6:18 AM, Erik Norgaard wrote:


Chris wrote:

Can I deep six them, or, because they are now in the base, should  
I keep them for the
integrity of the installation? I apologize that I can't test this  
myself, I don't have a non-

production machine to play with just now.
xorg-clients-6.9.0_3 X client programs and related files from X.Org

...
I assume that you do all the administration using ssh. You can  
tunnel X trough ssh if you need to, but if you never use X for  
managing the servers just deinstall.


Use

  # pkg_delete -x xorg-

to deinstall, by default it will not deinstall if there are  
dependencies.


There is one package you may need even if you don't run any X apps:  
xorg-libraries. I need it to do image manipulation on the command  
line with ImageMagick.


I think you can set WITHOUT_X11=YES in your make.conf so apps won't  
be built with X in the future.


First, sorry I keep forgetting to change my from address to the one  
that identifies me more. I just did on this reply.


I really appreciate the responses, they answer what I asked but also  
another question I didn't ask, but was worrying about. We DO use  
ImageMagick and for the first time, I've installed it from ports. I  
didn't find any reference to WITHOUT_X11 in the man make.conf but  
immediately found it in the make for ImageMagick so you hit on the  
head. I'll research more for the other ports we are using and see if  
there similar flags.


On the ssh comment, OT but Yes, I've tried tunnelling X and it worked  
great on my test LAN, but the satellite connection (Hughes best  
service) adds latency that thwarts any slick admin access I've tried.  
So in laziness, I've not strayed too far from simple command line  
access. My working location carries the concept of "working remotely"  
to absurdity. No DSL or Cable here.


Thanks again,
Chris
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Deinstalling X-windows

2006-10-16 Thread Erik Norgaard

Chris wrote:

Can I deep six them, or, because they are now in the base, should I keep 
them for the
integrity of the installation? I apologize that I can't test this 
myself, I don't have a non-

production machine to play with just now.

xorg-clients-6.9.0_3 X client programs and related files from X.Org
xorg-documents-6.9.0 Documentation of X11 protocol and libraries from X.Org
xorg-fonts-100dpi-6.9.0_1 X.Org 100dpi bitmap fonts
xorg-fonts-75dpi-6.9.0_1 X.Org 75dpi bitmap fonts
xorg-fonts-cyrillic-6.9.0_1 X.Org Cyrillic bitmap fonts
xorg-fonts-encodings-6.9.0_1 X.Org font encoding files
xorg-fonts-miscbitmaps-6.9.0_1 X.Org miscellaneous bitmap fonts
xorg-fonts-truetype-6.9.0 X.Org TrueType fonts
xorg-fonts-type1-6.9.0 X.Org Type1 fonts
xorg-fontserver-6.9.0_1 X font server from X.Org
xorg-libraries-6.9.0 X11 libraries and headers from X.Org
xorg-manpages-6.9.0 X.Org library manual pages
xorg-nestserver-6.9.0_1 Nesting X server from X.Org
xorg-printserver-6.9.0_2 X Print server from X.Org
xorg-vfbserver-6.9.0_2 X virtual framebuffer server from X.Org
xterm-220   Terminal emulator for the X Window System


I assume that you do all the administration using ssh. You can tunnel X 
trough ssh if you need to, but if you never use X for managing the 
servers just deinstall.


Use

  # pkg_delete -x xorg-

to deinstall, by default it will not deinstall if there are dependencies.

There is one package you may need even if you don't run any X apps: 
xorg-libraries. I need it to do image manipulation on the command line 
with ImageMagick.


I think you can set WITHOUT_X11=YES in your make.conf so apps won't be 
built with X in the future.


Cheers, Erik
--
Ph: +34.666334818  web: http://www.locolomo.org
X.509 Certificate: http://www.locolomo.org/crt/8D03551FFCE04F0C.crt
Key ID: 69:79:B8:2C:E3:8F:E7:BE:5D:C3:C3:B1:74:62:B8:3F:9F:1F:69:B9
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"