CVS: cvs.openbsd.org: ports

2012-06-04 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2012/06/04 01:54:36 Modified files: audio/sonata/patches: patch-sonata_main_py Log message: Committed upstream.

CVS: cvs.openbsd.org: ports

2012-06-04 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2012/06/04 05:01:48 Modified files: net/arp-scan : Makefile distinfo Log message: update vendor lists

CVS: cvs.openbsd.org: ports

2012-06-04 Thread Pierre-Emmanuel Andre
CVSROOT:/cvs Module name:ports Changes by: p...@cvs.openbsd.org2012/06/04 05:35:54 Modified files: databases/openldap: Makefile Removed files: databases/openldap/patches: patch-servers_slapd_dn_c Log message: This patch is already committed upstream. Spotted

CVS: cvs.openbsd.org: ports

2012-06-04 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2012/06/04 07:49:19 Modified files: lang/railo : Makefile distinfo Log message: update to Railo 3.3.3.001

CVS: cvs.openbsd.org: ports

2012-06-04 Thread Pierre-Emmanuel Andre
CVSROOT:/cvs Module name:ports Changes by: p...@cvs.openbsd.org2012/06/04 08:04:36 Modified files: databases/postgresql: Tag: OPENBSD_5_1 Makefile distinfo databases/postgresql/pkg: Tag: OPENBSD_5_1 PLIST-docs Log message: Update to 9.1.4: + Security fixes

CVS: cvs.openbsd.org: ports

2012-06-04 Thread Gonzalo L. Rodriguez
CVSROOT:/cvs Module name:ports Changes by: gonz...@cvs.openbsd.org 2012/06/04 08:27:42 Modified files: x11/smplayer : Makefile distinfo x11/smplayer/patches: patch-src_preferences_cpp x11/smplayer/pkg: PLIST Log message: Update for Smplayer to 0.8.0

CVS: cvs.openbsd.org: ports

2012-06-04 Thread Pascal Stumpf
CVSROOT:/cvs Module name:ports Changes by: pas...@cvs.openbsd.org 2012/06/04 09:59:36 Modified files: lang/parrot: Makefile Log message: OpenGL bindings also need pcre present. Noticed by landry@.

CVS: cvs.openbsd.org: ports

2012-06-04 Thread Pascal Stumpf
CVSROOT:/cvs Module name:ports Changes by: pas...@cvs.openbsd.org 2012/06/04 12:43:18 Modified files: lang/nqp : Makefile Log message: Make use of ${BE_ARCHS}.

CVS: cvs.openbsd.org: ports

2012-06-04 Thread Pascal Stumpf
CVSROOT:/cvs Module name:ports Changes by: pas...@cvs.openbsd.org 2012/06/04 14:20:07 Modified files: net/openafs: Makefile Log message: Make use of new PROPERTIES:Mle. ok naddy@ espie@

CVS: cvs.openbsd.org: ports

2012-06-04 Thread Pascal Stumpf
CVSROOT:/cvs Module name:ports Changes by: pas...@cvs.openbsd.org 2012/06/04 15:03:07 Modified files: security/p5-Digest-Skein: Makefile Log message: Use PROPERTIES to check for be/le. ok naddy@ jasper@

CVS: cvs.openbsd.org: ports

2012-06-04 Thread Pascal Stumpf
CVSROOT:/cvs Module name:ports Changes by: pas...@cvs.openbsd.org 2012/06/04 15:04:42 Modified files: security/pgp : Makefile Log message: Use PROPERTIES to check for be/le. ok jasper@ naddy@

CVS: cvs.openbsd.org: ports

2012-06-04 Thread Pascal Stumpf
CVSROOT:/cvs Module name:ports Changes by: pas...@cvs.openbsd.org 2012/06/04 15:05:36 Modified files: x11/icewm : Makefile Log message: Use PROPERTIES to check for be/le. ok jasper@ naddy@

CVS: cvs.openbsd.org: ports

2012-06-04 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2012/06/04 23:55:30 Modified files: x11/gnome/latexila: Makefile distinfo x11/gnome/latexila/pkg: PLIST Log message: Minor update to latexila-2.4.1.

UPDATE: www/piwik

2012-06-04 Thread Giovanni Bechis
Update to latest version, now it has also a script to import web server log files. Now the Mysql user needs LOCKS privilege. Full Changelog at http://piwik.org/changelog/ Comments ? Ok ? Cheers Giovanni Index: Makefile === RCS

Re: [PATCH] add -zip extension for php

2012-06-04 Thread Rodolfo Gouveia
On Sat, May 26, 2012 at 09:46:00PM +0800, wen heping wrote: But pecl-zip in portstree is in version 1.10.2 which was released about 3 years ago, and there are some bug fixed after that: https://github.com/php/php-src/tree/master/ext/zip So for me I would prefer php-zip than pecl-zip. I

Re: Bulk build test for mbsnrtowcs() and wcsnrtombs()?

2012-06-04 Thread Brett
On Fri, 25 May 2012 10:59:25 -0700 Matthew Dempsky matt...@dempsky.org wrote: Diff below adds mbsnrtowcs() and wcsnrtombs(), which are new POSIX 2008 functions. I'd appreciate if someone could run this through a bulk build and let me know if anything breaks or misbehaves. Thanks! Hi, I

