Re: New: devel/p5-JSON-RPC2 -JSON-RPC 2.0 Perl module

2021-06-13 Thread Mischa
On 13 Jun at 21:54, Andrew Hewus Fresh wrote: > On Sun, Jun 13, 2021 at 09:17:44PM +0200, Mischa wrote: > > On 13 Jun at 20:45, Andrew Hewus Fresh wrote: > > > On Sun, Jun 13, 2021 at 03:40:22PM +0200, Mischa wrote: > > > > This module implement JSON-RPC 2.0 protocol in transport-independent > >

[update] telephony/bcg729 1.1.1

2021-06-13 Thread Landry Breuil
Hi, this update allows linphone's mediastreamer2 lib to correctly find bcg729, the version we ship is more than 5 years old now. switched to cmake and removes the BDEP on net/ortp which i didnt even notice when porting linphone bits, afaict the latter isnt used by anything in the portstree. Once

[wip] telephony/linphone 4.2.5

2021-06-13 Thread Landry Breuil
Hi, here's a wip port of the complete linphone SIP client stack from https://www.linphone.org, current things to improve: - it heavily relies on ipv6-to-v4 mapping, so i had to default everything to ipv4 otherwise things blow here and there. There's been many tries for that, so maybe some patche

Re: [fix, macppc] Unbreak devel/sdl{1,2} on Mac G3s

2021-06-13 Thread George Koehler
On Sat, 12 Jun 2021 12:03:01 + Charlene Wendling wrote: > You were right, SDL 1.x is impacted as well. I've updated the diff > below to include SDL 1.x. It has been tested successfully against > frozen-bubble and tutris. xmoto fails with: ok gkoehler@ and thanks for trying so many packages!

[no subject]

2021-06-13 Thread Cesar De Jesus Castellanos
Hola SSH hash tags

Re: [update] ansible-4.1.0

2021-06-13 Thread Daniel Dickman
> On Jun 13, 2021, at 5:20 PM, Stuart Henderson wrote: > > On 2021/06/13 14:20, Daniel Dickman wrote: >>> On Sun, Jun 13, 2021 at 12:58 PM Pavel Korovin wrote: >>> >>> On 06/13, Johnathan C. Maudlin wrote: Has it become vital to move off of Ansible 2.9.x? Currently in Linux land,

Re: [update] ansible-4.1.0

2021-06-13 Thread Stuart Henderson
On 2021/06/13 14:20, Daniel Dickman wrote: > On Sun, Jun 13, 2021 at 12:58 PM Pavel Korovin wrote: > > > > On 06/13, Johnathan C. Maudlin wrote: > > > Has it become vital to move off of Ansible 2.9.x? Currently in Linux > > > land, specifically when looking at Fedora/CentOS and Ubuntu, they are >

Re: [sparc64/base-gcc] Fix build of audio/mpg123

2021-06-13 Thread Kurt Mosiejczuk
On Sat, Jun 12, 2021 at 11:20:19PM +0200, Christian Weisgerber wrote: > Kurt Mosiejczuk: > > The most recent version of mpg123 uses C99 for loop initialization. > It already did before. > The issue here is that upstream changed configure.ac to be compatible > with autoconf 2.71, then went back a

Re: [update] ansible-4.1.0

2021-06-13 Thread Johnathan C. Maudlin
Pavel Korovin writes: > Dear all, > > Ansible project was significantly restructured after v2.9. > Starting with ansible-2.10, the project was split into the core engine > (called ansible-base in v2.10, and renamed to ansible-core in v2.11), > which contains essential code needed to run collectio

Re: New: devel/p5-JSON-RPC2 -JSON-RPC 2.0 Perl module

2021-06-13 Thread Andrew Hewus Fresh
On Sun, Jun 13, 2021 at 09:17:44PM +0200, Mischa wrote: > On 13 Jun at 20:45, Andrew Hewus Fresh wrote: > > On Sun, Jun 13, 2021 at 03:40:22PM +0200, Mischa wrote: > > > This module implement JSON-RPC 2.0 protocol in transport-independent > > > way. > > > > > > Also it support non-blocking client

