Re: UPDATE: education/drgeo

2005-11-06 Thread Peter Strömberg
steven mestdagh wrote: Yes. I think the problem comes from line 1047 of drgeo_figure.cc: return GINT_TO_POINTER (strtol ((gchar *) data.key, NULL, 16)); Looks like bad design... it's using the address of item (pointer value) as a hash key, and the pointer happens to be larger than INT_MAX (the

Re: UPDATE: education/drgeo

2005-11-06 Thread steven mestdagh
On Sun, Nov 06, 2005 at 10:42:19AM +0100, Peter Strömberg wrote: > steven mestdagh wrote: > > >Yes. I think the problem comes from line 1047 of drgeo_figure.cc: > > > >return GINT_TO_POINTER (strtol ((gchar *) data.key, NULL, 16)); > > > >Looks like bad design... it's using the address of item (po

Re: build jdk on 3.8

2005-11-06 Thread Maxim Bourmistrov
jdk-linux-1.3.1_15 IS available, but in archives. While trying to install it from ports you should be promted about where you can donwload _15. I'v done it 1,5 week ago. On Sunday 06 November 2005 08:47, you wrote: > > i'm trying to build java on openbsd 3.8/x86 which seems a long long road > t

Re: UPDATE: education/drgeo

2005-11-06 Thread steven mestdagh
> > -return GINT_TO_POINTER (strtol ((gchar *) data.key, NULL, 16)); > > +return GUINT_TO_POINTER (strtoul ((gchar *) data.key, NULL, 16)); So, here is an updated diff which also adds USE_LIBTOOL=yes and p5-XML-Parser in dependencies. Tested with new gettext installed. Thanks to wilfried@

Re: RFC: Switch Python to 2.4 by default

2005-11-06 Thread Andrew Dalgleish
On Sun, Nov 06, 2005 at 02:31:40AM +0100, Marc Balmer wrote: > We intend to switch the default Python version from 2.3 to 2.4 > anytime soon. This means that all ports using Python will use > version 2.4 instead of 2.3, which was the default until now. > > Python 2.3 will remain in the tree. > >

Re: build jdk on 3.8

2005-11-06 Thread Kurt Miller
From: "Julien TOUCHE" <[EMAIL PROTECTED]> i'm trying to build java on openbsd 3.8/x86 which seems a long long road thanks to sun. i downloadeed all needed src, install redhat emulation, jdk-linux (jdk-linux-1.3.1_15 is no more available, it's jdk-linux-1.3.1_16 now, symlink is ok) and i'm tryin

Re: RFC changes in version numbering schemes

2005-11-06 Thread Sebastian Rother
*snip* >> Perl and is still buggy. So if you wanna change something then >> please take your time...! > >WHAT is buggy about it ? I haven't seen any recent bug-report. >I'm not aware of issues with it. Dear Marc, 1st: Please send a mail just to me if you've an Off-topic question 2nd: The answer:

Re: RFC changes in version numbering schemes

2005-11-06 Thread Bernd Ahlers
Sebastian Rother [Sun, Nov 06, 2005 at 05:26:21PM +0100] wrote: >godfather $ >perl /usr/ports/infrastructure/build/out-of-date Collecting installed >packages Collecting port versions: >complete Collecting port signatures: >complete Outdated ports: > >multimedia/streamdvd # libdvdread-0.9.

New: milter-bogom

2005-11-06 Thread Juan J.
Hello, That's my first port... please be gentle :) Test it and send me comments. About the program: The bogom plugin can be used with the milter API of sendmail to filter mails using bogofilter bayesian filter. It is intended to be used with only one words database for the whole system Regards,

Re: build jdk on 3.8

2005-11-06 Thread Julien TOUCHE
Kurt Miller wrote on 06/11/2005 14:41: Try this: http://codemonkey.net/pipermail/openbsd-java/2005-June/000737.html was it. i need to extract xbase to compile java stuff, i've done 1) but not ldconfig. thanks Regards Julien

New: net/tn5250

2005-11-06 Thread Rui Reis
I made a port of tn5250, telnet client (with ssl support) normally used to connect to IBM AS/400 servers. Probably it isn't the most desirable port, however I have been using it a lot in the university, so I hope it can be usefull to someone. Description: tn5250 is an implementation of the 5250

Re: New: net/tn5250

2005-11-06 Thread Marco Peereboom
Ha, that's awesome! On Sun, Nov 06, 2005 at 09:36:54PM +, Rui Reis wrote: > I made a port of tn5250, telnet client (with ssl support) normally used to > connect to IBM AS/400 servers. Probably it isn't the most desirable port, > however I have been using it a lot in the university, so I hope

Re: New ports tree feature

2005-11-06 Thread viq
gotta love how things work :) true, that will get broken on ports installed with flavors, but i just did this one-liner: for i in `/usr/ports/infrastructure/build/out-of-date | cut -d" " -f1` ; do cd /usr/ports/$1 ; make update clean; done and it just updates everything :) Yeah, i know, you mis

Problem with 3.7 qemu package

2005-11-06 Thread Dave Feustel
Qemu running on OpenBSD 3.7/3.8 looks like the greatest thing since sliced bread, but I am having no success getting the 3.7 qemu package to boot from the OpenBSD 3.7 cdrom, although qemu works fine with the openbsd3.7.img file from free.os.zoo.com. Man qemu says that qemu should boot from a rea

Re: New ports tree feature

2005-11-06 Thread Uwe Dippel
On Mon, 07 Nov 2005 02:24:48 +0100, viq wrote: > for i in `/usr/ports/infrastructure/build/out-of-date | cut -d" " -f1` ; > do cd /usr/ports/$1 ; make update clean; done Similar to what I suggested earlier: export the package names from an updated ports tree as reference (file). Might as well rel