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: [FIX] x11/xfm bad varargs calls

2010-01-03 Thread Nima Hoda
Nima Hoda wrote: > But it's not a null pointer constant that the spec calls for but > rather NULL itself: > > Each procedure named XtVasomething takes as its last arguments ... > a variable parameter list of resource name and value pairs where > each name is of type String and each value is

Re: jdk-1.7.0.00b72 doesn't build jdk-1.6 anymore (jdk17_bootstrap flavor)

2010-01-03 Thread Kurt Miller
Hi David, David Coppa wrote: > Hi, > > Recent update of jdk-1.7 (early access build 72) broke compilation of > jdk-1.6 using jdk17_bootstrap PSEUDO_FLAVOR: > > ln -s ../libjsig.so > /usr/ports/pobj/jdk-1.6.0.03-jdk17_bootstrap/control/build/bsd-i586/lib/i386/server/libjsig.so > ln -s ../libjsi

Re: UPDATE: lang/ecl

2010-01-03 Thread Edd Barrett
On Mon, Dec 28, 2009 at 10:05:09AM +0500, Alexandr Shadchin wrote: > Hi, Ports! > > This update package ECL to the latest release 9.12.3. > Tested on i386. > > Comments ? OK ? This builds and runs on sparc64. I can't really go as far as to OK this, as I have no idea how it works. (maxima tests

Re: UPDATE: devel/boost

2010-01-03 Thread Federico G. Schwindt
Hi, > Just an update: To unbreak graphics/hugin when using boost-1.41 > someone would have to backport this fix from gcc 3.4: > http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17327 Nice finding. > I have done a patch for gcc, but I think it is not complete as > gcc-3.3.5 is missing the parser.c f

Re: sndio for games/cgoban

2010-01-03 Thread Federico G. Schwindt
On Sat, Dec 26, 2009 at 02:13:15AM +, Jacob Meuser wrote: > I didn't realize until I started working on it that the port currently > doesn't build sound support. I went ahead and made it compile sndio > support anyway. but when I went to test it, afaics, cgoban never > even tries to open the

Re: ports that use audio but not with sndio

2010-01-03 Thread Jacob Meuser
On Thu, Dec 17, 2009 at 11:21:00PM +, Jacob Meuser wrote: > > in case anyone was curious of the current state. an update was requested. I plan to do a bulk build with an empty sys/audioio.h in the next week to see what I've missed, and to catch ports that still have an audio(4) backend enabl

Re: [FIX] x11/xfm bad varargs calls

2010-01-03 Thread Nima Hoda
Christian Weisgerber wrote: > Nima Hoda wrote: > >> x11/xfm file manager segfaults on OpenBSD 4.6-stable/amd64 due to >> many vararg libXt calls (XtVa...) being terminated with 0 instead >> of with NULL. > > But this is wrong. They need to be terminated with (void *)0. > Or (void *)NULL if you

Re: [FIX] x11/xfm bad varargs calls

2010-01-03 Thread Christian Weisgerber
Nima Hoda wrote: > x11/xfm file manager segfaults on OpenBSD 4.6-stable/amd64 due to many > vararg libXt calls (XtVa...) being terminated with 0 Good catch. > instead of with NULL. But this is wrong. They need to be terminated with (void *)0. Or (void *)NULL if you like. Plain NULL is _not_

Re: pure-ftpd-ldap: unusable on 4.6, both i386 and amd64

2010-01-03 Thread Frank Denis
Le Sun, Jan 03, 2010 at 10:21:55PM +0100, Toni Mueller ecrivait : > as distributed, the package has a discrepancy between the FTPStatus > field in the schema, where the comment says that the value should be > 'enabled', and the code, which says that the value should be 'TRUE'. Indeed, that was a

Re: pure-ftpd-ldap: unusable on 4.6, both i386 and amd64

