[NEW] Jubler

2010-01-27 Thread Andrej Elizarov
Jubler is a tool to edit text-based subtitles. It can be used as an authoring software for new subtitles or as a tool to convert, transform, correct and refine existing subtitles. The most popular subtitle formats can be used. Preview of the subtitles in realtime or in design time, spell checking,

[QTN?] gstreamermm

2010-01-17 Thread Andrej Elizarov
To update subtitleeditor 31.0 - 35.1 i'm going to make gstreamermm port. Any one working on this? Anyone interested in this port except me?

Re: UPDATE: devel/boost

2010-01-11 Thread Andrej Elizarov
Compiled ok. Tested on i386-current. Thank you.

Re: webkit-current on -stable

2010-01-04 Thread Andrej Elizarov
at 06:37:36AM +0300, Andrej Elizarov wrote: while compiling webkit-1.1.15.4v0 from current ports on 4.6-stable i still need patch-JavaScriptCore_jit_JITStubs_cpp . here it is. it just works for me. Which arch ? Iirc this patch was needed only on amd64, and not needed anymore since 1.1.15.2

Re: webkit-current on -stable

2010-01-04 Thread Andrej Elizarov
ok. now to errors. i get some similiar to yours https://bugs.webkit.org/show_bug.cgi?id=26099 but now with 4(four) asserts and different line numbers. i'll be more accurate when reproduce it. webkit-1.1.15.4/ $grep -r COMPILE_ASSERT . | wc -l 137 hey, this is exactly the same error

Re: webkit-current on -stable

2010-01-04 Thread Andrej Elizarov
Wait.. i always compile and test webkit on amd64/i386/powerpc before commiting the update. At that time, the asserts for X86 where here too, and i didn't get any report of problems so far on i386 without the patch snippet. Be it with 1.1.10 or 1.1.15 or 1.1.15.4... i'll report about errors

Re: webkit-current on -stable

2010-01-04 Thread Andrej Elizarov
-o JavaScriptCore/jit/libJavaS criptCore_la-JITStubs.lo `test -f 'JavaSc riptCore/jit/JITStubs.cpp' || echo './' `JavaScriptCore/jit/JITStubs.cpp JavaScriptCore/jit/JITStubs.cpp:84: error: array bound is not an integer constan t JavaScriptCore/jit/JITStubs.cpp:85: error: array

webkit-current on -stable

2010-01-03 Thread Andrej Elizarov
while compiling webkit-1.1.15.4v0 from current ports on 4.6-stable i still need patch-JavaScriptCore_jit_JITStubs_cpp . here it is. it just works for me. --- JavaScriptCore/jit/JITStubs.cpp.origMon Jan 4 06:03:57 2010 +++ JavaScriptCore/jit/JITStubs.cpp Mon Jan 4 06:17:10 2010 @@

Re: UPDATE: scummvm 1.0.0

2009-12-13 Thread Andrej Elizarov
Works on i386. Tested Full Throttle (russian version, Akela translation) - ok on 1.0.0 . (coredump on 0.13.1)

Re: UPDATE: devel/boost

2009-12-12 Thread Andrej Elizarov
for powerdns, and openoffice is too complex for me to search for glitches/test diffs. Does anyone need new version of boost? Federico, don't you mind to fix/test ooffice build? 2009/12/13 Andrej Elizarov vigilan...@gmail.com seems most wanted part of boost was asio. 1.39 not included

Chromium port [?]

2009-12-08 Thread Andrej Elizarov
Just wonder, does anyone know about Chromium browser port for openbsd? I had tried it on Windows box and seems it's much faster than FF (in fact, not Chromium - Chrome based on sources' one). And google sad that it's ported on freebsd and there floating around patches specially for openbsd ( like

Re: NEW: www/blogsum

2009-10-04 Thread Andrej Elizarov
it wasn't necessary on my test system. Thanks, Jason On Fri, Sep 25, 2009 at 10:55:46PM +0400, Andrej Elizarov wrote: from HOMESITE I Install Notes - OpenBSD chroot OpenBSD Packages http://trac.obfuscurity.com/blogsum/wiki/InstallOpenBSDchroot#OpenBSDPackages Required

NEW: proxychains

2009-09-24 Thread Andrej Elizarov
Nice tool. use it like this: #proxychains sockd -D works via LD_PRELOAD, overwriting getnameinfo(3) and others. it's capable tunnel dns query via proxychains. Enjoy! #cat pkg/DESCR About proxychains tool: * It's a proxifier. * Latest version: 3.1 * Dedicated OS: Linux and

Re: www/firefox35 crashes on video content

2009-07-05 Thread Andrej Elizarov
Mozilla 3.5 seems quite unstable. It crashes on Windows XP too. It crashes for me too, on CURRENT i386 can anyone confirm if this is a FreeBSD only bug? eg does it crash in Linux or in OSX? Sam Fourman Jr.

UPDATE: net/powerdns

2009-05-21 Thread Andrej Elizarov
this diff fix building powerdns with boost-1.39 powerdns.diff Description: Binary data

Re: UPDATE: net/powerdns