Re: split math/py-numpy

2021-06-13 Thread Landry Breuil
Le Sun, Jun 13, 2021 at 01:24:21PM -0400, Daniel Dickman a écrit : > I'd like to go ahead and split numpy into python2 and python3 ports so we > can unblock updating numpy. > > Attached is the py2-numpy port with the main diff being shown below. After > this goes in I can update the py3 port and

Re: UPDATE: syncthing-1.17.0

2021-06-13 Thread Björn Ketelaars
On Fri 11/06/2021 22:14, Edd Barrett wrote: > Hi, > > Simple update to syncthing's latest. > > Note that the cli binary was merged into the main program. Use it with > `synchting cli `. > > Tests passing on amd64. I'll be use testing it over the next few days. > > Commments or OKs? Works here,

Re: New: devel/p5-JSON-RPC2 -JSON-RPC 2.0 Perl module

2021-06-13 Thread Mischa
On 13 Jun at 20:45, Andrew Hewus Fresh wrote: > On Sun, Jun 13, 2021 at 03:40:22PM +0200, Mischa wrote: > > This module implement JSON-RPC 2.0 protocol in transport-independent > > way. > > > > Also it support non-blocking client remote procedure call and both > > blocking and non-blocking server

Firefox crashes

2021-06-13 Thread Ed Ahlsen-Girard
Firefox from snapshot Fri Jun 11 08:31:52 MDT 2021 is crashing spontaneously on the following three tabs: https://www.tarptent.com/product/notch/#tab-id-3 https://www.google.com/search?client=firefox-b-1-d&q=four+season+tents https://seatosummitusa.com/products/ultralight-insulated-mat?variant=7896

Re: New: devel/p5-JSON-RPC2 -JSON-RPC 2.0 Perl module

2021-06-13 Thread Andrew Hewus Fresh
On Sun, Jun 13, 2021 at 03:40:22PM +0200, Mischa wrote: > This module implement JSON-RPC 2.0 protocol in transport-independent > way. > > Also it support non-blocking client remote procedure call and both > blocking and non-blocking server method execution. This can be very > useful in case server

Re: [update] ansible-4.1.0

2021-06-13 Thread Daniel Dickman
On Sun, Jun 13, 2021 at 12:58 PM Pavel Korovin wrote: > > On 06/13, Johnathan C. Maudlin wrote: > > Has it become vital to move off of Ansible 2.9.x? Currently in Linux > > land, specifically when looking at Fedora/CentOS and Ubuntu, they are > > all still providing Ansible 2.9.x and I would assum

split math/py-numpy

2021-06-13 Thread Daniel Dickman
I'd like to go ahead and split numpy into python2 and python3 ports so we can unblock updating numpy. Attached is the py2-numpy port with the main diff being shown below. After this goes in I can update the py3 port and the various consumers. ok? diff -x CVS -Nur py-numpy/Makefile py2-numpy/Ma

Re: [update] ansible-4.1.0

2021-06-13 Thread Pavel Korovin
On 06/13, Johnathan C. Maudlin wrote: > Has it become vital to move off of Ansible 2.9.x? Currently in Linux > land, specifically when looking at Fedora/CentOS and Ubuntu, they are > all still providing Ansible 2.9.x and I would assume Fedora would be the > first to move off of 2.9.x if there was a

New: devel/p5-JSON-RPC2 -JSON-RPC 2.0 Perl module

2021-06-13 Thread Mischa
This module implement JSON-RPC 2.0 protocol in transport-independent way. Also it support non-blocking client remote procedure call and both blocking and non-blocking server method execution. This can be very useful in case server methods will need to do some RPC or other slow things like network

Re: UPDATE: syncthing-1.17.0

2021-06-13 Thread Alex Holst
> Tests passing on amd64. I'll be use testing it over the next few days. > > Commments or OKs? It has been running for 24 hours here without issue (on amd64). -- Alex Holst