2010-01-03 Thread Toni Mueller
Hi, On Sun, 03.01.2010 at 20:59:52 +0100, Henning Brauer wrote: > no, the 4.6 pureftpd package is NOT unusable. works just fine here, > with LDAP backend as well. as distributed, the package has a discrepancy between the FTPStatus field in the schema, where the comment says that the value shou

Re: pure-ftpd-ldap: unusable on 4.6, both i386 and amd64

2010-01-03 Thread Toni Mueller
Hi Frank, thanks for your quick answer! On Sun, 03.01.2010 at 20:21:10 +0100, Frank Denis wrote: > Le Sun, Jan 03, 2010 at 06:26:24PM +0100, Toni Mueller ecrivait : > > The problem: After upgrading from 4.4 and 4.5, I cannot log in to any > > account on any of my FTP servers anymore because the

Re: UPDATE misc/mc

2010-01-03 Thread Alexandr Shadchin
On Mon, Jan 04, 2010 at 0:11:43 +0600, Max Varencov wrote: > Hi, > > Here is a diff for mc 4.7.0.1. > > Changelog: http://www.midnight-commander.org/wiki/NEWS-4.7.0.1 > > Tested on OpenBSD current amd64. Work fine on i386. -- Alexandr Shadchin

UPDATE net/xmlrpc-c

2010-01-03 Thread Max Varencov
Hi, Here is a diff for latest super stable version 1.06.38 of the xmlrpc-c. Tested on OpenBSD current amd64. Changelog http://xmlrpc-c.sourceforge.net/change_super_stable.html Index: Makefile === RCS file: /cvs/ports/net/xmlrpc-c/M

Re: pure-ftpd-ldap: unusable on 4.6, both i386 and amd64

2010-01-03 Thread Henning Brauer
no, the 4.6 pureftpd package is NOT unusable. works just fine here, with LDAP backend as well. -- Henning Brauer, h...@bsws.de, henn...@openbsd.org BS Web Services, http://bsws.de Full-Service ISP - Secure Hosting, Mail and DNS Services Dedicated Servers, Rootservers, Application Hosting

Re: pure-ftpd-ldap: unusable on 4.6, both i386 and amd64

2010-01-03 Thread Frank Denis
Hi Toni, Le Sun, Jan 03, 2010 at 06:26:24PM +0100, Toni Mueller ecrivait : > I'm having a problem with pure-ftpd-ldap from packages, and I am now > out of my wits. Sorry. :( > > The problem: After upgrading from 4.4 and 4.5, I cannot log in to any > account on any of my FTP servers anymore beca

UPDATE misc/mc

2010-01-03 Thread Max Varencov
Hi, Here is a diff for mc 4.7.0.1. Changelog: http://www.midnight-commander.org/wiki/NEWS-4.7.0.1 Tested on OpenBSD current amd64. Index: Makefile === RCS file: /cvs/ports/misc/mc/Makefile,v retrieving revision 1.30 diff -N -u -r1.

Re: UPDATE: devel/boost

2010-01-03 Thread Markus Hennecke
Markus Hennecke wrote: Federico G. Schwindt wrote: On Sun, Dec 13, 2009 at 11:24:28AM +, Stuart Henderson wrote: On 2009/12/13 08:23, Andrej Elizarov wrote: if you're still interested mind to update it to the latest version and send it again? i have made step in past. Stuart Henderson wro

[FIX] x11/xfm bad varargs calls

2010-01-03 Thread Nima Hoda
Hello: x11/xfm file manager segfaults on OpenBSD 4.6-stable/amd64 due to many vararg libXt calls (XtVa...) being terminated with 0 instead of with NULL. A backtrace of the problem follows. A fixed port is attached (I would have sent it as a patch, but there are new files in the port). I sent a pat

pure-ftpd-ldap: unusable on 4.6, both i386 and amd64

2010-01-03 Thread Toni Mueller
Hi, I'm having a problem with pure-ftpd-ldap from packages, and I am now out of my wits. Sorry. :( The problem: After upgrading from 4.4 and 4.5, I cannot log in to any account on any of my FTP servers anymore because the passwords are rejected. Using lftp, I can see this: $ lftp -d -u testing

