Re: [SOLVED] Can't upgrade firefox

2011-04-07 Thread Andrea Venturoli

On 04/06/11 19:38, Pan Tsu wrote:

Andrea Venturolim...@netfence.it  writes:

[...]

OBJDIR=obj-i386-unknown-freebsd8.1 /usr/local/bin/python2.7 
obj-i386-unknown-freebsd8.1/_profile
/pgo/profileserver.py
Traceback (most recent call last):
   File obj-i386-unknown-freebsd8.1/_profile/pgo/profileserver.py, line 52, 
inmodule
 from automation import Automation
   File 
/usr/local/local/storage/alamartmp/usr/ports/www/firefox/work/mozilla-2.0/obj-i386-unknown-freebsd8.1/_profile/pgo/automation.py,
 line 16, inmodule
 import sqlite3
   File /usr/local/lib/python2.7/sqlite3/__init__.py, line 24, inmodule
 from dbapi2 import *
   File /usr/local/lib/python2.7/sqlite3/dbapi2.py, line 27, inmodule
 from _sqlite3 import *
ImportError: /usr/local/lib/python2.7/site-packages/_sqlite3.so: Undefined symbol 
sqlite3_load_extension
gmake: *** [profiledbuild] Error 1
*** Error code 1


I've banged my head on this, but can't get to understand.
I already tried deleting py27-sqlite, reinstalling it with
portupgrade -Rf' and so on.

Any help is appreciated.


At least two PRs are dedicated to the issue, i.e. ports/155971, ports/156076.

   http://www.freebsd.org/cgi/query-pr-summary.cgi?text=sqlite



Thanks.
156076 describes the issue... I was investigating py-sqlite, but should 
have looked into sqlite.

Turning on EXTENSION allowed me to compile firefox.

 bye
av.
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: Fwd: Deprecation campaign

2011-04-07 Thread Chris Rees
On 06/04/2011, Ruslan Mahmatkhanov cvs-...@yandex.ru 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-foo is very little. Maybe Michel Talon, that initiated
 this port resurrection and that sent build patches would be interested
 in maintaining this port.

I could look after it in the absence of others' interest.

