Re: HEADS UP: GNOME 2.26 available for FreeBSD

2009-04-22 Thread Alexander Nedotsukov
On Wed, 22 Apr 2009 10:22:41 +0400 (MSD), Dmitry Morozovsky wrote: > On Wed, 22 Apr 2009, Alexander Nedotsukov wrote: > > AN> > Well, then I suppose we should at least say something about this in release > AN> > notes, because in 7.2 one of *major* desktop application s

Re: HEADS UP: GNOME 2.26 available for FreeBSD

2009-04-21 Thread Alexander Nedotsukov
On Tue, 21 Apr 2009 16:19:30 +0400 (MSD), Dmitry Morozovsky wrote: > JMC> Actually, I have always shied away from such things. We regularly get > JMC> requests to change the meta-port, but we long ago took the philosophy to > JMC> keep the Desktop meta-port as close to the official set of GNOME

Re: Darwin Calendar Server

2009-03-13 Thread Alexander Nedotsukov
This is not quite correct statement. ATM all required packages are present in the ports tree. ./run script fetched from the trunk may need a quick lobotomy course though. When I checked it out last time whole thing just works (well it still works :-) On 13.03.2009, at 12:31, 葉佳威 Jiawei Ye

Re: [patch] glib20, UTF-8 and string collation

2008-01-09 Thread Alexander Nedotsukov
Alexandre "Sunny" Kovalenko wrote: On Thu, 2008-01-10 at 13:18 +0900, Alexander Nedotsukov wrote: Alexandre, The problem you exposed have its roots in Evo code. g_utf8_* stuff defined to work on *utf-8* strings only and have undefined behaviour on MBCS strings. It may sound

Re: [patch] glib20, UTF-8 and string collation

2008-01-09 Thread Alexander Nedotsukov
Alexandre, The problem you exposed have its roots in Evo code. g_utf8_* stuff defined to work on *utf-8* strings only and have undefined behaviour on MBCS strings. It may sound stupid but crashes are allowed in this case :-) Even we apply your latest patch the true problem solution will be on

Re: pkg-config and library dependencies

2007-12-24 Thread Alexander Nedotsukov
Ed Schouten wrote: Hello everyone, This morning I ran a `readelf -d' on an application that I maintain ... I've added a bunch of patches for the ports I use for audio/herrie. I didn't file any PR's yet, because I'd like to hear your opinions on this matter. Are my findings correct? Roger

Re: (Very) bogus package dependencies

2007-12-24 Thread Alexander Nedotsukov
Andriy Gapon wrote: And a practical thought: it seems that in recent FreeBSD versions system tar can work rather well with the ISO CD9660 FS, so it should be enough to list directories in an image. What I am trying to say: before adding a dependency examine your options and choose the best one.

Re: Looking for speed increases in "make index" and pkg_version for ports

2007-05-28 Thread Alexander Nedotsukov
Correct me if I wrong. Don't you missed the fact that chdir(2) changes process wide attribute? Though it's easy to fix with -C option. Stephen Montgomery-Smith wrote: Jeremy Chadwick wrote: On Sun, May 27, 2007 at 03:52:16PM -0500, Stephen Montgomery-Smith wrote: I have been thinking a lot abo

Re: Undefine WITH_DEBUG?

2007-05-02 Thread Alexander Nedotsukov
Thomas Zander wrote: Hi, I am trying to track down a problem with building mplayer with debug symbols. The problem is that this seems possible (at least on my machine) only if it is compiled with -O{1|2|3} -fomit-frame-pointer due to one of its incredibly smart inline-asm sections. Now, when u