Re: graphics/simpleviewer doesn't build on head(?)

2011-04-07 Thread Zhihao Yuan
2011/4/8 Sergey V. Dyatko : > On Fri, 8 Apr 2011 01:36:46 -0500 > Zhihao Yuan wrote: > >> On Fri, Apr 8, 2011 at 12:55 AM, Sergey V. Dyatko >> wrote: >> > Hi, >> > >> > I'm trying to build graphics/simpleviewerer and got following error: >> > >> > http://tiger.ipfw.ru/files/simpleviewer.txt >> >

Re: graphics/simpleviewer doesn't build on head(?)

2011-04-07 Thread Sergey V. Dyatko
On Fri, 8 Apr 2011 01:36:46 -0500 Zhihao Yuan wrote: > On Fri, Apr 8, 2011 at 12:55 AM, Sergey V. Dyatko > wrote: > > Hi, > > > > I'm trying to build graphics/simpleviewerer and got following error: > > > > http://tiger.ipfw.ru/files/simpleviewer.txt > > > > tiger# uname -a > > FreeBSD tiger.min

Re: graphics/simpleviewer doesn't build on head(?)

2011-04-07 Thread Zhihao Yuan
On Fri, Apr 8, 2011 at 12:55 AM, Sergey V. Dyatko wrote: > Hi, > > I'm trying to build graphics/simpleviewerer and got following error: > > http://tiger.ipfw.ru/files/simpleviewer.txt > > tiger# uname -a > FreeBSD tiger.minsk.domain 9.0-CURRENT FreeBSD 9.0-CURRENT #36 r220184: > Thu Mar 31 16:17:1

graphics/simpleviewer doesn't build on head(?)

2011-04-07 Thread Sergey V. Dyatko
Hi, I'm trying to build graphics/simpleviewerer and got following error: http://tiger.ipfw.ru/files/simpleviewer.txt tiger# uname -a FreeBSD tiger.minsk.domain 9.0-CURRENT FreeBSD 9.0-CURRENT #36 r220184: Thu Mar 31 16:17:14 EEST 2011 root@tiger.minsk.domain:/usr/obj/usr/src/sys/tiger-desktop

Fuse and s3fs

2011-04-07 Thread Joe Auty
Hello, I'd really like to get the s3fs FUSE file systems to work in FreeBSD, but the most recent versions of s3fs (which I'm most interested in using) require FUSE 2.8.4 or higher, and the ports collection only includes 2.7.4. What would take to update the fusefs-libs port? Since this port includ

Re: Best way to uninstall X

2011-04-07 Thread Erich Dollansky
Hi, On Thursday 07 April 2011 23:59:04 Attos wrote: > Hello all, > > What is the best way to uninstall X and all the applications that run under > X? just redirect the outout if pkg_info into a file and edit it is my way of doing things like this. I basically create with this a script which de

Re: Best way to uninstall X