i386 build failure, smlnj

2012-06-04 Thread Stuart Henderson
lang/smlnj build fails, looks like it's related to the sysconf changes. smlnj is i386 only. [Loading posix-procenv.sml.bin] /usr/obj/smlnj-110.0.7/bin/.run/run.x86-openbsd: Fatal error -- Uncaught exception SysErr with unknown raised at sysconf.c !!! unable to build SML heap image (sml.x86-bsd)

ocaml system threads broken

2012-06-04 Thread Christopher Zimmermann
Hi, the ocaml system threads implementation is somehow broken. I can trigger the error by this ocaml program: let mutex = Mutex.create () let test () = while true do prerr_endline before lock; Mutex.lock mutex; prerr_endline after lock; done let _ =

WIP: update x11/ogre

2012-06-04 Thread Pascal Stumpf
Here's a WIP update for ogre (to 1.8.0). Unfortunately, it fails with a SIGBUS in glGenTextures in libGL (running SampleBrowser), and I haven't been able to debug it any further. Index: Makefile === RCS file:

Re: [SOLVED] ocaml system threads broken

2012-06-04 Thread Christopher Zimmermann
On Mon, 4 Jun 2012 14:20:31 +0200 Christopher Zimmermann madro...@gmerlin.de wrote: let test () = while true do prerr_endline before lock; Mutex.lock mutex; prerr_endline after lock; done let _ = Thread.create test () let () = Thread.delay 5. ok,

Re: [PATCH] add -zip extension for php

2012-06-04 Thread Stuart Henderson
On 2012/06/01 22:31, wen heping wrote: +@conflict archivers/pecl-zip @conflict takes a package name, not a path. If you think about it, it has to be this way, because it can record a conflict with something which may no longer be in ports, so there's no way the build infrastructure can work out

Re: [PATCH] add -zip extension for php

2012-06-04 Thread Marc Espie
On Mon, Jun 04, 2012 at 03:15:20PM +0100, Stuart Henderson wrote: On 2012/06/01 22:31, wen heping wrote: +@conflict archivers/pecl-zip @conflict takes a package name, not a path. If you think about it, it has to be this way, because it can record a conflict with something which may no

Re: Bulk build test for mbsnrtowcs() and wcsnrtombs()?

2012-06-04 Thread Matthew Dempsky
(FYI, naddy@ already helped me with a bulk build test of this diff; I'm just waiting on code reviews from a few developers now.) On Mon, Jun 4, 2012 at 3:58 AM, Brett brett.ma...@gmx.com wrote: In case it is helpful, stuff I used a lot since rebuilding (and all working as before): xxxterm,

Re: CogVM OpenBSD and the Call Stack

2012-06-04 Thread riverdusty
I will attempt as you have said. I have already done other things and managed to get a successfull build. I can even load a pharo image successfully! Thats about it, do anything, and it crashes. I will do as you say and report back. In the mean time comments are welcome. Output from crash: $

Re: CogVM OpenBSD and the Call Stack

2012-06-04 Thread riverdusty
Ok, result after execinfo.h and -I/stuff, also -DDEBUG and turning DEBUGVM=1 on. $ ./squeak /home/dusty/pharo-image/pharo.image ioFindExternalFunctionIn(display_X11, 0xfffe): Unable to resolve symbol ioFindExternalFunctionIn(sound_OSS, 0xfffe): Unable to resolve symbol

sb-ext:run-program leaks FDs

2012-06-04 Thread Florian Obser
Hi, so I updated my laptop from 4.9 to -current the other day and noticed that stumpwm (my windowmanager of choice) was behaving strangely. I was able to trace it to sb-ext:run-program leaking file descriptors. Run this (sb-ext:run-program /bin/sh `(-c date) :output *standard-output* :wait

Re: sb-ext:run-program leaks FDs

2012-06-04 Thread Josh Elsasser
On Tue, Jun 05, 2012 at 01:51:33AM +0200, Florian Obser wrote: Hi, so I updated my laptop from 4.9 to -current the other day and noticed that stumpwm (my windowmanager of choice) was behaving strangely. I was able to trace it to sb-ext:run-program leaking file descriptors. Run this

Re: UPDATE: ,s/xxxterm/xombrero/g

2012-06-04 Thread haris
On Fri, Jun 01, 2012 at 01:53:28PM -0300, Gonzalo L. R. wrote: New package with EPOCH to manage the update from xxxterm and quirks diff. Ok? Comments? Cheers. Works like a charm. -- pgpjdqqyPU7al.pgp Description: PGP

Re: Bulk build test for mbsnrtowcs() and wcsnrtombs()?

2012-06-04 Thread Brett
On Mon, 4 Jun 2012 08:14:50 -0700 Matthew Dempsky matt...@dempsky.org wrote: (FYI, naddy@ already helped me with a bulk build test of this diff; I'm just waiting on code reviews from a few developers now.) On Mon, Jun 4, 2012 at 3:58 AM, Brett brett.ma...@gmx.com wrote: In case it is