pkg_deinstall --exclude Question

2007-10-15 Thread Alex P
help me with such problem plz. I need to pkg_deinstall all packages
from my FreeBSD and exclude some.
I make  pkg_deinstall -arnx xorg firefox  assumes pkg_deinstall
leave xorg and firefox with their dependencies. but results differs
is there any possibility to filter some packages from deinstallation process?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: How to install third party software (format .tar.bz2)

2007-10-03 Thread Alex P

Could you please advise on how to
install the software with format .tar.bz2   For Example, file
downloaded from the below link :
[1]http://www.gprsec.hu/downloads/GPRS_Easy_Connect_301.tar.bz2
cd /directory-whith-GPRS_Easy_Connect_301.tar.bz2
bzip2 -d GPRS_Easy_Connect_301.tar.bz2
tar xf GPRS_Easy_Connect_301.tar
cd GPRS_Easy_Connect_301
more README
make install
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Fwd: libX11 configure error

2007-09-28 Thread Alex P
   On 9/28/07, John E Hein [EMAIL PROTECTED] wrote:
   Alex P wrote at 18:33 +0400 on Sep 27, 2007:
 hi. My system can`t to update libX11.
 FreeBSD 6_2 p7.
 logs attached.
 setenv XORG_UPDATE yes
 ports is up to date
 Can you help me to clear problem?
   .
   .
 configure:22997: checking keysymdef.h
 configure:23016: error: Cannot find keysymdef.h
  
   It should be part of xproto.
  
   pkg_info -L -x xproto | grep keysymdef
   /usr/local/include/X11/keysymdef.h
  
 tnx. it cleared problem.I`ve found many absent files by reinstalling
  xproto, kbproto etc.
 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]