Chris
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


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 characters in /usr/local/share/vim/vim73/syntax/php.vim.
 
 Hi I really don't know anything about PHP.  Can you point out the line
 number (and line content) of an example of this in
 /usr/local/share/vim/vim73/syntax/php.vim?
 
 I found /usr/local/share/doc/antiword/antiword.php on my system and am
 assuming it is an OK example of a PHP file.  Syntax colouring works OK
 with Vim 7.3.121 (non-lite).  Have you tried the non-lite build?
 
  Somehow, in FreeBSD Vim does not seem to recognize the line continuation
  character and complains about it, resulting in errors when opening a
  syntax file containing these characters.
  
  What is the solution to this, if you know any?
 
 So that I know what to look at, can you also send the error messages you
 are seeing (and any required file(s) to reproduce the issue?

I get a similar problem when editing python files. To trigger it all I
have to do is have syntax on in my .vimrc, then edit a file with the
.py extension (it can be a totally new file). The first few errors, and
there are more, are:

Error detected while processing
/usr/local/share/vim/vim73/syntax/python.vim:
line   86:
E475: Invalid argument: pythonFunction
line   87:
E10: \ should be followed by /, ? or 
line   93:
E475: Invalid argument: pythonString
line   94:
E10: \ should be followed by /, ? or 
line   95:
E10: \ should be followed by /, ? or 
line   96:

-- WXS
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


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 cvs-...@yandex.ru 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-foo is very little. Maybe Michel Talon, that initiated
  this port resurrection and that sent build patches would be interested
  in maintaining this port.
 
 I could look after it in the absence of others' interest.

I just committed this.

-- WXS
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


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 either...


-- 
Matthew Fuller (MF4839)   |  fulle...@over-yonder.net
Systems/Network Administrator |  http://www.over-yonder.net/~fullermd/
   On the Internet, nobody can hear you scream.
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


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-wide vimrc or your user .vimrc:

nocp

This prevents vim from using vi compatibility.

niek

On Thu, Apr 7, 2011 at 9:27 AM, Matthew D. Fuller
fulle...@over-yonder.net 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 files
 occasionally (with both full vim and vim-lite), and have never seen
 this with either...


 --
 Matthew Fuller     (MF4839)   |  fulle...@over-yonder.net
 Systems/Network Administrator |  http://www.over-yonder.net/~fullermd/
           On the Internet, nobody can hear you scream.

___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


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 files
 occasionally (with both full vim and vim-lite), and have never seen
 this with either...

Are you using syntax highlighting?

-- WXS
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


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 go to this page:
http://crashingdaily.wordpress.com/2008/10/22/apache-access-control-and-mod_rpaf/

fix:

srv2# cat /usr/ports/www/apache22/files/patch-mod_authz_host.c
--- ./modules/aaa/mod_authz_host.c.orig 2008-06-14 15:44:19.0 +0400
+++ ./modules/aaa/mod_authz_host.c  2011-04-07 16:46:03.0 +0400
@@ -214,6 +214,26 @@
 int gothost = 0;
 const char *remotehost = NULL;

+// added by lissyara 2011-04-07 in 16:13 MSK
+// see 
http://crashingdaily.wordpress.com/2008/10/22/apache-access-control-and-mod_rpaf/

+if (r-connection-remote_addr-sa.sin.sin_family == AF_INET) {
+   r-connection-remote_addr-sa.sin.sin_addr.s_addr = 
apr_inet_addr(r-connection-remote_ip);

+}
+else if (IN6_IS_ADDR_V4MAPPED((struct in6_addr 
*)r-connection-remote_addr-ipaddr_ptr)) {

+   // set mapped IPv4
+   ((apr_uint32_t *)r-connection-remote_addr-ipaddr_ptr)[0] = 0;
+   ((apr_uint32_t *)r-connection-remote_addr-ipaddr_ptr)[1] = 0;
+   ((apr_uint32_t *)r-connection-remote_addr-ipaddr_ptr)[2] = 
htonl (0x);
+   ((apr_uint32_t *)r-connection-remote_addr-ipaddr_ptr)[3] = 
inet_addr( r-connection-remote_ip );

+}
+else if (r-connection-remote_addr-sa.sin.sin_family == AF_INET6) {
+   // not sure if this will work !!!
+   inet_pton(AF_INET6, r-connection-remote_ip, ((struct 
sockaddr_in6*)r-connection-remote_addr)-sin6_addr.s6_addr);

+}
+else {
+   ap_log_rerror(APLOG_MARK, APLOG_DEBUG|APLOG_NOERRNO, 0, r, 
Apache doesn't support this address family);

+}
+
 for (i = 0; i  a-nelts; ++i) {
 if (!(mmask  ap[i].limited)) {
 continue;
srv2#


may be not complete correct - I'm not programmer
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


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 Internet, nobody can hear you scream.
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


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 errors from turning
:syn on


-- 
Matthew Fuller (MF4839)   |  fulle...@over-yonder.net
Systems/Network Administrator |  http://www.over-yonder.net/~fullermd/
   On the Internet, nobody can hear you scream.
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@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 mail to freebsd-ports-unsubscr...@freebsd.org


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 annu...@yandex.ruwrote:



 07.04.2011, 20:59, Attos attos.ja...@gmail.com:
  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




-- 
Attos Janus
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


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_delete -r xorg-7.5.1

___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


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 attos.ja...@gmail.com wrote:

 Tried that, didn't work :)

 On Thu, Apr 7, 2011 at 1:29 PM, Konstantin Tokarev annu...@yandex.ru
 wrote:

 
 
  07.04.2011, 20:59, Attos attos.ja...@gmail.com:
   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
 



 --
 Attos Janus
 ___
 freebsd-ports@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-ports
 To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org




-- 
С уважением,
Александр Грянко
Liveinternet.ru
URL: http://liveinternet.ru
E-mail: grya...@corp.liveinternet.ru
Phone: +7(962)9558222
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


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 me. That's why I want to get rid of all those ports I
no longer use.

Thanks

On Thu, Apr 7, 2011 at 1:48 PM, Olli Hauer oha...@freebsd.org wrote:

 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_delete -r xorg-7.5.1


___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


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, Attosattos.ja...@gmail.com:

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
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


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 upgrade it to 8.2-REL and
 portupgrade is holding me. That's why I want to get rid of all those ports I
 no longer use.
 

If you plan the upgrade to 8.2 then you have to rebuild all your ports.
So why updating the ports before the update?

# create list of all packages (for reference)
pkg_info -qoa | sort  ~/packages_74

# delete all packages
pkg_delete -a

Do the system upgrade, then build or install only the ports you want on the 8.2
system
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: Best way to uninstall X

2011-04-07 Thread Konstantin Tokarev


07.04.2011, 23:15, David Demelier demelier.da...@gmail.com:
 On 07/04/2011 19:29, Konstantin Tokarev wrote:

  07.04.2011, 20:59, Attosattos.ja...@gmail.com;:
  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.

WIll you argue it doesn't uninstall X and all the applications that run under 
X? :)

BTW, it may be faster to install system from scratch in this case.

-- 
Regards,
Konstantin
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


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 demelier.da...@gmail.com:
  On 07/04/2011 19:29, Konstantin Tokarev wrote:
 
   07.04.2011, 20:59, Attosattos.ja...@gmail.com;:
   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.
 
 WIll you argue it doesn't uninstall X and all the applications that run 
 under X? :)

Plus a lot of other stuff...Yes, it will do that, but the question
was specifically for the best way of doing it which I don't think
that particular solution qualifies as.


-- 
Insert your favourite quote here.
Erik Trulsson
ertr1...@student.uu.se
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: Best way to uninstall X

2011-04-07 Thread Heino Tiedemann
Attos attos.ja...@gmail.com 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..

___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


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 xpa...@gmail.com

 The best way to upgrade your system will be backup /etc(configs,
 users/groups/permissions, rc.conf with network settings), /var(MySQL DB,
 crontab jobs), /usr/local/etc(Apache, Postfix, Samba configs) using tar and
 fresh install FreeBSD 8.0. After installation just install packages, untar
 data and edit rc.conf.

 On 7 April 2011 22:36, Attos attos.ja...@gmail.com 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 upgrade it to 8.2-REL
 and
 portupgrade is holding me. That's why I want to get rid of all those ports
 I
 no longer use.

 Thanks

 On Thu, Apr 7, 2011 at 1:48 PM, Olli Hauer oha...@freebsd.org wrote:

  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_delete -r xorg-7.5.1
 
 
 ___
 freebsd-ports@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-ports
 To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org




 --
 С уважением,
 Александр Грянко
 Liveinternet.ru
 URL: http://liveinternet.ru
 E-mail: grya...@corp.liveinternet.ru
 Phone: +7(962)9558222

___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: Best way to uninstall X

2011-04-07 Thread Jerry
On Thu, 7 Apr 2011 17:03:38 -0400
Attos attos.ja...@gmail.com 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
what you need and then zero out the entire drive and install the
latest versions of FreeBSD from scratch.

-- 
Jerry ✌
freebsd-ports.u...@seibercom.net

Disclaimer: off-list followups get on-list replies or get ignored.
Please do not ignore the Reply-To header.
__

___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


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 includes
patches I'm unsure about whether simply skipping the patches and trying
to build the newest version will work and/or yield positive results, and
the current patches do not seem to work with FUSE 2.8.5.

Any info on the status of this port and how difficult it would be to
update this? An s3fs port (http://code.google.com/p/s3fs/) would also be
very cool, and probably low dangling fruit with an up-to-date FUSE port.

Thanks in advance for any info and help you have regarding this port :)




-- 
Joe Auty, NetMusician
NetMusician helps musicians, bands and artists create beautiful,
professional, custom designed, career-essential websites that are easy
to maintain and to integrate with popular social networks.
www.netmusician.org http://www.netmusician.org
j...@netmusician.org mailto:j...@netmusician.org

___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


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  i386

--
wbr, tiger

___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org