update: lua-5.4.5

2023-04-30 Thread James Turner
Update lua-5.4 to 5.4.5. This is a bugfix release. ok? Index: 5.4/Makefile === RCS file: /cvs/ports/lang/lua/5.4/Makefile,v retrieving revision 1.1.1.1 diff -u -p -u -p -r1.1.1.1 Makefile --- 5.4/Makefile25 Dec 2022 13:37:30

mpv: backport mp4 dash fix; unbreaks some youtube videos

2023-04-30 Thread Omar Polo
recently i'm having some issues with various youtube videos. The video is showed without audio and mpv complains that % mpv 'https://www.youtube.com/watch?v=TNRCvG9YtYI' [ytdl_hook] EDL doesn't support fragmentswithout duration with MP4 DASH EDL specifies no segments.' EDL parsing

Re: update to Kakoune 2022.10.31

2023-04-30 Thread Nam Nguyen
gt; `make test` (version 2022.10.31) is here: > https://thfr.info/tmp/kakoune-testlog-20230430.txt Adding LC_CTYPE="en_US.UTF-8" to MAKE_ENV allows `make test' to pass. There were some garbled characters in the test json output. I used textproc/jq to make sense of the test json out

perl 5.36 vs tools

2023-04-30 Thread Marc Espie
I'm finally looking at using 5.36 features in ports & packages. Specifically, 5.36 brings signatures out of the "experimental phase". (Detailed description is in perlsub(1)). Prosaically, this brings perl from being a quirky language with weird functions: sub foo { my ($a, $b) = @_;

[new] sysutils/lsblk

2023-04-30 Thread Benjamin Stürz
Hello, this my first time submitting a port to OpenBSD. DESCR: Clone of util-linux's lsblk(8) for OpenBSD. I have tested it on amd64 and it works with my SATA SSD and USB HDD. Please test it on your hardware and give me feedback. Unfortunately it requires root permissions, but a workaround wo

Re: [new] sysutils/lsblk

2023-04-30 Thread Benjamin Stürz
On 30.04.23 20:58, Benjamin Stürz wrote: Hello, this my first time submitting a port to OpenBSD. DESCR: Clone of util-linux's lsblk(8) for OpenBSD. I have tested it on amd64 and it works with my SATA SSD and USB HDD. Please test it on your hardware and give me feedback. Unfortunately it requ

Re: [update] lang/nim to 1.6.12

2023-04-30 Thread Omar Polo
On 2023/04/28 20:20:34 +, Lucas Raab wrote: > Hello, > > Here's an update for nim to 1.6.12. I have not extensively tested this except > for compiling/running nitter (https://github.com/zedeus/nitter). nitter itself > has been running fine since at least 1.6.8. The patch with this diff is > r

Re: [update] security/gosec to 2.15.0

2023-04-30 Thread Omar Polo
On 2023/04/29 15:53:39 +0200, Laurent Cheylus wrote: > Hi, > > attached a diff to update security/gosec for the latest version 2.15.0. > > Changelog https://github.com/securego/gosec/releases/tag/v2.15.0 > > - update Makefile and modules.inc for the latest version > - add do-install in Makefile

update to Kakoune 2022.10.31

2023-04-30 Thread Thomas Frohwein
failures: Summary: 528 tests, 79 failures If I try to run tests on the current version in ports, it doesn't even complete, but hangs. If anyone wants to look into the tests some more, the log from `make test` (version 2022.10.31) is here: https://thfr.info/tmp/kakoune-testlog-20230430.tx

Re: graphics/glslang build shared libs

2023-04-30 Thread Thomas Frohwein
On Sat, Apr 29, 2023 at 09:14:18PM -0700, Nam Nguyen wrote: > > Thomas Frohwein writes: > > > >> On Tue, Apr 18, 2023 at 06:41:50PM -0700, Nam Nguyen wrote: > >> Do you have some details on this? Is this an upstream error, that > >> that --no-undefined is wrong when building the shared library? Or

Re: update: graphics/lensfun to 0.3.3

2023-04-30 Thread Omar Polo
On 2023/04/21 09:13:09 -0600, Abel Abraham Camarillo Ojeda wrote: > Updates lensfun to 0.3.3. Hundreds of new cameras and lenses. > > make test passes: 100% tests passed, 0 tests failed out of 8 > Total Test time (real) = 8.72 sec > > Verified with rawtherapee that it shows my previously unsu

Re: [update] Lagrange to 1.15.9

2023-04-30 Thread Omar Polo
On 2023/04/30 11:39:06 +0200, Florian Viehweger wrote: > Hi, > > this is an update for Lagrange to 1.15.9. > > Some testing done on amd64. No issues found. > > portcheck and 'make port-lib-depends-check' are happy. > > Changes listed here [1]. > > > Comments? works for me :) Committed, th

[Update] net/proxychains-ng 4.16

2023-04-30 Thread lux
Hi, Update for proxychains-ng to 4.16, and test ok. Index: Makefile === RCS file: /cvs/ports/net/proxychains-ng/Makefile,v retrieving revision 1.5 diff -u -p -r1.5 Makefile --- Makefile11 Mar 2022 19:46:58 -  1.5 +++ Ma

Re: vlc no telnet interface

2023-04-30 Thread Antoine Jacoutot
On Sun, Apr 30, 2023 at 02:19:09AM -0400, Brad Smith wrote: > On Wed, Apr 26, 2023 at 04:15:44PM +0100, Stuart Henderson wrote: > > On 2023/04/25 09:55, Luca Di Gregorio wrote: > > > Hi, I see that vlc doesn't have the telnet interface: > > > > > > # vlc -vvv -I telnet > > > VLC media player 3.0.1

[update] Lagrange to 1.15.9

2023-04-30 Thread Florian Viehweger
Hi, this is an update for Lagrange to 1.15.9. Some testing done on amd64. No issues found. portcheck and 'make port-lib-depends-check' are happy. Changes listed here [1]. Comments? Thanks! [1] https://github.com/skyjake/lagrange/releases Index: Makefile