[NEW] math/geogebra

2010-01-03 Thread Azwaw OUSADOU
Hi, I'm trying to port geogebra to OpenBSD. But I Have a problem when i lunch geogebra i have this error: ./toz bash-4.0$ export LAX_DEBUG=./toz bash-4.0$ geogebra = Analyzing UNIX Environment = Setting UNIX (openbsd) flavor specifics. Importing UNIX envi

Re: jdk-1.7.0.00b72 doesn't build jdk-1.6 anymore (jdk17_bootstrap flavor)

2010-01-03 Thread Jonathan Armani
Hi, Exactly the same problem here, 4.6 amd64 current, updated today. David Coppa wrote: Hi, Recent update of jdk-1.7 (early access build 72) broke compilation of jdk-1.6 using jdk17_bootstrap PSEUDO_FLAVOR: ln -s ../libjsig.so /usr/ports/pobj/jdk-1.6.0.03-jdk17_bootstrap/control/build/bsd-

Re: games/xboing broken?

2010-01-03 Thread Stuart Henderson
On 2010/01/03 10:14, Jacob Meuser wrote: > On Sun, Jan 03, 2010 at 09:28:04AM +, Stuart Henderson wrote: > > On 2010/01/03 08:48, Jacob Meuser wrote: > > > > > > *sigh* > > > > > > I spent quite some brain cycles on sndio backend for xboing, then went > > > to test it only to find out xboing

sndio for games/xboing

2010-01-03 Thread Jacob Meuser
also added license marker and moved the note about 8-bit displays to MESSAGE. ok? -- jake...@sdf.lonestar.org SDF Public Access UNIX System - http://sdf.lonestar.org Index: Makefile === RCS file: /cvs/ports/games/xboing/Makefile,v

Re: games/xboing broken?

2010-01-03 Thread Jacob Meuser
On Sun, Jan 03, 2010 at 09:28:04AM +, Stuart Henderson wrote: > On 2010/01/03 08:48, Jacob Meuser wrote: > > > > *sigh* > > > > I spent quite some brain cycles on sndio backend for xboing, then went > > to test it only to find out xboing doesn't run on my machine. tracked > > it down to fail

sndio for games/xscavenger

2010-01-03 Thread Jacob Meuser
ok? -- jake...@sdf.lonestar.org SDF Public Access UNIX System - http://sdf.lonestar.org Index: Makefile === RCS file: /cvs/ports/games/xscavenger/Makefile,v retrieving revision 1.12 diff -N -u -p Makefile --- Makefile10 Aug 2009

Re: games/xboing broken?

2010-01-03 Thread Stuart Henderson
On 2010/01/03 08:48, Jacob Meuser wrote: > > *sigh* > > I spent quite some brain cycles on sndio backend for xboing, then went > to test it only to find out xboing doesn't run on my machine. tracked > it down to failures with XLoadQueryFont() in xboing/init.c. > > does it work for anyone else?

Re: games/xboing broken?

2010-01-03 Thread Benoit Lecocq
Jacob Meuser wrote: > *sigh* > > I spent quite some brain cycles on sndio backend for xboing, then went > to test it only to find out xboing doesn't run on my machine. tracked > it down to failures with XLoadQueryFont() in xboing/init.c. > > does it work for anyone else? > Hi, Same for me on

games/xboing broken?

2010-01-03 Thread Jacob Meuser
*sigh* I spent quite some brain cycles on sndio backend for xboing, then went to test it only to find out xboing doesn't run on my machine. tracked it down to failures with XLoadQueryFont() in xboing/init.c. does it work for anyone else? -- jake...@sdf.lonestar.org SDF Public Access UNIX Syst

Recuperam datorii

2010-01-03 Thread Recuperam datorii
SC VESTIMPEX SRL Registrul Comertului : J33/107/1997 : Cod Unic de Inregistrare Fis