Re: [UPDATE] py-pip homepage

2014-11-07 Thread Seth Jackson
Anyone?

Re: Update www/p5-Mojo 5.58 (security fix)

2014-11-07 Thread Mark Patruck
IPv6 is off by default (NOINET6 flag) and that's why the test cannot create a listen socket. Btw these tests are for development only so i don't think this gets fixed upstream. On Fri, Nov 07, 2014 at 11:16:09AM -0600, Abel Abraham Camarillo Ojeda wrote: > On Fri, Nov 7, 2014 at 5:11 AM, Mark Patr

Re: Update www/p5-Mojo 5.58 (security fix)

2014-11-07 Thread Abel Abraham Camarillo Ojeda
On Fri, Nov 7, 2014 at 5:11 AM, Mark Patruck wrote: > Ok, i'll take maintainership. > > Index: Makefile > === > RCS file: /cvs/ports/www/p5-Mojo/Makefile,v > retrieving revision 1.13 > diff -u -p -r1.13 Makefile > --- Makefile15 M

Re: nginx vs TLSEXT_TYPE_application_layer_protocol_negotiation

2014-11-07 Thread Stuart Henderson
OK let's forget the random stuff for now, and use a simpler diff for ALPN, I think the way that nginx is checking for this is pretty reasonable actually, they are trying to keep their autoconf checks clean and avoid nasty ifdefs as much as possible, and doing it this way it's simple to remove when

Re: [fix] munin pf_changes plugin

2014-11-07 Thread Dimitri Sokolyuk
Hi Kirill, Nop. At least, this is what I get on the collector node without this patch: 2014/11/06 00:40:38 [WARNING] munin_set_var_loc: Setting unknown option 'value' at site;uplink.site:pf_changes.ins 2014/11/06 00:40:38 [WARNING] munin_set_var_loc: Setting unknown option 'value' at site

Re: [fix] munin pf_changes plugin

2014-11-07 Thread Kirill Bychkov
On Fri, November 7, 2014 18:34, Kirill Bychkov wrote: > On Thu, November 6, 2014 20:47, Dimitri Sokolyuk wrote: >> Hallo Kirill, >> >> there is a small bug in pf_changes plugin: an exit command is missing in >> `config' part, without wich munin fails to autoconfigure this plugin. >> Could you pleas

Re: [fix] munin pf_changes plugin

2014-11-07 Thread Kirill Bychkov
On Thu, November 6, 2014 20:47, Dimitri Sokolyuk wrote: > Hallo Kirill, > > there is a small bug in pf_changes plugin: an exit command is missing in > `config' part, without wich munin fails to autoconfigure this plugin. > Could you please update the port? Hi, Dimitri. Patch seems to be correct, b

UPDATE: graphics/grap

2014-11-07 Thread Benoit Lecocq
Hi, This diff updates grap to the latest release. No response from the maintainer. Comments ? OK ? Cheers, benoit Index: Makefile === RCS file: /cvs/ports/graphics/grap/Makefile,v retrieving revision 1.5 diff -u -p -u -r1.5 Makefile

Re: update: libqrencode-3.4.3

2014-11-07 Thread Stuart Henderson
On 2014-11-07, Stuart Henderson wrote: > I changed the gettext modules line to > libiconv, it doesn't seem to use gettext at all, though there's > something odd as it does run linking commands with -liconv but the > library shows as 'extra' in check-lib-depends. nigel@

Re: Freeswitch

2014-11-07 Thread Ted Bullock
Another Freeswitch-OpenBSD update. I've made a lot more progress in de-insanitizing the freeswitch build process to make it work on OpenBSD. For kicks, before you continue on, take a look at the OFFICIAL Freeswitch OpenBSD makefile: http://tinyurl.com/lph7jwy Continuing on https

Re: Fix rubygems's builder

2014-11-07 Thread David Coppa
On Fri, Nov 7, 2014 at 1:43 PM, Landry Breuil wrote: > On Fri, Nov 07, 2014 at 04:50:05AM -0700, David Coppa wrote: >> >> As found the hard way by Landry, the installation of some ruby gems >> fails because of 'make -C', which our make(1) does not support. >> >> With ruby 1.9 and 2.0 there's no wa

Re: Fix rubygems's builder

2014-11-07 Thread Landry Breuil
On Fri, Nov 07, 2014 at 04:50:05AM -0700, David Coppa wrote: > > As found the hard way by Landry, the installation of some ruby gems > fails because of 'make -C', which our make(1) does not support. > > With ruby 1.9 and 2.0 there's no way to tell gem to use gmake instead > of make, so backport t

Fix rubygems's builder

2014-11-07 Thread David Coppa
As found the hard way by Landry, the installation of some ruby gems fails because of 'make -C', which our make(1) does not support. With ruby 1.9 and 2.0 there's no way to tell gem to use gmake instead of make, so backport the fix that went into 2.1. OK for the following diff? Index: 1.9/Makefi

Re: remove python ossaudio module

2014-11-07 Thread Stuart Henderson
On 2014/11/07 12:24, Alexandre Ratchov wrote: > On Thu, Nov 06, 2014 at 07:35:29PM +, Stuart Henderson wrote: > > On 2014-11-06, Alexandre Ratchov wrote: > > > the ossaudiodev python module doesn't seem used/useful. It exposes > > > an os-dependent interface (we're about to drop), which makes

Re: remove python ossaudio module

2014-11-07 Thread Alexandre Ratchov
On Thu, Nov 06, 2014 at 07:35:29PM +, Stuart Henderson wrote: > On 2014-11-06, Alexandre Ratchov wrote: > > the ossaudiodev python module doesn't seem used/useful. It exposes > > an os-dependent interface (we're about to drop), which makes python > > scripts using it as portable as C code usin

Re: Update www/p5-Mojo 5.58 (security fix)

2014-11-07 Thread Mark Patruck
Ok, i'll take maintainership. Index: Makefile === RCS file: /cvs/ports/www/p5-Mojo/Makefile,v retrieving revision 1.13 diff -u -p -r1.13 Makefile --- Makefile15 May 2014 22:30:08 - 1.13 +++ Makefile7 Nov 2014 11:06:56

Re: Update www/p5-Mojo 5.58 (security fix)

2014-11-07 Thread Nigel Taylor
On 11/07/14 05:39, Mark Patruck wrote: > After debugging the '$ mojo get localhost' issue (Mojo::Reactor::EV: > Write failed), it got fixed upstream, so v5.58 - which also includes > a security fix (v5.48) - should be ready to update www/p5-Mojo. > > Nonetheless i'd like to drop a few - developer

Re: update: libqrencode-3.4.3

2014-11-07 Thread Stuart Henderson
On 2014-11-06, James Turner wrote: > Updated diff below. Oops, sorry I missed this and updated it after tedu requested it elsewhere, diff below merges your version (which is better than mine) with what I commited. I changed the gettext modules line to libiconv, it doesn't seem to use gettext at a