Re: [update] lang/node to 10.15.0

2019-01-15 Thread Aaron Bieber
On Thu, 27 Dec 2018 at 17:00:45 -0700, Aaron Bieber wrote: > Hola! > > Here is a diff that brings node to the latest LTS. The deps/openssl > bits were kindly put together by naddy@, so thanks for that! > > I am reviving my pine64 to test a build on and phessler@ will get it > in a bulk here shortly

Re: dnsmasq 2.80 testing

2019-01-15 Thread Jeremie Courreges-Anglas
On Tue, Jan 15 2019, Brad Smith wrote: > Hi, > > Looking for some testing of dnsmasq 2.80. If I'm not mistaken > the issue with IP_SENDSRCADDR was resolved. I just used dnsmasq -d, and nope, the issue that plagued dnsmasq is still here. The kernel problem fixed earlier in 2018 was an edge case n

Re: Remove KDE4 konqueror and www/kwebkitpart

2019-01-15 Thread Jeremie Courreges-Anglas
On Tue, Jan 15 2019, Rafael Sadowski wrote: > On Fri Dec 28, 2018 at 07:35:33AM +0100, Rafael Sadowski wrote: >> Hi All, >> >> after I removed dolphin,kfind etc. from kde-baseapps I played a little bit >> with konqueror. First of all it can't load any website and the standard >> file browser cras

Re: [update] devel/radare2 3.2.0

2019-01-15 Thread Edd Barrett
On Fri, Jan 11, 2019 at 11:45:45AM +, Edd Barrett wrote: > Happy to commit if someone gives an OK. Anyone interested? -- Best Regards Edd Barrett http://www.theunixzoo.co.uk

Re: [NEW] devel/py-wurlitzer 1.0.2

2019-01-15 Thread Elias M. Mariani
Sorry to add more noise to the list but is there someone who can give comments on this one ? I think that the first version was OK (attached), as Sebastien said, is not pretty but it works ok. Cheers. Elias. On Thu, Jan 3, 2019 at 1:42 PM Elias M. Mariani wrote: > > Well I have been trying to us

Re: py-wxPython extras

2019-01-15 Thread Elias M. Mariani
Hi Jeremie, Yes, I was worried at the time (this thread is from may 2017) for people not no find editra in a "direct" way. At least it happened to me... Now we have devel/spyder witch is a good IDE/editor for python, so the problem is somewhat mitigated. The may not find editra but the will find an

[M. UPDATE] x11/py-qtpy 1.5.2 -> 1.6.0

2019-01-15 Thread Elias M. Mariani
Changelog: https://github.com/spyder-ide/qtpy/blob/v1.6.0/CHANGELOG.md - Add support for QtQuickWidgets. - Regression test passing. - Consumers shouldn't be affected. - Tested running devel/spyder: OK Comments ? OK ? Elias. py-qtpy-1.6.0.diff Description: Binary data

dnsmasq 2.80 testing

2019-01-15 Thread Brad Smith
Hi, Looking for some testing of dnsmasq 2.80. If I'm not mistaken the issue with IP_SENDSRCADDR was resolved. Index: Makefile === RCS file: /home/cvs/ports/net/dnsmasq/Makefile,v retrieving revision 1.51 diff -u -p -u -p -r1.51 Mak

UPDATE: libdvdread 6.0.0 / libdvdnav 6.0.0 / libdvdcss

2019-01-15 Thread Brad Smith
Here are updates to libdvdread 6.0.0 / libdvdnav 6.0.0 and adding HTTPS URLs where appropriate to libdvdcss. Index: devel/libdvdread/Makefile === RCS file: /home/cvs/ports/devel/libdvdread/Makefile,v retrieving revision 1.28 diff -u

Re: UPDATE: Nextcloud-15.0.1

2019-01-15 Thread Landry Breuil
On Mon, Jan 14, 2019 at 02:07:21PM +0100, Gonzalo L. Rodriguez wrote: > On Fri, 11 Jan 2019 at 11:56:37 +0100, Gonzalo L. Rodriguez wrote: > > Hello, > > > And version 15.0.2. > > Some love for the fart cloud? I dont use it on OpenBSD but i did a 14.0.3 -> 15.0.2 upgrade at work and it was painl

Re: [macppc] games/hyperrogue: fix build, but colors are off

2019-01-15 Thread Charlene Wendling
On Tue, 15 Jan 2019 00:18:58 -0500 George Koehler wrote: > On Mon, 14 Jan 2019 20:03:43 +0100 > Charlene Wendling wrote: > > > RCS file: patches/patch-shaders_cpp > > This patch fails because it has \n line endings (after I applied the > patch in your email), but shaders.cpp has \r\n line endin

Re: [macppc] games/hyperrogue: fix build, but colors are off

2019-01-15 Thread Charlene Wendling
On Mon, 14 Jan 2019 23:20:46 +0100 Christian Weisgerber wrote: > Charlene Wendling: > > > + void color2(color_t color, ld part) { > > + unsigned char *c = (unsigned char*) (&color); > > + GLfloat cols[4]; > > +- for(int i=0; i<4; i++) cols[i] = c[3-i] / 255.0 * part; > > ++ for(int i=0; i<4