2011-04-07 Thread Jerry
On Thu, 7 Apr 2011 17:03:38 -0400 Attos articulated: > I think so. > I'll do back up and start from scratch. Then I'll be sure I have just > what I need. > Switching to single user mode, tar, and as Konstantin wrote: rm -rf /* If you are going to start from scratch anyway, why not just back up w

Re: Best way to uninstall X

2011-04-07 Thread Attos
I think so. I'll do back up and start from scratch. Then I'll be sure I have just what I need. Switching to single user mode, tar, and as Konstantin wrote: rm -rf /* Thanks to all that replied! --AJ 2011/4/7 Alexander Gryanko > The best way to upgrade your system will be backup /etc(configs,

Re: Best way to uninstall X

2011-04-07 Thread Heino Tiedemann
Attos wrote: > What is the best way to uninstall X and all the applications that run under > X? The best? Maybe it is realy the best way to install a fresh sytem. But one way could be: pkg_deinstall -r xorg\* That wouldn'n get everything X-related but almost.. ___

Re: Best way to uninstall X

2011-04-07 Thread Erik Trulsson
On Thu, Apr 07, 2011 at 11:31:27PM +0400, Konstantin Tokarev wrote: > > > 07.04.2011, 23:15, "David Demelier" : > > On 07/04/2011 19:29, Konstantin Tokarev wrote: > > > >>  07.04.2011, 20:59, "Attos";: > >>>  Hello all, > >>> > >>>  What is the best way to uninstall X and all the applications tha

Re: Best way to uninstall X

2011-04-07 Thread Konstantin Tokarev
07.04.2011, 23:15, "David Demelier" : > On 07/04/2011 19:29, Konstantin Tokarev wrote: > >>  07.04.2011, 20:59, "Attos";: >>>  Hello all, >>> >>>  What is the best way to uninstall X and all the applications that run under >>>  X? >>> >>>  Thanks in advance. >>  rm -rf /* > > This kind of answers

Re: Best way to uninstall X

2011-04-07 Thread Olli Hauer
On 2011-04-07 20:36, Attos wrote: > I used to have remote access through VPN-VNC using IceWM to this machine, > but I no longer require this. > This machine has Apache, MySQL, PostFix, Samba. And now (port-)upgrading it > has become a PITA. > It's currently running 7.4-REL and I'm planning to upgra

Re: Best way to uninstall X

2011-04-07 Thread David Demelier
On 07/04/2011 19:29, Konstantin Tokarev wrote: 07.04.2011, 20:59, "Attos": Hello all, What is the best way to uninstall X and all the applications that run under X? Thanks in advance. rm -rf /* This kind of answers can be avoided. -- David Demelier _

Re: Best way to uninstall X

2011-04-07 Thread Attos
I used to have remote access through VPN-VNC using IceWM to this machine, but I no longer require this. This machine has Apache, MySQL, PostFix, Samba. And now (port-)upgrading it has become a PITA. It's currently running 7.4-REL and I'm planning to upgrade it to 8.2-REL and portupgrade is holding

Re: Best way to uninstall X

2011-04-07 Thread xpa...@gmail.com
May be something like pkg_delete -r for xorg-drivers ? Try to find any port with largest number of dependencies and delete it with -r option On 7 April 2011 21:37, Attos wrote: > Tried that, didn't work :) > > On Thu, Apr 7, 2011 at 1:29 PM, Konstantin Tokarev >wrote: > > > > > > > 07.04.2011,

Re: Best way to uninstall X

2011-04-07 Thread Olli Hauer
On 2011-04-07 18:59, Attos wrote: > Hello all, > > What is the best way to uninstall X and all the applications that run under > X? > > Thanks in advance. Don't know what else you have installed but pkg_delete -r can be useful here. $> pkg_info | grep -i ^x xorg-7.5.1 bla bla ... ... $> pkg_d

Re: Best way to uninstall X

2011-04-07 Thread Attos
Tried that, didn't work :) On Thu, Apr 7, 2011 at 1:29 PM, Konstantin Tokarev wrote: > > > 07.04.2011, 20:59, "Attos" : > > Hello all, > > > > What is the best way to uninstall X and all the applications that run > under > > X? > > > > Thanks in advance. > > rm -rf /* > > -- > Regards, > Konstant

Re: Best way to uninstall X

2011-04-07 Thread Konstantin Tokarev
07.04.2011, 20:59, "Attos" : > Hello all, > > What is the best way to uninstall X and all the applications that run under > X? > > Thanks in advance. rm -rf /* -- Regards, Konstantin ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org

Best way to uninstall X

2011-04-07 Thread Attos
Hello all, What is the best way to uninstall X and all the applications that run under X? Thanks in advance. -- Attos Janus ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mai

Re: FreeBSD Port: vim-lite-7.3.121

2011-04-07 Thread Matthew D. Fuller
On Thu, Apr 07, 2011 at 10:00:34AM -0400 I heard the voice of Niek Dekker, and lo! it spake thus: > > in my case, I have found that the issue can be avoided by including > the following line in the system-wide vimrc or your user .vimrc: > > nocp Good catch. If I :set compatible, I get a pile of

Re: FreeBSD Port: vim-lite-7.3.121

2011-04-07 Thread Matthew D. Fuller
On Thu, Apr 07, 2011 at 10:05:49AM -0400 I heard the voice of Wesley Shields, and lo! it spake thus: > > Are you using syntax highlighting? Yes. -- Matthew Fuller (MF4839) | fulle...@over-yonder.net Systems/Network Administrator | http://www.over-yonder.net/~fullermd/ On the

mod_authz_host && mod_rpaf - incorrect work with IPv6 enabled

2011-04-07 Thread Alex Keda
problem - not work this: order allow,deny allow from ip 22.33.44.55 # My IP deny from all configuration - nginx frontend, apache2.2 backend, mod_rpaf for real IP apache say: 403, if I go through nginx-proxy and answer 200 if directly mod_rpaf work correct - in log - my IP, not server IP google

Re: FreeBSD Port: vim-lite-7.3.121

2011-04-07 Thread Wesley Shields
On Thu, Apr 07, 2011 at 08:27:58AM -0500, Matthew D. Fuller wrote: > On Thu, Apr 07, 2011 at 08:57:12AM -0400 I heard the voice of > Wesley Shields, and lo! it spake thus: > > > > I get a similar problem when editing python files. > > For a data point, I edit .php files all day long, and .py file

Re: FreeBSD Port: vim-lite-7.3.121

2011-04-07 Thread Niek Dekker
For the record, this is with using vim-lite on FreeBSD. I never install full vim. I cannot speak for those who did not encounter this issue. Those who did, however, may take notice of the following: in my case, I have found that the issue can be avoided by including the following line in the system

Re: FreeBSD Port: vim-lite-7.3.121

2011-04-07 Thread Matthew D. Fuller
On Thu, Apr 07, 2011 at 08:57:12AM -0400 I heard the voice of Wesley Shields, and lo! it spake thus: > > I get a similar problem when editing python files. For a data point, I edit .php files all day long, and .py files occasionally (with both full vim and vim-lite), and have never seen this with

Re: Fwd: Deprecation campaign

2011-04-07 Thread Wesley Shields
On Thu, Apr 07, 2011 at 11:40:31AM +0100, Chris Rees wrote: > On 06/04/2011, Ruslan Mahmatkhanov wrote: > > 06.04.2011 18:30, Wesley Shields ?: > >> I went ahead and committed these changes. Please let me know if you > >> would like to be maintainer or not. > > > > Thanks a lot! > > > > I'm af

Re: FreeBSD Port: vim-lite-7.3.121

2011-04-07 Thread Wesley Shields
On Wed, Apr 06, 2011 at 10:33:53AM -0700, David O'Brien wrote: > On Wed, Mar 23, 2011 at 11:13:45PM -0400, Niek Dekker wrote: > > Using the "syntax on" command in .vimrc. When opening a php file in Vim, > > a lot of errors are being displayed. The errors are caused by line > > continuation characte

Re: Fwd: Deprecation campaign

2011-04-07 Thread Chris Rees
On 06/04/2011, Ruslan Mahmatkhanov wrote: > 06.04.2011 18:30, Wesley Shields пишет: >> I went ahead and committed these changes. Please let me know if you >> would like to be maintainer or not. > > Thanks a lot! > > I'm afraid that i'm not a proper person to maintain such a port, > because my c-fo

Re: [SOLVED] Can't upgrade firefox

2011-04-07 Thread Andrea Venturoli
On 04/06/11 19:38, Pan Tsu wrote: Andrea Venturoli writes: [...] OBJDIR=obj-i386-unknown-freebsd8.1 /usr/local/bin/python2.7 obj-i386-unknown-freebsd8.1/_profile /pgo/profileserver.py Traceback