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-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 > So I got my port working with this. So at least the asio part works. > Thank

Re: Building JDK 1.6 with JDK 1.7

2009-05-14 Thread Mikolaj Kucharski
On Thu, May 14, 2009 at 09:49:07PM -0400, Kurt Miller wrote: > So if a user attempts to use jdk17_bootstrap without the package > installed they will see this: > > $ FLAVOR=jdk17_bootstrap make install > ===> jdk-1.6.0.03p7 is marked as broken: This flavor requires an > installed 1.7 jdk package.

new: audio/py-tagpy

2009-05-14 Thread Damien Miller
Hi, Two new ports. Firstly cohererece: > Coherence acts as a DLNA/UPnP MediaServer and exports local and remote > media files via its backends to other UPnP clients. It depends on py-tagpy: > TagPy is a set of Python bindings for Scott Wheeler's TagLib. It builds > upon Boost.Python, a wrapper

Re: Building JDK 1.6 with JDK 1.7

2009-05-14 Thread Kurt Miller
On Sunday 10 May 2009 11:17:22 pm Kurt Miller wrote: > On Saturday 09 May 2009 5:55:09 pm Andrés wrote: > > On Sat, May 9, 2009 at 3:07 PM, Kurt Miller > > wrote: > > > On Saturday 02 May 2009 10:15:53 pm Andrés wrote: > > >> Is it possible? FAQ says one can build 1.5 with Kaffe for native boot >

Re: NEW: boost-1.39.0

2009-05-14 Thread Marco Peereboom
So I got my port working with this. So at least the asio part works. Thanks. On May 12, 2009, at 23:26, Andrej Elizarov wrote: My mistake. Try this one, seems works. 2009/5/12 Marco Peereboom ===> Checking files for boost-1.39.0p0 boost_1_39_0.tar.gz doesn't seem to exist on this syst

Re: UPDATE: fluxbox 1.0.0

2009-05-14 Thread Landry Breuil
On Thu, May 14, 2009 at 01:40:50PM -0400, Brynet wrote: > David Krause(david@) wrote: > > Yep, the problem I had is fixed in the 1.1.1. I've been running with > > that version for a while now. Unfortunately there were a lot of changes > > between it and 1.0 and I couldn't find the relevant fix. I

Re: UPDATE: fluxbox 1.0.0

2009-05-14 Thread Brynet
David Krause(david@) wrote: > Yep, the problem I had is fixed in the 1.1.1. I've been running with > that version for a while now. Unfortunately there were a lot of changes > between it and 1.0 and I couldn't find the relevant fix. If we could > find it then we could backport it. We could just u

Re: NEW: boost-1.39.0

2009-05-14 Thread David Coppa
On Thu, May 14, 2009 at 5:27 AM, Andrej Elizarov wrote: > gcc with options  "-lpthread", "/usr/local/lib/libboost_thread-mt.so.1.1" > > (about second argument - i donno why i was not able do it like > "-lboost_thread-mt", > only with full pass. by why?) > > while testing boost, i compile this tes

Re: NEW: boost-1.39.0

2009-05-14 Thread Stuart Henderson
On 2009/05/14 07:27, Andrej Elizarov wrote: > Well, try compile this test code: > > #include > #include > > 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

Re: UPDATE: fluxbox 1.0.0

2009-05-14 Thread Landry Breuil
On Wed, May 13, 2009 at 11:49:01PM -0400, Brad wrote: > Here is an update to fluxbox 1.0.0. Iirc, this update already came several times here (from various submitters), and there were issues if some particular malloc flags were set in malloc.conf. Just for the record, dig the archives for the deta

Re: UPDATE: gqview 2.1.5

2009-05-14 Thread Brad
On Thursday 14 May 2009 04:03:10 Antoine Jacoutot wrote: > On Thu, 14 May 2009, Brad wrote: > > On Thursday 14 May 2009 02:53:59 Antoine Jacoutot wrote: > > > On Wed, 13 May 2009, Brad wrote: > > > > Here is an update to GQview 2.1.5. > > > > > > Isn't it a development version? > > > > Yes, but the

[update] iso-codes-3.9

2009-05-14 Thread Antoine Jacoutot
Hi. This diff updates iso-codes to the latest available release. Comments/Ok? Index: Makefile === RCS file: /cvs/ports/devel/iso-codes/Makefile,v retrieving revision 1.14 diff -u -r1.14 Makefile --- Makefile4 Mar 2009 20:01:29 -

Re: UPDATE: gqview 2.1.5

2009-05-14 Thread Antoine Jacoutot
On Thu, 14 May 2009, Brad wrote: > On Thursday 14 May 2009 02:53:59 Antoine Jacoutot wrote: > > On Wed, 13 May 2009, Brad wrote: > > > Here is an update to GQview 2.1.5. > > > > Isn't it a development version? > > Yes, but the project is dead and the same thing was done with gqmpeg long ago. Ah

Re: UPDATE: gqview 2.1.5

2009-05-14 Thread Brad
On Thursday 14 May 2009 02:53:59 Antoine Jacoutot wrote: > On Wed, 13 May 2009, Brad wrote: > > Here is an update to GQview 2.1.5. > > Isn't it a development version? Yes, but the project is dead and the same thing was done with gqmpeg long ago. > > Index: Makefile > > ===