aarch64 bulk build report

2021-03-30 Thread phessler
bulk build on arm64.ports.openbsd.org started on Sun Mar 28 02:48:29 MDT 2021 finished at Tue Mar 30 15:45:56 MDT 2021 lasted 2D12h57m done with kern.version=OpenBSD 6.9-beta (GENERIC.MP) #1095: Sat Mar 27 04:13:49 MDT 2021 built packages:11043 Mar 28:4101 Mar 29:1944 Mar 30:4997 critical path

[update] emulators/mgba to 0.9.0

2021-03-30 Thread Ricardo Mestre
Hi, Here's an update to mgba 0.9.0, full changelog on [0], tested a couple of games on amd64. Doesn't seem to depend on GLU/avresample anymore, comments, OK? [0] https://mgba.io/2021/03/28/mgba-0.9.0/ Index: Makefile === RCS file:

[Update] devel/py-tqdm

2021-03-30 Thread Laurence Tratt
This is a slightly overdue update to devel/py-tqdm. I have stripped out the contrib/ part of the PLIST, as it's not clear to me that it's adding anything useful. If someone is making use of that, please shout! Laurie Index: Makefile ==

Re: remmina dumps core

2021-03-30 Thread Stuart Henderson
I've just committed a fix for this On 2021/03/30 17:48, Eda Sky wrote: > I tried another computer with the current snapshot, the problem is the same. > > > > Double-click existing VNC connection profile in main window. > > Enter password on the "Connecting to 'host'" window and click > > OK. >

sparc64 bulk build report

2021-03-30 Thread kmos
Bulk build on sparc64-0a.ports.openbsd.org Started : Sat Mar 27 18:03:56 MDT 2021 Finished: Tue Mar 30 12:38:57 MDT 2021 Duration: 2 Days 18 hours 35 minutes Built using OpenBSD 6.9-beta (GENERIC.MP) #758: Sat Mar 27 04:39:51 MDT 2021 Built 9666 packages Number of packages built each day: Mar 2

Re: remmina dumps core

2021-03-30 Thread Eda Sky
I tried another computer with the current snapshot, the problem is the same. > Double-click existing VNC connection profile in main window. > Enter password on the "Connecting to 'host'" window and click > OK. > Remmina connected "Connecting to 'host'" and crashes leaving a core dump > file. > >

Re: [UPDATE] multimedia/mlt

2021-03-30 Thread Marc Espie
Ping ? I've got some feedback from zhukov@, that apparently kdenlive is no longer working, but nothing more. No idea whether this is related to the mlt update, or whether kdenlive was already broken before that update (as kde tends to be a moving target)... It's been 2 weeks... can I get some

Re: shells/nsh

2021-03-30 Thread Marc Espie
On Sun, Mar 28, 2021 at 06:14:18PM -0700, Chris Cappuccio wrote: > Marc Espie [es...@nerim.net] wrote: > > I've looked a bit at this code. > > > > I'm on the fence between marking it as BROKEN and give Chris a chance to > > fix the code, or downright removing it. > > > > Specifically, it's curren

Re: chrome vs DRI

2021-03-30 Thread Stuart Henderson
Moved to ports@ In gmane.os.openbsd.misc, you wrote: > This is a fresh upgrade of current/amd64 (dmesg below), > running the latest chrome as per pkg_add -u. > > This is what chrome says (script -c chrome chrome.log) > when being launched the first time after logging into X: > > When launching chr

Re: [NEW] net/Vger

2021-03-30 Thread Florian Viehweger
Hi, > > Out of curiosity, this personal preference? According to the > > documentation[1] it should be no longer than 80 chars. > > It's only for cosmetic purpose, it should not be longer > than 80 chars doesn't mean you can't have less per line. > > Your DESCR is absolutely not wrong here, but

Re: graphics/piglit: missing BDEP on glslang

2021-03-30 Thread Stuart Henderson
On 2021/03/30 17:16, Jonathan Gray wrote: > On Tue, Mar 30, 2021 at 07:58:10AM +0200, Theo Buehler wrote: > > piglit failed to build in a bulk due to a missing dependency. Patch > > below fixed the build for me. > > > > [3320/4182] cd > > /tmp/pobj/piglit-20210128/build-amd64/target_api/gl/tests/

Re: graphics/piglit: missing BDEP on glslang

2021-03-30 Thread Theo Buehler
> ok jsg@ though there is something odd here as there is a build time > check for it before it is used: I don't know cmake well, but this could conceivably be some sort of TOCTOU. If I read the logs right, glslang was present for a different port during piglit's configure step but removed shortly