2009-05-21 Thread Andrej Elizarov
(Exception e) { + LLogger::ErrorFatal error in main webserver thread: e.reasonendl; + } +- catch(exception e) { ++ catch(std::exception e) { + LLogger::ErrorSTL Exception in main webserver thread: e.what()endl; + } + catch(...) { 2009/5/21 Andrej Elizarov vigilan...@gmail.com this diff

Re: NEW: boost-1.39.0

2009-05-14 Thread Andrej Elizarov
Nice, thank you for report. Did you try threading? With above example threads seems work for me. Tonight i comile it in vmware, s long time. But also work on clean virtual machine. 2009/5/15 Marco Peereboom sl...@peereboom.us So I got my port working with this. So at least the asio

Re: NEW: boost-1.39.0

2009-05-14 Thread Andrej Elizarov
I found all i need in gcc-local(1), thanks.

Re: NEW: boost-1.39.0

2009-05-13 Thread Andrej Elizarov
% |**| 35508 KB00:51 Size does not match for /usr/ports/distfiles/boost_1_39_0.tar.gz On Wed, May 13, 2009 at 08:26:59AM +0400, Andrej Elizarov wrote: My mistake. Try this one, seems works. 2009/5/12 Marco Peereboom sl...@peereboom.us

Re: NEW: boost-1.39.0

2009-05-13 Thread Andrej Elizarov
#make fetch (and there is /usr/ports/distfiles/boost_1_39_0.tar.gz ) #make makesum this will fix distinfo if port folder than u can make it usual way Size does not match for /usr/ports/distfiles/boost_1_39_0.tar.gz

Re: NEW: boost-1.39.0

2009-05-13 Thread Andrej Elizarov
Well, try compile this test code: #include boost/thread/thread.hpp #include iostream void hello() { std::cout Hello world, I'm a thread! std::endl; } int main(int argc, char* argv[]) { boost::thread thrd(hello); thrd.join(); return 0; } gcc with options -lpthread,

Re: NEW: boost-1.39.0

2009-05-11 Thread Andrej Elizarov
yes, with patches 2009/5/11 Marco Peereboom sl...@peereboom.us Does this contain aio? On Sun, May 10, 2009 at 12:37:57PM +0400, Andrej Elizarov wrote: here is port for testing some info for maintainer. --- added Markus's patches for asio patches from

Re: NEW: boost-1.39.0

2009-05-11 Thread Andrej Elizarov
2009/5/11 Marco Peereboom sl...@peereboom.us What does this mean? On Mon, May 11, 2009 at 07:01:33PM +0400, Andrej Elizarov wrote: yes, with patches 2009/5/11 Marco Peereboom sl...@peereboom.us Does this contain aio? asio you mean? yes, there is asio, and some patches

Re: boost-1.39.0. efforts

2009-05-09 Thread Andrej Elizarov
Wonderfull, need some tests with boost_test (funny, ha?)) Work almost done, in one-two days port will be ready for testing. 2009/5/8 Rolf Sommerhalder rolf.sommerhal...@alumni.ethz.ch I'd made some effort to update quite old port of boost, Great - I am looking forward to help with testing

Re: boost

2009-05-09 Thread Andrej Elizarov
Lucky day, I need boost for wt. It seems wt depend on boost at least v1.35. Markus, do you need any help with porting wt? 2009/5/9 Markus Hennecke markus-henne...@markus-hennecke.de Marco Peereboom wrote: After initially clawing out my eyes after seeing some code written in boost... I

Re: boost

2009-05-09 Thread Andrej Elizarov
...@markus-hennecke.de Andrej Elizarov wrote: Lucky day, I need boost for wt. It seems wt depend on boost at least v1.35. Markus, do you need any help with porting wt? Sure, I could use some help. If you use the asio port, then boost 1.34.1 will be enough I think. I attached the port, it has

Re: boost-1.39.0. efforts

2009-05-07 Thread Andrej Elizarov
Remove the quotes. Otherwise it gets treated as one argument by the shell since the variable contains the quotes. Oh, thanks. That's it.

Re: boost-1.39.0. efforts

2009-05-06 Thread Andrej Elizarov
Thank you for reply. 2009/5/6 Stuart Henderson s...@spacehopper.org On 2009/05/06 06:45, Andrej Elizarov wrote: First, to configure boost there is bootstrap.sh, which one compile bjam utility needed to compile boost. Some files in boost out-of-tar has no permissions for execution, so

Re: iwi(Intel pro/wireless 2200BG wireless nic) on asus A6 laptop

2009-05-06 Thread Andrej Elizarov
you can also write to Janusz Gumkowski janusz.gumkow...@am.torun.pl it seems he solve this problem in few days ago 2009/5/6 Andrej Elizarov vigilan...@gmail.com Try make link to net with WEP or without authentication at all. When i setup bwi(4) there was two issues for me: dhcp ip leasing

boost-1.39.0. efforts

2009-05-05 Thread Andrej Elizarov
Hi all. I'd made some effort to update quite old port of boost, case maintainer does not respond on my email. Multithreaded version of boost libraries successfully build and work on native gcc, compiled with single thread model. Yes, i try it. Now i have some issues, which need explanations.